naas-abi-cli 1.0.0__py3-none-any.whl → 1.0.2__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.
- naas_abi_cli/cli/new/templates/project/config.yaml +45 -0
- {naas_abi_cli-1.0.0.dist-info → naas_abi_cli-1.0.2.dist-info}/METADATA +1 -1
- {naas_abi_cli-1.0.0.dist-info → naas_abi_cli-1.0.2.dist-info}/RECORD +5 -4
- {naas_abi_cli-1.0.0.dist-info → naas_abi_cli-1.0.2.dist-info}/WHEEL +0 -0
- {naas_abi_cli-1.0.0.dist-info → naas_abi_cli-1.0.2.dist-info}/entry_points.txt +0 -0
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
|
|
2
|
+
auto_publish:
|
|
3
|
+
enabled: true # Enable automatic publishing of agents to workspace
|
|
4
|
+
exclude_agents: [] # Agents to exclude from auto-publishing (empty list means publish all enabled agents)
|
|
5
|
+
default_agent: "Abi" # Which agent to set as default in workspace
|
|
6
|
+
|
|
7
|
+
api:
|
|
8
|
+
title: "ABI API"
|
|
9
|
+
description: "API for ABI, your Artifical Business Intelligence"
|
|
10
|
+
logo_path: "assets/logo.png"
|
|
11
|
+
favicon_path: "assets/favicon.ico"
|
|
12
|
+
cors_origins:
|
|
13
|
+
- "http://localhost:9879"
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
global_config:
|
|
17
|
+
ai_mode: "cloud"
|
|
18
|
+
|
|
19
|
+
modules:
|
|
20
|
+
- module: naas_abi
|
|
21
|
+
enabled: true
|
|
22
|
+
- module: naas_abi_marketplace.ai.chatgpt
|
|
23
|
+
enabled: true
|
|
24
|
+
config:
|
|
25
|
+
openai_api_key: "{{ secret.OPENAI_API_KEY }}"
|
|
26
|
+
|
|
27
|
+
services:
|
|
28
|
+
secret:
|
|
29
|
+
secret_adapters:
|
|
30
|
+
- adapter: "dotenv"
|
|
31
|
+
config: {}
|
|
32
|
+
object_storage:
|
|
33
|
+
object_storage_adapter:
|
|
34
|
+
adapter: "fs"
|
|
35
|
+
config:
|
|
36
|
+
base_path: "storage/object_store"
|
|
37
|
+
triple_store:
|
|
38
|
+
triple_store_adapter:
|
|
39
|
+
adapter: "fs"
|
|
40
|
+
config:
|
|
41
|
+
store_path: "storage/triplestore"
|
|
42
|
+
vector_store:
|
|
43
|
+
vector_store_adapter:
|
|
44
|
+
adapter: "qdrant"
|
|
45
|
+
config: {}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: naas-abi-cli
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
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
|
|
@@ -18,7 +18,8 @@ naas_abi_cli/cli/new/templates/project/pyproject.toml,sha256=LQfOYOCSYvI6BP5TGYo
|
|
|
18
18
|
naas_abi_cli/cli/new/templates/project/.github/workflows/release.yaml,sha256=7uV4SE20zvAfJKr1caKLbHIC3eyBmS-LOwjkKe6plhI,596
|
|
19
19
|
naas_abi_cli/cli/new/templates/project/{{project_name_snake}}/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
20
|
naas_abi_cli/cli/utils/Copier.py,sha256=YDYY9rxbL0TFB8IHKZc1ZR0w9tMUlX29jhVw4To8OQs,2640
|
|
21
|
-
naas_abi_cli
|
|
22
|
-
naas_abi_cli-1.0.
|
|
23
|
-
naas_abi_cli-1.0.
|
|
24
|
-
naas_abi_cli-1.0.
|
|
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,,
|
|
File without changes
|
|
File without changes
|