arkitekt-next 0.8.83__py3-none-any.whl → 0.9.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of arkitekt-next might be problematic. Click here for more details.
- arkitekt_next/__init__.py +4 -0
- arkitekt_next/bloks/minio.py +1 -1
- arkitekt_next/cli/commands/call/local.py +1 -4
- arkitekt_next/cli/commands/call/main.py +0 -2
- {arkitekt_next-0.8.83.dist-info → arkitekt_next-0.9.1.dist-info}/METADATA +14 -14
- {arkitekt_next-0.8.83.dist-info → arkitekt_next-0.9.1.dist-info}/RECORD +9 -9
- {arkitekt_next-0.8.83.dist-info → arkitekt_next-0.9.1.dist-info}/LICENSE +0 -0
- {arkitekt_next-0.8.83.dist-info → arkitekt_next-0.9.1.dist-info}/WHEEL +0 -0
- {arkitekt_next-0.8.83.dist-info → arkitekt_next-0.9.1.dist-info}/entry_points.txt +0 -0
arkitekt_next/__init__.py
CHANGED
|
@@ -13,6 +13,7 @@ try:
|
|
|
13
13
|
from rekuest_next.agents.hooks import startup
|
|
14
14
|
from rekuest_next.agents.context import context
|
|
15
15
|
from rekuest_next.state.state import state
|
|
16
|
+
from rekuest_next.actors.reactive.api import abreakpoint, breakpoint
|
|
16
17
|
from rekuest_next.actors.reactive.api import progress, aprogress
|
|
17
18
|
from rekuest_next.actors.reactive.api import log, alog
|
|
18
19
|
from rekuest_next.register import test, benchmark
|
|
@@ -20,9 +21,12 @@ try:
|
|
|
20
21
|
from rekuest_next.utils import call, call_raw, acall, acall_raw, find, afind
|
|
21
22
|
from rekuest_next.define import define
|
|
22
23
|
except ImportError as e:
|
|
24
|
+
raise e
|
|
23
25
|
register_structure = missing_install("rekuest_next", e)
|
|
24
26
|
register = missing_install("rekuest_next", e)
|
|
25
27
|
background = missing_install("rekuest_next", e)
|
|
28
|
+
abreakpoint = missing_install("rekuest_next", e)
|
|
29
|
+
breakpoint = missing_install("rekuest_next", e)
|
|
26
30
|
startup = missing_install("rekuest_next", e)
|
|
27
31
|
context = missing_install("rekuest_next", e)
|
|
28
32
|
state = missing_install("rekuest_next", e)
|
arkitekt_next/bloks/minio.py
CHANGED
|
@@ -50,7 +50,7 @@ class MinioBlok:
|
|
|
50
50
|
self.skip = False
|
|
51
51
|
self.scopes = {}
|
|
52
52
|
self.init_image = "jhnnsrs/init:paper"
|
|
53
|
-
self.minio_image = "minio/minio:RELEASE.
|
|
53
|
+
self.minio_image = "minio/minio:RELEASE.2025-02-18T16-25-55Z"
|
|
54
54
|
self.buckets = []
|
|
55
55
|
self.registered_clients = []
|
|
56
56
|
self.preformed_bucket_names = [secrets.token_hex(16) for i in range(100)]
|
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
import rich_click as click
|
|
3
3
|
from arkitekt_next.cli.options import *
|
|
4
4
|
import asyncio
|
|
5
5
|
from arkitekt_next.cli.ui import construct_run_panel
|
|
6
6
|
from importlib import import_module
|
|
7
7
|
from arkitekt_next.cli.utils import import_builder
|
|
8
|
-
from rekuest_next.messages import Provide
|
|
9
8
|
from rekuest_next.rekuest import RekuestNext
|
|
10
|
-
from rekuest_next.api.schema import NodeKind, BindsInput
|
|
11
|
-
from rich.table import Table
|
|
12
9
|
from rich.console import Console
|
|
13
10
|
from typing import Dict, Any
|
|
14
11
|
import asyncio
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: arkitekt-next
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.9.1
|
|
4
4
|
Summary: client for the arkitekt_next platform
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: jhnnsrs
|
|
@@ -27,27 +27,27 @@ Provides-Extra: reaktion
|
|
|
27
27
|
Provides-Extra: rekuest
|
|
28
28
|
Provides-Extra: stream
|
|
29
29
|
Provides-Extra: unlok
|
|
30
|
-
Requires-Dist: alpaka (>=0.
|
|
31
|
-
Requires-Dist: blok (>=0.0
|
|
30
|
+
Requires-Dist: alpaka (>=0.2.0) ; (python_version >= "3.10" and python_version < "4.0") and (extra == "alpaka" or extra == "extended")
|
|
31
|
+
Requires-Dist: blok (>=0.1.0) ; (python_version >= "3.9" and python_version < "4.0") and (extra == "blok")
|
|
32
32
|
Requires-Dist: cryptography (>=40.0.8) ; (python_version >= "3.9") and (extra == "blok")
|
|
33
33
|
Requires-Dist: dokker (>=1.0.0)
|
|
34
|
-
Requires-Dist: elektro (>=0.
|
|
35
|
-
Requires-Dist: fakts-next (>=1.0
|
|
36
|
-
Requires-Dist: fluss-next (>=0.
|
|
37
|
-
Requires-Dist: herre-next (>=1.0
|
|
38
|
-
Requires-Dist: kabinet (>=0.
|
|
34
|
+
Requires-Dist: elektro (>=0.5.0) ; (python_version >= "3.9") and (extra == "elektro")
|
|
35
|
+
Requires-Dist: fakts-next (>=1.1.0)
|
|
36
|
+
Requires-Dist: fluss-next (>=0.2.0) ; (python_version >= "3.9") and (extra == "fluss" or extra == "all")
|
|
37
|
+
Requires-Dist: herre-next (>=1.1.0)
|
|
38
|
+
Requires-Dist: kabinet (>=0.2.0) ; (python_version >= "3.9" and python_version < "4.0") and (extra == "kabinet" or extra == "all")
|
|
39
39
|
Requires-Dist: koil (>=1.0.3)
|
|
40
|
-
Requires-Dist: kraph (>=0.
|
|
41
|
-
Requires-Dist: lovekit (>=0.
|
|
42
|
-
Requires-Dist: mikro-next (>=0.
|
|
40
|
+
Requires-Dist: kraph (>=0.2.0) ; (python_version >= "3.9") and (extra == "kraph" or extra == "extended")
|
|
41
|
+
Requires-Dist: lovekit (>=0.2.0) ; (python_version >= "3.10") and (extra == "lovekit" or extra == "stream")
|
|
42
|
+
Requires-Dist: mikro-next (>=0.2.0) ; (python_version >= "3.11" and python_version < "4.0") and (extra == "mikro" or extra == "all")
|
|
43
43
|
Requires-Dist: namegenerator (>=1.0.6) ; (python_version >= "3.9") and (extra == "blok")
|
|
44
44
|
Requires-Dist: netifaces (>=0.11.0) ; (python_version >= "3.9") and (extra == "blok")
|
|
45
|
-
Requires-Dist: reaktion-next (>=0.
|
|
46
|
-
Requires-Dist: rekuest-next (>=0.
|
|
45
|
+
Requires-Dist: reaktion-next (>=0.2.0) ; (python_version >= "3.9") and (extra == "reaktion" or extra == "all")
|
|
46
|
+
Requires-Dist: rekuest-next (>=0.3.0) ; (python_version >= "3.9") and (extra == "cli" or extra == "rekuest" or extra == "all")
|
|
47
47
|
Requires-Dist: rich-click (>=1.6.1) ; extra == "cli" or extra == "all" or extra == "blok"
|
|
48
48
|
Requires-Dist: semver (>=3.0.1) ; extra == "cli" or extra == "all"
|
|
49
49
|
Requires-Dist: turms (>=0.8.2) ; (python_version >= "3.9") and (extra == "cli" or extra == "all")
|
|
50
|
-
Requires-Dist: unlok-next (>=0.
|
|
50
|
+
Requires-Dist: unlok-next (>=0.2.0) ; (python_version >= "3.9") and (extra == "unlok" or extra == "all")
|
|
51
51
|
Requires-Dist: watchfiles (>=0.18.1) ; extra == "cli" or extra == "all"
|
|
52
52
|
Description-Content-Type: text/markdown
|
|
53
53
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
arkitekt_next/__blok__.py,sha256=OjHVGBrG06DLYtlW8_0uCxpkoG-mhHqNTThITtY5Fpw,1943
|
|
2
|
-
arkitekt_next/__init__.py,sha256=
|
|
2
|
+
arkitekt_next/__init__.py,sha256=vfhdtvaG-QXvFIjZrj9qr63beSSVOiSZc4dGiNZqhsI,2877
|
|
3
3
|
arkitekt_next/apps/__init__.py,sha256=cx_5Y-RkJFkSQJH-hUEC_L3eW1jU2E426c4e6_csIyM,42
|
|
4
4
|
arkitekt_next/apps/service/__init__.py,sha256=p4iRwiFBKRq2lfbjDBzUR_GMhPWjkjWTa01ohuKz_L4,157
|
|
5
5
|
arkitekt_next/apps/service/fakts_next.py,sha256=WkGOf_Exc-se4uZXxlVy58YuTiztnfxuqOIEaLTnBH0,3135
|
|
@@ -26,7 +26,7 @@ arkitekt_next/bloks/livekit.py,sha256=Wf4JM236ZwuWC5qHnZkGDPq_FZftKLi1nDWbkwRoVs
|
|
|
26
26
|
arkitekt_next/bloks/local_sign.py,sha256=UwqfPV3Z38CI2T8N1uJAX-CRlrRxzkdGfKDukPVHMJ4,8030
|
|
27
27
|
arkitekt_next/bloks/lok.py,sha256=REa2HF6_FOqVyZ2KEdGTWfdgxXvGI5xvqqPJtyrzIJY,12136
|
|
28
28
|
arkitekt_next/bloks/mikro.py,sha256=bnI9lWd6FXyOViog0Xko3_yhKOt7AAdB_PA4N0XkXAU,1291
|
|
29
|
-
arkitekt_next/bloks/minio.py,sha256=
|
|
29
|
+
arkitekt_next/bloks/minio.py,sha256=wXwO09ULP5g8dslaJDq_AFvxpO1-bJ47FVk0uAr7DZ0,5593
|
|
30
30
|
arkitekt_next/bloks/mount.py,sha256=IEod6LDuV5NNKvvRJ3Xgo8l2caVZnNmJYDgGGBUB3Cg,1088
|
|
31
31
|
arkitekt_next/bloks/namegen.py,sha256=W9xco2d3eJLdL2NYpTFmqw2d4s3vCpBREIFNm38gMYY,1087
|
|
32
32
|
arkitekt_next/bloks/ollama.py,sha256=wjVYOK7e5kmQI2BzFpayyQr7FNBdWW8tb6xH0oX5hdw,2521
|
|
@@ -56,8 +56,8 @@ arkitekt_next/bloks/tailscale.py,sha256=87cJv9m7N_I3y2ZRvv5WVepRhvIZk4ftUpwa0yUd
|
|
|
56
56
|
arkitekt_next/builders.py,sha256=di4zl2fU4Dw6_NSnszmBj32lhmGuz59DLRtP84rH0hs,7939
|
|
57
57
|
arkitekt_next/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
58
58
|
arkitekt_next/cli/commands/call/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
59
|
-
arkitekt_next/cli/commands/call/local.py,sha256=
|
|
60
|
-
arkitekt_next/cli/commands/call/main.py,sha256=
|
|
59
|
+
arkitekt_next/cli/commands/call/local.py,sha256=AhtYE3TeRLlk7TE0QtdgRBJdzISGjKVGzCVGrllS63k,2375
|
|
60
|
+
arkitekt_next/cli/commands/call/main.py,sha256=jh7nkWOArHRrcveP3d0xjAMCIgHhJRIf5yxd4Shy5x8,442
|
|
61
61
|
arkitekt_next/cli/commands/call/remote.py,sha256=Id6t1nUdXmERx9wbutEhvryUMAM80_G4HVHkhYZosTE,2097
|
|
62
62
|
arkitekt_next/cli/commands/gen/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
63
63
|
arkitekt_next/cli/commands/gen/compile.py,sha256=lygqut1fIiopa4MbBXkv1X-45g6UBxDxpGP7R6h-b7U,1445
|
|
@@ -142,8 +142,8 @@ arkitekt_next/qt/utils.py,sha256=MgBPtPmCSBkIuATov3UgREESwxAHh77lWNNxyE7Qs48,773
|
|
|
142
142
|
arkitekt_next/service_registry.py,sha256=gMXyFftwuSoda9V13QEiNqFuwSBB2ss62dOjnXOetK0,4973
|
|
143
143
|
arkitekt_next/tqdm.py,sha256=lQcJI5Q6Py7Gy88hOCiJujjPEEGd8G2k1mOVJJ6oYe8,1531
|
|
144
144
|
arkitekt_next/utils.py,sha256=Cf7B1-E7_NgBnV2vxIIfZRStiCYPopQqNJFjJwU3Uog,2403
|
|
145
|
-
arkitekt_next-0.
|
|
146
|
-
arkitekt_next-0.
|
|
147
|
-
arkitekt_next-0.
|
|
148
|
-
arkitekt_next-0.
|
|
149
|
-
arkitekt_next-0.
|
|
145
|
+
arkitekt_next-0.9.1.dist-info/LICENSE,sha256=YZ2oRjC248t-GpoEyw7J13vwKYNG6zhYMaEAix6EzF0,1089
|
|
146
|
+
arkitekt_next-0.9.1.dist-info/METADATA,sha256=fVsxMd851Q0a6D-0M5_eqcxeygjwgvnC27nZJ2D2WYc,6627
|
|
147
|
+
arkitekt_next-0.9.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
148
|
+
arkitekt_next-0.9.1.dist-info/entry_points.txt,sha256=-hxikQx4xZ6TiOnWVDOlTN_kcAISgGFvTHXIchsCHSc,60
|
|
149
|
+
arkitekt_next-0.9.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|