naas-abi-cli 1.8.1__tar.gz → 1.9.1__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.
Files changed (37) hide show
  1. naas_abi_cli-1.9.1/=0.9.13 +5 -0
  2. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/CHANGELOG.md +11 -0
  3. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/PKG-INFO +1 -1
  4. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/new/templates/module/__init__.py +10 -0
  5. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/utils/Copier.py +3 -3
  6. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/pyproject.toml +1 -1
  7. naas_abi_cli-1.8.1/=0.9.13 +0 -6
  8. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/.gitignore +0 -0
  9. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/Makefile +0 -0
  10. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/README.md +0 -0
  11. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/__init__.py +0 -0
  12. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/__init__.py +0 -0
  13. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/agent.py +0 -0
  14. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/chat.py +0 -0
  15. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/config.py +0 -0
  16. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/deploy.py +0 -0
  17. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/init.py +0 -0
  18. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/module.py +0 -0
  19. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/new/__init__.py +0 -0
  20. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/new/module.py +0 -0
  21. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/new/new.py +0 -0
  22. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/new/project.py +0 -0
  23. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/new/templates/module/agents/README.md +0 -0
  24. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/new/templates/module/agents/{{module_name_pascal}}Agent.py +0 -0
  25. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/new/templates/module/orchestrations/README.md +0 -0
  26. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/new/templates/module/pipelines/README.md +0 -0
  27. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/new/templates/module/workflows/README.md +0 -0
  28. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/new/templates/project/.github/workflows/release.yaml +0 -0
  29. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/new/templates/project/.gitignore +0 -0
  30. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/new/templates/project/Dockerfile +0 -0
  31. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/new/templates/project/README.md +0 -0
  32. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/new/templates/project/config.prod.yaml +0 -0
  33. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/new/templates/project/config.yaml +0 -0
  34. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/new/templates/project/pyproject.toml +0 -0
  35. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/new/utils.py +0 -0
  36. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/run.py +0 -0
  37. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.1}/naas_abi_cli/cli/secret.py +0 -0
@@ -0,0 +1,5 @@
1
+ Collecting uv
2
+ Using cached uv-0.9.26-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
3
+ Using cached uv-0.9.26-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23.3 MB)
4
+ Installing collected packages: uv
5
+ Successfully installed uv-0.9.26
@@ -2,6 +2,17 @@
2
2
 
3
3
  <!-- version list -->
4
4
 
5
+ ## v1.9.1 (2026-01-26)
6
+
7
+ ### Bug Fixes
8
+
9
+ - CICD checks
10
+ ([`1cc9a0d`](https://github.com/jupyter-naas/abi/commit/1cc9a0d8aa9e5b89c06269f11b8437d3a60d2c23))
11
+
12
+
13
+ ## v1.9.0 (2026-01-25)
14
+
15
+
5
16
  ## v1.8.1 (2026-01-25)
6
17
 
7
18
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: naas-abi-cli
3
- Version: 1.8.1
3
+ Version: 1.9.1
4
4
  Summary: Abi cli allowing you to build your AI system.
5
5
  Project-URL: Homepage, https://github.com/jupyter-naas/abi
6
6
  Project-URL: Repository, https://github.com/jupyter-naas/abi/tree/main/libs/naas-abi-cli
@@ -27,5 +27,15 @@ class ABIModule(BaseModule):
27
27
  pass
28
28
  # example: str
29
29
 
30
+ # on_initialized is called by the engine after all modules and services have been fully loaded.
31
+ # At this point, you can safely access other modules and services through the engine's interfaces.
32
+ # Override this method to implement any post-initialization logic your module requires.
30
33
  def on_initialized(self):
31
34
  super().on_initialized()
35
+
36
+ # The on_load method is invoked during initial module loading by the engine.
37
+ # At this point, avoid accessing services or other modules, as they have not been loaded yet.
38
+ # Place any logic here that must occur right as the module is loaded, before initialization.
39
+ # You can see it as the constructor of the module.
40
+ def on_load(self):
41
+ super().on_load()
@@ -2,12 +2,12 @@ import os
2
2
  import shutil
3
3
 
4
4
  import jinja2
5
- import rich
6
5
  from jinja2 import Environment, meta
6
+ from rich.prompt import Prompt
7
7
 
8
8
 
9
9
  class ValueProvider(dict):
10
- def collect_values(self, template_string: str) -> dict:
10
+ def collect_values(self, template_string: str) -> None:
11
11
  env = Environment() # add your filters/tests if you use them
12
12
  ast = env.parse(template_string)
13
13
  needed = meta.find_undeclared_variables(ast)
@@ -15,7 +15,7 @@ class ValueProvider(dict):
15
15
  for name in sorted(needed):
16
16
  if name in self:
17
17
  continue
18
- self[name] = rich.prompt.Prompt.ask(f"Enter value for '{name}'")
18
+ self[name] = Prompt.ask(f"Enter value for '{name}'")
19
19
 
20
20
 
21
21
  class Copier:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "naas-abi-cli"
3
- version = "1.8.1"
3
+ version = "1.9.1"
4
4
  description = "Abi cli allowing you to build your AI system."
5
5
  authors = [{ name = "Maxime Jublou", email = "maxime@naas.ai" },{ name = "Florent Ravenel", email = "florent@naas.ai" }, { name = "Jeremy Ravenel", email = "jeremy@naas.ai" }]
6
6
  requires-python = ">=3.10,<4"
@@ -1,6 +0,0 @@
1
- Collecting uv
2
- Downloading uv-0.9.26-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
3
- Downloading uv-0.9.26-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23.3 MB)
4
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.3/23.3 MB 161.7 MB/s 0:00:00
5
- Installing collected packages: uv
6
- Successfully installed uv-0.9.26
File without changes
File without changes
File without changes