naas-abi-cli 1.8.1__tar.gz → 1.9.0__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 (36) hide show
  1. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/=0.9.13 +1 -1
  2. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/CHANGELOG.md +3 -0
  3. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/PKG-INFO +1 -1
  4. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/new/templates/module/__init__.py +10 -0
  5. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/pyproject.toml +1 -1
  6. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/.gitignore +0 -0
  7. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/Makefile +0 -0
  8. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/README.md +0 -0
  9. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/__init__.py +0 -0
  10. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/__init__.py +0 -0
  11. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/agent.py +0 -0
  12. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/chat.py +0 -0
  13. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/config.py +0 -0
  14. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/deploy.py +0 -0
  15. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/init.py +0 -0
  16. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/module.py +0 -0
  17. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/new/__init__.py +0 -0
  18. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/new/module.py +0 -0
  19. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/new/new.py +0 -0
  20. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/new/project.py +0 -0
  21. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/new/templates/module/agents/README.md +0 -0
  22. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/new/templates/module/agents/{{module_name_pascal}}Agent.py +0 -0
  23. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/new/templates/module/orchestrations/README.md +0 -0
  24. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/new/templates/module/pipelines/README.md +0 -0
  25. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/new/templates/module/workflows/README.md +0 -0
  26. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/new/templates/project/.github/workflows/release.yaml +0 -0
  27. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/new/templates/project/.gitignore +0 -0
  28. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/new/templates/project/Dockerfile +0 -0
  29. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/new/templates/project/README.md +0 -0
  30. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/new/templates/project/config.prod.yaml +0 -0
  31. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/new/templates/project/config.yaml +0 -0
  32. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/new/templates/project/pyproject.toml +0 -0
  33. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/new/utils.py +0 -0
  34. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/run.py +0 -0
  35. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/secret.py +0 -0
  36. {naas_abi_cli-1.8.1 → naas_abi_cli-1.9.0}/naas_abi_cli/cli/utils/Copier.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Collecting uv
2
2
  Downloading uv-0.9.26-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
3
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
4
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.3/23.3 MB 134.6 MB/s 0:00:00
5
5
  Installing collected packages: uv
6
6
  Successfully installed uv-0.9.26
@@ -2,6 +2,9 @@
2
2
 
3
3
  <!-- version list -->
4
4
 
5
+ ## v1.9.0 (2026-01-25)
6
+
7
+
5
8
  ## v1.8.1 (2026-01-25)
6
9
 
7
10
 
@@ -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.0
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()
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "naas-abi-cli"
3
- version = "1.8.1"
3
+ version = "1.9.0"
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"
File without changes
File without changes
File without changes