naas-abi-cli 1.0.1__tar.gz → 1.0.3__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 (30) hide show
  1. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/=0.9.13 +4 -4
  2. naas_abi_cli-1.0.3/CHANGELOG.md +29 -0
  3. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/PKG-INFO +1 -1
  4. naas_abi_cli-1.0.3/naas_abi_cli/cli/new/templates/project/Dockerfile +11 -0
  5. naas_abi_cli-1.0.3/naas_abi_cli/cli/new/templates/project/config.yaml +54 -0
  6. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/pyproject.toml +5 -5
  7. naas_abi_cli-1.0.1/CHANGELOG.md +0 -15
  8. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/.gitignore +0 -0
  9. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/Makefile +0 -0
  10. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/README.md +0 -0
  11. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/naas_abi_cli/README.md +0 -0
  12. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/naas_abi_cli/__init__.py +0 -0
  13. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/naas_abi_cli/cli/__init__.py +0 -0
  14. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/naas_abi_cli/cli/agent.py +0 -0
  15. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/naas_abi_cli/cli/chat.py +0 -0
  16. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/naas_abi_cli/cli/config.py +0 -0
  17. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/naas_abi_cli/cli/deploy.py +0 -0
  18. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/naas_abi_cli/cli/init.py +0 -0
  19. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/naas_abi_cli/cli/module.py +0 -0
  20. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/naas_abi_cli/cli/new/__init__.py +0 -0
  21. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/naas_abi_cli/cli/new/module.py +0 -0
  22. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/naas_abi_cli/cli/new/new.py +0 -0
  23. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/naas_abi_cli/cli/new/project.py +0 -0
  24. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/naas_abi_cli/cli/new/templates/project/.github/workflows/release.yaml +0 -0
  25. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/naas_abi_cli/cli/new/templates/project/README.md +0 -0
  26. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/naas_abi_cli/cli/new/templates/project/pyproject.toml +0 -0
  27. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/naas_abi_cli/cli/new/templates/project/{{project_name_snake}}/__init__.py +0 -0
  28. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/naas_abi_cli/cli/run.py +0 -0
  29. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/naas_abi_cli/cli/secret.py +0 -0
  30. {naas_abi_cli-1.0.1 → naas_abi_cli-1.0.3}/naas_abi_cli/cli/utils/Copier.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Collecting uv
2
- Downloading uv-0.9.18-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
3
- Downloading uv-0.9.18-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.2 MB)
4
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.2/22.2 MB 261.6 MB/s 0:00:00
2
+ Downloading uv-0.9.22-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
3
+ Downloading uv-0.9.22-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.2 MB)
4
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.2/22.2 MB 300.4 MB/s 0:00:00
5
5
  Installing collected packages: uv
6
- Successfully installed uv-0.9.18
6
+ Successfully installed uv-0.9.22
@@ -0,0 +1,29 @@
1
+ # CHANGELOG
2
+
3
+ <!-- version list -->
4
+
5
+ ## v1.0.3 (2026-01-07)
6
+
7
+ ### Bug Fixes
8
+
9
+ - Add Dockerfile to new project generation
10
+ ([`3cc8ecd`](https://github.com/jupyter-naas/abi/commit/3cc8ecddd80e247b10c7273862f5cfffb33969c5))
11
+
12
+ - Update config.yaml template on new project generation
13
+ ([`72a174e`](https://github.com/jupyter-naas/abi/commit/72a174efdc779374f4035b3c91ba2aaf035ff6ce))
14
+
15
+
16
+ ## v1.0.2 (2025-12-19)
17
+
18
+
19
+ ## v1.0.1 (2025-12-19)
20
+
21
+ ### Bug Fixes
22
+
23
+ - Add missing config in template
24
+ ([`d4df148`](https://github.com/jupyter-naas/abi/commit/d4df148450f356a94ab53b46580db20bbba325b1))
25
+
26
+
27
+ ## v1.0.0 (2025-12-19)
28
+
29
+ - Initial Release
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: naas-abi-cli
3
- Version: 1.0.1
3
+ Version: 1.0.3
4
4
  Summary: Abi cli allowing you to build your AI system.
5
5
  Author-email: Maxime Jublou <maxime@naas.ai>, Florent Ravenel <florent@naas.ai>, Jeremy Ravenel <jeremy@naas.ai>
6
6
  Requires-Python: <4,>=3.10
@@ -0,0 +1,11 @@
1
+ FROM python:3.11
2
+
3
+ WORKDIR /app
4
+
5
+ COPY . .
6
+
7
+ RUN pip install uv
8
+
9
+ RUN uv sync --no-dev
10
+
11
+ CMD ["uv", "run", "python", "-m", "naas_abi_core.apps.api.api"]
@@ -0,0 +1,54 @@
1
+ deploy:
2
+ workspace_id: "your_workspace_id"
3
+ space_name: "your_project_name-abi-api"
4
+ naas_api_key: "{{ secret.NAAS_API_KEY }}"
5
+ env:
6
+ NAAS_API_KEY: "{{ secret.NAAS_API_KEY }}"
7
+ OPENAI_API_KEY: "{{ secret.OPENAI_API_KEY }}"
8
+ ABI_API_KEY: "{{ secret.ABI_API_KEY }}"
9
+
10
+
11
+ auto_publish:
12
+ enabled: true # Enable automatic publishing of agents to workspace
13
+ exclude_agents: [] # Agents to exclude from auto-publishing (empty list means publish all enabled agents)
14
+ default_agent: "Abi" # Which agent to set as default in workspace
15
+
16
+ api:
17
+ title: "ABI API"
18
+ description: "API for ABI, your Artifical Business Intelligence"
19
+ logo_path: "assets/logo.png"
20
+ favicon_path: "assets/favicon.ico"
21
+ cors_origins:
22
+ - "http://localhost:9879"
23
+
24
+
25
+ global_config:
26
+ ai_mode: "cloud"
27
+
28
+ modules:
29
+ - module: naas_abi
30
+ enabled: true
31
+ - module: naas_abi_marketplace.ai.chatgpt
32
+ enabled: true
33
+ config:
34
+ openai_api_key: "{{ secret.OPENAI_API_KEY }}"
35
+
36
+ services:
37
+ secret:
38
+ secret_adapters:
39
+ - adapter: "dotenv"
40
+ config: {}
41
+ object_storage:
42
+ object_storage_adapter:
43
+ adapter: "fs"
44
+ config:
45
+ base_path: "storage/datastore"
46
+ triple_store:
47
+ triple_store_adapter:
48
+ adapter: "fs"
49
+ config:
50
+ store_path: "storage/triplestore"
51
+ vector_store:
52
+ vector_store_adapter:
53
+ adapter: "qdrant"
54
+ config: {}
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "naas-abi-cli"
3
- version = "1.0.1"
3
+ version = "1.0.3"
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"
@@ -57,11 +57,11 @@ match = "^dev"
57
57
  prerelease = true
58
58
  prerelease_token = "dev"
59
59
 
60
- # [tool.hatch.build.targets.wheel.force-include]
61
- # "assets" = "assets"
60
+ [tool.hatch.build.targets.wheel]
61
+ force-include = { "naas_abi_cli/cli/new/templates/project/config.yaml" = "naas_abi_cli/cli/new/templates/project/config.yaml" }
62
62
 
63
- # [tool.hatch.build.targets.sdist.force-include]
64
- # "assets" = "assets"
63
+ [tool.hatch.build.targets.sdist]
64
+ force-include = { "naas_abi_cli/cli/new/templates/project/config.yaml" = "naas_abi_cli/cli/new/templates/project/config.yaml" }
65
65
 
66
66
  [tool.uv.sources]
67
67
  naas-abi = { path = "../naas-abi", editable = true }
@@ -1,15 +0,0 @@
1
- # CHANGELOG
2
-
3
- <!-- version list -->
4
-
5
- ## v1.0.1 (2025-12-19)
6
-
7
- ### Bug Fixes
8
-
9
- - Add missing config in template
10
- ([`d4df148`](https://github.com/jupyter-naas/abi/commit/d4df148450f356a94ab53b46580db20bbba325b1))
11
-
12
-
13
- ## v1.0.0 (2025-12-19)
14
-
15
- - Initial Release
File without changes
File without changes
File without changes