naas-abi-cli 1.0.2__py3-none-any.whl → 1.0.3__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.
@@ -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"]
@@ -1,3 +1,12 @@
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
+
1
10
 
2
11
  auto_publish:
3
12
  enabled: true # Enable automatic publishing of agents to workspace
@@ -33,7 +42,7 @@ services:
33
42
  object_storage_adapter:
34
43
  adapter: "fs"
35
44
  config:
36
- base_path: "storage/object_store"
45
+ base_path: "storage/datastore"
37
46
  triple_store:
38
47
  triple_store_adapter:
39
48
  adapter: "fs"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: naas-abi-cli
3
- Version: 1.0.2
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
@@ -13,13 +13,14 @@ naas_abi_cli/cli/new/__init__.py,sha256=i-lOPJh8DL729CFhZyuXZibsaswsqPj5e7u_N68x
13
13
  naas_abi_cli/cli/new/module.py,sha256=e4gXnE7iQ4aCJpAU-0iMrHQ11T-PS11UDuifBLwyYFs,183
14
14
  naas_abi_cli/cli/new/new.py,sha256=sfNmeoNZLGhjKRKSHuwEl1vtuxWR_SII0qOo9BVoEwY,55
15
15
  naas_abi_cli/cli/new/project.py,sha256=ptYIh9_M-bOr-LEj6hzfKIYVLCaQtKhJXhP5OGKH0TQ,1912
16
+ naas_abi_cli/cli/new/templates/project/Dockerfile,sha256=1qKIDdqwc_JYJE9ROHFqsq3RPyYpkfqjZHKACCMR4JE,147
16
17
  naas_abi_cli/cli/new/templates/project/README.md,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
18
  naas_abi_cli/cli/new/templates/project/pyproject.toml,sha256=LQfOYOCSYvI6BP5TGYoWV4dlfSAUVFBZJkXqf-em48o,165
18
19
  naas_abi_cli/cli/new/templates/project/.github/workflows/release.yaml,sha256=7uV4SE20zvAfJKr1caKLbHIC3eyBmS-LOwjkKe6plhI,596
19
20
  naas_abi_cli/cli/new/templates/project/{{project_name_snake}}/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
21
  naas_abi_cli/cli/utils/Copier.py,sha256=YDYY9rxbL0TFB8IHKZc1ZR0w9tMUlX29jhVw4To8OQs,2640
21
- naas_abi_cli/cli/new/templates/project/config.yaml,sha256=RWZtS6ua1R8echvEVZg-ETsy_7FgjvE6iw7YA7TQRfM,1087
22
- naas_abi_cli-1.0.2.dist-info/METADATA,sha256=Df8V269GIqn479L3M3q8UBSxXoGpZi0QJg8Dchu-Jzw,381
23
- naas_abi_cli-1.0.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
24
- naas_abi_cli-1.0.2.dist-info/entry_points.txt,sha256=ufNXhYVU3uo5dcZ8e1kdEJv1oh2Vons7LHJPg35cP4w,46
25
- naas_abi_cli-1.0.2.dist-info/RECORD,,
22
+ naas_abi_cli/cli/new/templates/project/config.yaml,sha256=XbH96_X2EFowSsM5yl3NjE9NzcwkLgsznx29bNlx0io,1362
23
+ naas_abi_cli-1.0.3.dist-info/METADATA,sha256=f6aXApLJESPFcacJVoZYlKdI217j4bC62GNH1IInp6o,381
24
+ naas_abi_cli-1.0.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
25
+ naas_abi_cli-1.0.3.dist-info/entry_points.txt,sha256=ufNXhYVU3uo5dcZ8e1kdEJv1oh2Vons7LHJPg35cP4w,46
26
+ naas_abi_cli-1.0.3.dist-info/RECORD,,