arkitekt-next 0.8.66__tar.gz → 0.8.68__tar.gz

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.

Files changed (148) hide show
  1. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/PKG-INFO +5 -5
  2. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/__blok__.py +2 -0
  3. arkitekt_next-0.8.68/arkitekt_next/apps/service/fakts_next.py +107 -0
  4. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/arkitekt.py +2 -0
  5. arkitekt_next-0.8.68/arkitekt_next/bloks/elektro.py +42 -0
  6. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/ollama.py +1 -1
  7. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/builders.py +9 -1
  8. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/call/local.py +29 -0
  9. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/pyproject.toml +5 -5
  10. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/LICENSE +0 -0
  11. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/README.md +0 -0
  12. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/__init__.py +0 -0
  13. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/apps/__init__.py +0 -0
  14. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/apps/service/__init__.py +0 -0
  15. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/apps/service/fakts_qt.py +0 -0
  16. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/apps/service/grant_registry.py +0 -0
  17. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/apps/service/herre.py +0 -0
  18. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/apps/service/herre_qt.py +0 -0
  19. /arkitekt_next-0.8.66/arkitekt_next/apps/service/fakts_next.py → /arkitekt_next-0.8.68/arkitekt_next/apps/service/local_fakts.py +0 -0
  20. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/apps/types.py +0 -0
  21. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/base_models.py +0 -0
  22. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/__init__.py +0 -0
  23. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/admin.py +0 -0
  24. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/alpaka.py +0 -0
  25. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/base.py +0 -0
  26. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/config.py +0 -0
  27. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/fluss.py +0 -0
  28. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/gateway.py +0 -0
  29. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/internal_docker.py +0 -0
  30. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/kabinet.py +0 -0
  31. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/kraph.py +0 -0
  32. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/livekit.py +0 -0
  33. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/local_sign.py +0 -0
  34. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/lok.py +0 -0
  35. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/mikro.py +0 -0
  36. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/minio.py +0 -0
  37. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/mount.py +0 -0
  38. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/namegen.py +0 -0
  39. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/orkestrator.py +0 -0
  40. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/postgres.py +0 -0
  41. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/redis.py +0 -0
  42. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/rekuest.py +0 -0
  43. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/secret.py +0 -0
  44. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/self_signed.py +0 -0
  45. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/services/__init__.py +0 -0
  46. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/services/admin.py +0 -0
  47. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/services/certer.py +0 -0
  48. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/services/config.py +0 -0
  49. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/services/db.py +0 -0
  50. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/services/gateway.py +0 -0
  51. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/services/livekit.py +0 -0
  52. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/services/lok.py +0 -0
  53. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/services/mount.py +0 -0
  54. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/services/name.py +0 -0
  55. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/services/ollama.py +0 -0
  56. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/services/redis.py +0 -0
  57. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/services/s3.py +0 -0
  58. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/services/secret.py +0 -0
  59. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/services/socket.py +0 -0
  60. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/socket.py +0 -0
  61. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/bloks/tailscale.py +0 -0
  62. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/__init__.py +0 -0
  63. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/call/__init__.py +0 -0
  64. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/call/main.py +0 -0
  65. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/call/remote.py +0 -0
  66. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/gen/__init__.py +0 -0
  67. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/gen/compile.py +0 -0
  68. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/gen/init.py +0 -0
  69. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/gen/main.py +0 -0
  70. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/gen/watch.py +0 -0
  71. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/init/__init__.py +0 -0
  72. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/init/main.py +0 -0
  73. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/inspect/__init__.py +0 -0
  74. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/inspect/main.py +0 -0
  75. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/inspect/requirements.py +0 -0
  76. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/inspect/templates.py +0 -0
  77. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/inspect/variables.py +0 -0
  78. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/kabinet/__init__.py +0 -0
  79. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/kabinet/build.py +0 -0
  80. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/kabinet/init.py +0 -0
  81. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/kabinet/io.py +0 -0
  82. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/kabinet/main.py +0 -0
  83. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/kabinet/publish.py +0 -0
  84. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/kabinet/stage.py +0 -0
  85. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/kabinet/types.py +0 -0
  86. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/kabinet/utils.py +0 -0
  87. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/kabinet/validate.py +0 -0
  88. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/manifest/__init__.py +0 -0
  89. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/manifest/inspect.py +0 -0
  90. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/manifest/main.py +0 -0
  91. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/manifest/scopes.py +0 -0
  92. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/manifest/version.py +0 -0
  93. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/run/__init__.py +0 -0
  94. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/run/dev.py +0 -0
  95. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/run/main.py +0 -0
  96. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/run/prod.py +0 -0
  97. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/commands/run/utils.py +0 -0
  98. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/configs/base.yaml +0 -0
  99. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/constants.py +0 -0
  100. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/dockerfiles/vanilla.dockerfile +0 -0
  101. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/errors.py +0 -0
  102. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/inspect.py +0 -0
  103. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/io.py +0 -0
  104. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/main.py +0 -0
  105. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/options.py +0 -0
  106. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/schemas/fluss.schema.graphql +0 -0
  107. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/schemas/gucker.schema.graphql +0 -0
  108. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/schemas/kabinet.schema.graphql +0 -0
  109. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/schemas/kluster.schema.graphql +0 -0
  110. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/schemas/konviktion.schema.graphql +0 -0
  111. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/schemas/kuay.schema.graphql +0 -0
  112. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/schemas/mikro.schema.graphql +0 -0
  113. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/schemas/mikro_next.schema.graphql +0 -0
  114. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/schemas/napari.schema.graphql +0 -0
  115. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/schemas/omero_ark.schema.graphql +0 -0
  116. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/schemas/port.schema.graphql +0 -0
  117. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/schemas/rekuest.schema.graphql +0 -0
  118. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/schemas/rekuest_next.schema.graphql +0 -0
  119. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/schemas/unlok.schema.graphql +0 -0
  120. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/templates/filter.py +0 -0
  121. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/templates/simple.py +0 -0
  122. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/texts.py +0 -0
  123. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/types.py +0 -0
  124. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/ui.py +0 -0
  125. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/utils.py +0 -0
  126. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/validators.py +0 -0
  127. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/vars.py +0 -0
  128. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/cli/versions/v1.yaml +0 -0
  129. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/constants.py +0 -0
  130. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/init_registry.py +0 -0
  131. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/qt/__init__.py +0 -0
  132. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/qt/assets/dark/gear.png +0 -0
  133. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/qt/assets/dark/green pulse.gif +0 -0
  134. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/qt/assets/dark/orange pulse.gif +0 -0
  135. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/qt/assets/dark/pink pulse.gif +0 -0
  136. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/qt/assets/dark/red pulse.gif +0 -0
  137. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/qt/assets/light/gear.png +0 -0
  138. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/qt/assets/light/green pulse.gif +0 -0
  139. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/qt/assets/light/orange pulse.gif +0 -0
  140. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/qt/assets/light/pink pulse.gif +0 -0
  141. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/qt/assets/light/red pulse.gif +0 -0
  142. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/qt/builders.py +0 -0
  143. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/qt/magic_bar.py +0 -0
  144. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/qt/types.py +0 -0
  145. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/qt/utils.py +0 -0
  146. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/service_registry.py +0 -0
  147. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/tqdm.py +0 -0
  148. {arkitekt_next-0.8.66 → arkitekt_next-0.8.68}/arkitekt_next/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: arkitekt-next
3
- Version: 0.8.66
3
+ Version: 0.8.68
4
4
  Summary: client for the arkitekt_next platform
5
5
  License: MIT
6
6
  Author: jhnnsrs
@@ -27,23 +27,23 @@ Provides-Extra: reaktion
27
27
  Provides-Extra: rekuest
28
28
  Provides-Extra: stream
29
29
  Provides-Extra: unlok
30
- Requires-Dist: alpaka (>=0.1.20) ; (python_version >= "3.10" and python_version < "4.0") and (extra == "alpaka" or extra == "extended")
30
+ Requires-Dist: alpaka (>=0.1.21) ; (python_version >= "3.10" and python_version < "4.0") and (extra == "alpaka" or extra == "extended")
31
31
  Requires-Dist: blok (>=0.0.22) ; (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
34
  Requires-Dist: elektro (>=0.4.1) ; (python_version >= "3.9") and (extra == "elektro")
35
- Requires-Dist: fakts-next (>=1.0.4)
35
+ Requires-Dist: fakts-next (>=1.0.5)
36
36
  Requires-Dist: fluss-next (>=0.1.96) ; (python_version >= "3.9") and (extra == "fluss" or extra == "all")
37
37
  Requires-Dist: herre-next (>=1.0.2)
38
38
  Requires-Dist: kabinet (>=0.1.46) ; (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.1.103) ; (python_version >= "3.9") and (extra == "kraph" or extra == "extended")
40
+ Requires-Dist: kraph (>=0.1.104) ; (python_version >= "3.9") and (extra == "kraph" or extra == "extended")
41
41
  Requires-Dist: lovekit (>=0.1.19) ; (python_version >= "3.10") and (extra == "lovekit" or extra == "stream")
42
42
  Requires-Dist: mikro-next (>=0.1.60) ; (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
45
  Requires-Dist: reaktion-next (>=0.1.87) ; (python_version >= "3.9") and (extra == "reaktion" or extra == "all")
46
- Requires-Dist: rekuest-next (>=0.2.68) ; (python_version >= "3.9") and (extra == "cli" or extra == "rekuest" or extra == "all")
46
+ Requires-Dist: rekuest-next (>=0.2.69) ; (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")
@@ -22,6 +22,7 @@ from arkitekt_next.bloks.ollama import OllamaBlok
22
22
  from arkitekt_next.bloks.self_signed import SelfSignedBlok
23
23
  from arkitekt_next.bloks.kraph import KraphBlok
24
24
  from arkitekt_next.bloks.local_sign import LocalSignBlok
25
+ from arkitekt_next.bloks.elektro import ElektroBlok
25
26
 
26
27
 
27
28
  def get_bloks():
@@ -50,5 +51,6 @@ def get_bloks():
50
51
  PreformedNamesBlok(),
51
52
  OrkestratorBlok(),
52
53
  LocalSignBlok(),
54
+ ElektroBlok(),
53
55
  ]
54
56
 
@@ -0,0 +1,107 @@
1
+ from typing import Optional
2
+
3
+ from fakts_next.fakts import Fakts
4
+ from fakts_next.grants.hard import HardFakts
5
+ from fakts_next.grants.remote import RemoteGrant
6
+ from fakts_next.grants.remote.discovery.well_known import WellKnownDiscovery
7
+ from fakts_next.grants.remote import RemoteGrant
8
+ from fakts_next.grants.remote.demanders.static import StaticDemander
9
+ from fakts_next.grants.remote.demanders.device_code import DeviceCodeDemander
10
+ from fakts_next.grants.remote.claimers.post import ClaimEndpointClaimer
11
+ from fakts_next.grants.remote.demanders.redeem import RedeemDemander
12
+ from fakts_next.cache.file import FileCache
13
+ from arkitekt_next.base_models import Manifest
14
+
15
+
16
+ class ArkitektNextFaktsQt(Fakts):
17
+ grant: RemoteGrant
18
+
19
+
20
+ class ArkitektNextFaktsNext(Fakts):
21
+ pass
22
+
23
+
24
+ def build_arkitekt_next_fakts_next(
25
+ manifest: Manifest,
26
+ url: Optional[str] = None,
27
+ no_cache: bool = False,
28
+ headless: bool = False,
29
+ client_kind: str = "development",
30
+ ) -> ArkitektNextFaktsNext:
31
+ identifier = manifest.identifier
32
+ version = manifest.version
33
+
34
+ demander = DeviceCodeDemander(
35
+ manifest=manifest,
36
+ redirect_uri="http://127.0.0.1:6767",
37
+ open_browser=not headless,
38
+ requested_client_kind=client_kind,
39
+ )
40
+
41
+ return ArkitektNextFaktsNext(
42
+ grant=RemoteGrant(
43
+ demander=demander,
44
+ discovery=WellKnownDiscovery(url=url, auto_protocols=["https", "http"]),
45
+ claimer=ClaimEndpointClaimer(),
46
+ ),
47
+ cache=FileCache(
48
+ cache_file=f".arkitekt_next/cache/{identifier}-{version}_fakts_cache.json",
49
+ hash=manifest.hash() + url,
50
+ skip_cache=no_cache,
51
+ ),
52
+ )
53
+
54
+
55
+ def build_arkitekt_next_redeem_fakts_next(
56
+ manifest: Manifest,
57
+ redeem_token: str,
58
+ url,
59
+ no_cache: Optional[bool] = False,
60
+ headless=False,
61
+ ):
62
+ identifier = manifest.identifier
63
+ version = manifest.version
64
+
65
+ return ArkitektNextFaktsNext(
66
+ grant=RemoteGrant(
67
+ demander=RedeemDemander(token=redeem_token, manifest=manifest),
68
+ discovery=WellKnownDiscovery(url=url, auto_protocols=["https", "http"]),
69
+ claimer=ClaimEndpointClaimer(),
70
+ ),
71
+ cache=FileCache(
72
+ cache_file=f".arkitekt_next/cache/{identifier}-{version}_fakts_cache.json",
73
+ hash=manifest.hash() + url,
74
+ ),
75
+ )
76
+
77
+
78
+ def build_arkitekt_next_token_fakts_next(
79
+ manifest: Manifest,
80
+ token: str,
81
+ url,
82
+ ):
83
+ identifier = manifest.identifier
84
+ version = manifest.version
85
+
86
+ return ArkitektNextFaktsNext(
87
+ grant=RemoteGrant(
88
+ demander=StaticDemander(token=token),
89
+ discovery=WellKnownDiscovery(url=url, auto_protocols=["https", "http"]),
90
+ claimer=ClaimEndpointClaimer(),
91
+ ),
92
+ cache=FileCache(
93
+ cache_file=f".arkitekt_next/cache/{identifier}-{version}_fakts_cache.json",
94
+ hash=manifest.hash() + url,
95
+ ),
96
+ )
97
+
98
+
99
+ def build_local_fakts(manifest, fakts):
100
+
101
+ identifier = manifest.identifier
102
+ version = manifest.version
103
+
104
+ return ArkitektNextFaktsNext(
105
+ grant=HardFakts(fakts=fakts),
106
+
107
+ )
@@ -14,6 +14,7 @@ from .mikro import MikroBlok
14
14
  from .orkestrator import OrkestratorBlok
15
15
  from .rekuest import RekuestBlok
16
16
  from .ollama import OllamaBlok
17
+ from .elektro import ElektroBlok
17
18
 
18
19
 
19
20
  class AdminCredentials(BaseModel):
@@ -35,6 +36,7 @@ class AdminCredentials(BaseModel):
35
36
  KraphBlok.as_dependency(True, False),
36
37
  TailscaleBlok.as_dependency(True, False),
37
38
  OllamaBlok.as_dependency(True, False),
39
+ ElektroBlok.as_dependency(True, False),
38
40
  ],
39
41
  )
40
42
  class ArkitektBlok:
@@ -0,0 +1,42 @@
1
+ import click
2
+ from pydantic import BaseModel
3
+ from typing import Dict, Any
4
+ import yaml
5
+ import secrets
6
+ from blok import blok, InitContext
7
+
8
+ from blok import blok, InitContext, ExecutionContext, Option
9
+ from blok.tree import YamlFile, Repo
10
+ from arkitekt_next.bloks.base import BaseArkitektService
11
+
12
+
13
+ class AccessCredentials(BaseModel):
14
+ password: str
15
+ username: str
16
+ host: str
17
+ port: str
18
+ db_name: str
19
+
20
+
21
+ @blok("live.arkitekt.elektro", description="Mikro is the bio-image database for arkitekt")
22
+ class ElektroBlok(BaseArkitektService):
23
+ def __init__(self) -> None:
24
+ self.dev = False
25
+ self.host = "elektro"
26
+ self.command = "bash run-debug.sh"
27
+ self.repo = "https://github.com/jhnnsrs/elektro-server"
28
+ self.scopes = {
29
+ "mikro_read": "Read image from the database",
30
+ "mikro_write": "Write image to the database",
31
+ }
32
+ self.image = "jhnnsrs/elektro:nightly"
33
+ self.mount_repo = False
34
+ self.build_repo = False
35
+ self.buckets = ["media", "zarr", "parquet"]
36
+ self.secret_key = secrets.token_hex(16)
37
+
38
+ def get_builder(self):
39
+ return "arkitekt.generic"
40
+
41
+ def build(self, context: ExecutionContext):
42
+ context.docker_compose.set_nested("services", self.host, self.service)
@@ -85,5 +85,5 @@ class OllamaBlok:
85
85
 
86
86
  def __str__(self) -> str:
87
87
  return (
88
- f"LiveKitBlok(host={self.host}, command={self.command}, image={self.image})"
88
+ f"Ollama(host={self.host}, command={self.command}, image={self.image})"
89
89
  )
@@ -6,6 +6,7 @@ from arkitekt_next.apps.service.fakts_next import (
6
6
  build_arkitekt_next_fakts_next,
7
7
  build_arkitekt_next_redeem_fakts_next,
8
8
  build_arkitekt_next_token_fakts_next,
9
+ build_local_fakts,
9
10
  )
10
11
  from arkitekt_next.apps.service.herre import build_arkitekt_next_herre_next
11
12
  from .utils import create_arkitekt_next_folder
@@ -30,6 +31,7 @@ def easy(
30
31
  app_kind: str = "development",
31
32
  service_registry: Optional[ServiceBuilderRegistry] = None,
32
33
  init_hook_registry: Optional[InitHookRegisty] = None,
34
+ fakts: Optional[str] = None,
33
35
  **kwargs,
34
36
  ) -> App:
35
37
  """Creates a next app
@@ -115,7 +117,13 @@ def easy(
115
117
  requirements=service_registry.get_requirements(),
116
118
  )
117
119
 
118
- if token:
120
+ if fakts:
121
+ fakts_next = build_local_fakts(
122
+ manifest=manifest,
123
+ fakts=fakts,
124
+ )
125
+
126
+ elif token:
119
127
  fakts_next = build_arkitekt_next_token_fakts_next(
120
128
  manifest=manifest,
121
129
  token=token,
@@ -1,9 +1,12 @@
1
+ import json
1
2
  import rich_click as click
2
3
  from arkitekt_next.cli.options import *
3
4
  import asyncio
4
5
  from arkitekt_next.cli.ui import construct_run_panel
5
6
  from importlib import import_module
6
7
  from arkitekt_next.cli.utils import import_builder
8
+ from rekuest_next.messages import Provide
9
+ from rekuest_next.rekuest import RekuestNext
7
10
  from rekuest_next.api.schema import NodeKind, BindsInput
8
11
  from rich.table import Table
9
12
  from rich.console import Console
@@ -16,7 +19,27 @@ async def call_app(
16
19
  template_string: str,
17
20
  arg: Dict[str, Any],
18
21
  ):
22
+
23
+
24
+
19
25
  async with app:
26
+
27
+ rekuest: RekuestNext = app.services["rekuest"]
28
+
29
+ registry = await rekuest.agent.extension_registry.get("default").aretrieve_registry()
30
+
31
+ x = await rekuest.agent.aspawn_actor_from_provision(
32
+ provide_message=Provide(
33
+
34
+ )
35
+ )
36
+
37
+ the_builder = registry.get_builder_for_interface(template_string)
38
+
39
+ print(the_builder)
40
+
41
+ actor =
42
+
20
43
  raise NotImplementedError("Not implemented yet")
21
44
 
22
45
 
@@ -48,13 +71,16 @@ async def call_app(
48
71
  "template",
49
72
  help="The template to run",
50
73
  type=str,
74
+ required=True,
51
75
  )
76
+ @click.option("--fakts", "-f", "fakts", type=(str, str), multiple=True)
52
77
  def local(
53
78
  ctx,
54
79
  entrypoint=None,
55
80
  builder=None,
56
81
  args=None,
57
82
  template: str = None,
83
+ fakts: str = None,
58
84
  **builder_kwargs,
59
85
  ):
60
86
  """Runs the app in production mode
@@ -68,6 +94,8 @@ def local(
68
94
  console = get_console(ctx)
69
95
  entrypoint = entrypoint or manifest.entrypoint
70
96
 
97
+
98
+ fakts = dict(fakts) if fakts else None
71
99
  kwargs = dict(args or [])
72
100
 
73
101
  builder = import_builder(builder)
@@ -82,6 +110,7 @@ def local(
82
110
  app = builder(
83
111
  **manifest.to_builder_dict(),
84
112
  **builder_kwargs,
113
+ fakts=fakts,
85
114
  )
86
115
 
87
116
  panel = construct_run_panel(app)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "arkitekt-next"
3
- version = "0.8.66"
3
+ version = "0.8.68"
4
4
  description = "client for the arkitekt_next platform"
5
5
  authors = ["jhnnsrs <jhnnsrs@gmail.com>"]
6
6
  license = "MIT"
@@ -10,14 +10,14 @@ readme = "README.md"
10
10
  [tool.poetry.dependencies]
11
11
  python = ">=3.9,<4"
12
12
  herre-next = ">=1.0.2"
13
- fakts-next = ">=1.0.4"
14
- kraph = { version = ">=0.1.103", python = ">=3.9", optional = true }
13
+ fakts-next = ">=1.0.5"
14
+ kraph = { version = ">=0.1.104", python = ">=3.9", optional = true }
15
15
  mikro-next = { version = ">=0.1.60", python = "^3.11", optional = true }
16
16
  kabinet = { version = ">=0.1.46", optional = true, python = "^3.9" }
17
17
  fluss-next = { version = ">=0.1.96", optional = true, python = ">=3.9" }
18
18
  reaktion-next= { version = ">=0.1.87", python = ">=3.9", optional = true }
19
- alpaka = { version = ">=0.1.20", python = "^3.10", optional = true }
20
- rekuest-next= { version = ">=0.2.68", python = ">=3.9", optional = true }
19
+ alpaka = { version = ">=0.1.21", python = "^3.10", optional = true }
20
+ rekuest-next= { version = ">=0.2.69", python = ">=3.9", optional = true }
21
21
  unlok-next= { version = ">=0.1.89", python = ">=3.9", optional = true }
22
22
  lovekit = { version = ">=0.1.19",python = ">=3.10", optional = true }
23
23
  elektro = { version = ">=0.4.1", python = ">=3.9", optional = true }
File without changes
File without changes