arkitekt-next 0.8.54__py3-none-any.whl → 0.8.55__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.

@@ -1,3 +1,4 @@
1
+ import asyncio
1
2
  from pydantic import BaseModel
2
3
  import rich_click as click
3
4
  from importlib import import_module
@@ -9,9 +10,9 @@ import json
9
10
  import os
10
11
 
11
12
 
12
- async def run_app(app):
13
+ async def run_app_inspection(app):
13
14
  async with app:
14
- await app.rekuest.run()
15
+ return await app.services.get("rekuest").agent.adump_registry()
15
16
 
16
17
 
17
18
  @click.command("prod")
@@ -69,23 +70,15 @@ def templates(
69
70
  logo=manifest.logo,
70
71
  )
71
72
 
72
-
73
-
74
-
75
-
76
-
77
73
 
78
74
  rekuest = app.services.get("rekuest")
79
75
  if rekuest is None:
80
76
  console.print("No rekuest service found in app")
81
77
  return
82
78
 
83
- x = {
84
- key: item.model_dump(by_alias=True)
85
- for key, item in rekuest.agent.extensions[
86
- "default"
87
- ].definition_registry.templates.items()
88
- }
79
+ x = asyncio.run(run_app_inspection(app))
80
+
81
+
89
82
  if machine_readable:
90
83
  print("--START_TEMPLATES--" + json.dumps(x) + "--END_TEMPLATES--")
91
84
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: arkitekt-next
3
- Version: 0.8.54
3
+ Version: 0.8.55
4
4
  Summary: client for the arkitekt_next platform
5
5
  License: MIT
6
6
  Author: jhnnsrs
@@ -32,7 +32,7 @@ Requires-Dist: mikro-next (>=0.1.50) ; (python_version >= "3.10" and python_vers
32
32
  Requires-Dist: namegenerator (>=1.0.6) ; (python_version >= "3.8" and python_version < "4.0") and (extra == "blok")
33
33
  Requires-Dist: netifaces (>=0.11.0) ; (python_version >= "3.8" and python_version < "4.0") and (extra == "blok")
34
34
  Requires-Dist: reaktion-next (>=0.1.86) ; (python_version >= "3.8" and python_version < "4.0") and (extra == "all")
35
- Requires-Dist: rekuest-next (>=0.2.56) ; (python_version >= "3.8" and python_version < "4.0") and (extra == "cli" or extra == "all")
35
+ Requires-Dist: rekuest-next (>=0.2.57) ; (python_version >= "3.8" and python_version < "4.0") and (extra == "cli" or extra == "all")
36
36
  Requires-Dist: rich-click (>=1.6.1) ; extra == "cli" or extra == "all" or extra == "blok"
37
37
  Requires-Dist: semver (>=3.0.1) ; extra == "cli" or extra == "all"
38
38
  Requires-Dist: turms (>=0.8.2) ; (python_version >= "3.9" and python_version < "4.0") and (extra == "cli" or extra == "all")
@@ -68,7 +68,7 @@ arkitekt_next/cli/commands/init/main.py,sha256=1ZbZDBECZRxlcnulycdS15s-uQ5ngx4xP
68
68
  arkitekt_next/cli/commands/inspect/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
69
69
  arkitekt_next/cli/commands/inspect/main.py,sha256=Bu1vAZudkFCtjDnZAB8yQLDt-UKY9pJGhLBlEfDqtkw,626
70
70
  arkitekt_next/cli/commands/inspect/requirements.py,sha256=bLYaWddScW2_qQFCwRtCFUZNM3N-ZnS26ee9xXQAi14,1862
71
- arkitekt_next/cli/commands/inspect/templates.py,sha256=ypqRo1vyJFNmmOGFq2lQMlsQWlZoKsCH1ULZyv7022o,2296
71
+ arkitekt_next/cli/commands/inspect/templates.py,sha256=7iU26gTNs2KL7OvOHGMK-hEsfIsa1AXoMrvgYEfS-Z0,2219
72
72
  arkitekt_next/cli/commands/inspect/variables.py,sha256=LonDlbS2qH1v-jD6RfEhTv-mxmgeBMKqD3oO2iDJRjE,2698
73
73
  arkitekt_next/cli/commands/kabinet/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
74
74
  arkitekt_next/cli/commands/kabinet/build.py,sha256=uQh0nPBGsQNJ8iy-cQwMjpNx1c2ZRrBybbyZYg5doVc,8957
@@ -141,8 +141,8 @@ arkitekt_next/qt/utils.py,sha256=MgBPtPmCSBkIuATov3UgREESwxAHh77lWNNxyE7Qs48,773
141
141
  arkitekt_next/service_registry.py,sha256=Enu88Ja7k0VBNMhNjibBqGxCiz6Qixfbvs4pUA-Mqp8,8094
142
142
  arkitekt_next/tqdm.py,sha256=lQcJI5Q6Py7Gy88hOCiJujjPEEGd8G2k1mOVJJ6oYe8,1531
143
143
  arkitekt_next/utils.py,sha256=4e4zEQSA7FZou8M01xV8oPBG1JvJJ0ySDP_nm3E3pMA,2390
144
- arkitekt_next-0.8.54.dist-info/LICENSE,sha256=YZ2oRjC248t-GpoEyw7J13vwKYNG6zhYMaEAix6EzF0,1089
145
- arkitekt_next-0.8.54.dist-info/METADATA,sha256=EKSpgyDNjQLfjBPiMCSJ9uZU9Tzz-f39BuDPTZbpmPM,6256
146
- arkitekt_next-0.8.54.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
147
- arkitekt_next-0.8.54.dist-info/entry_points.txt,sha256=-hxikQx4xZ6TiOnWVDOlTN_kcAISgGFvTHXIchsCHSc,60
148
- arkitekt_next-0.8.54.dist-info/RECORD,,
144
+ arkitekt_next-0.8.55.dist-info/LICENSE,sha256=YZ2oRjC248t-GpoEyw7J13vwKYNG6zhYMaEAix6EzF0,1089
145
+ arkitekt_next-0.8.55.dist-info/METADATA,sha256=Yz4OLxCO364eZHFbyS5otWnao7KSEnKIXbPAFFY8UAo,6256
146
+ arkitekt_next-0.8.55.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
147
+ arkitekt_next-0.8.55.dist-info/entry_points.txt,sha256=-hxikQx4xZ6TiOnWVDOlTN_kcAISgGFvTHXIchsCHSc,60
148
+ arkitekt_next-0.8.55.dist-info/RECORD,,