nao-core 0.0.10__py3-none-any.whl → 0.0.11__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.
- nao_core/__init__.py +1 -1
- nao_core/commands/chat.py +1 -1
- nao_core/commands/debug.py +0 -1
- {nao_core-0.0.10.dist-info → nao_core-0.0.11.dist-info}/METADATA +1 -1
- {nao_core-0.0.10.dist-info → nao_core-0.0.11.dist-info}/RECORD +8 -8
- {nao_core-0.0.10.dist-info → nao_core-0.0.11.dist-info}/WHEEL +0 -0
- {nao_core-0.0.10.dist-info → nao_core-0.0.11.dist-info}/entry_points.txt +0 -0
- {nao_core-0.0.10.dist-info → nao_core-0.0.11.dist-info}/licenses/LICENSE +0 -0
nao_core/__init__.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# nao Core CLI package
|
|
2
|
-
__version__ = "0.0.
|
|
2
|
+
__version__ = "0.0.11"
|
nao_core/commands/chat.py
CHANGED
|
@@ -76,7 +76,7 @@ def chat():
|
|
|
76
76
|
|
|
77
77
|
# Set LLM API key from config if available
|
|
78
78
|
if config and config.llm:
|
|
79
|
-
env_var_name = f"{config.llm.
|
|
79
|
+
env_var_name = f"{config.llm.provider.upper()}_API_KEY"
|
|
80
80
|
env[env_var_name] = config.llm.api_key
|
|
81
81
|
console.print(f"[bold green]✓[/bold green] Set {env_var_name} from config")
|
|
82
82
|
|
nao_core/commands/debug.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
nao_core/__init__.py,sha256
|
|
1
|
+
nao_core/__init__.py,sha256=OTB7vGhVCdxrovMSyxjPvmW5myiN0jPFano1PGXh6Dc,46
|
|
2
2
|
nao_core/config.py,sha256=uNZ_q6f6IC3i7e8SFu-CXJhcCboNNm3UjnL4KHpw-cw,4527
|
|
3
3
|
nao_core/main.py,sha256=f00vLL4s2B2kCMa8y3lI56LX3TnUppWzYmqM6eOGomA,205
|
|
4
4
|
nao_core/bin/db.sqlite,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -9,12 +9,12 @@ nao_core/bin/public/assets/index-BSxC58nD.js,sha256=KfT52WftnDWjgEEplssDzkzOPgCR
|
|
|
9
9
|
nao_core/bin/public/assets/index-Dh3br3Ia.js,sha256=UlskObLoJLwNKErNk6DrjrBdsbemOJ9BT16_ejD5234,333150
|
|
10
10
|
nao_core/bin/public/assets/index-heKLHGGE.css,sha256=9tGsJsaCXrJ0-GQptxyrmuQhX4rWcUNLvWmR8n0-5vY,30119
|
|
11
11
|
nao_core/commands/__init__.py,sha256=rFCuUyA9wM4hS6CxCt2M_5W4VysyQXh6HkA_hyRCxPc,207
|
|
12
|
-
nao_core/commands/chat.py,sha256=
|
|
13
|
-
nao_core/commands/debug.py,sha256=
|
|
12
|
+
nao_core/commands/chat.py,sha256=xhcBfP40IedunfLX73VNDM5VOGBDnqqii4khoVE-imY,4430
|
|
13
|
+
nao_core/commands/debug.py,sha256=Hdtb6_2F-a9Nr-aU_exdnPZY0-Lf9dgV1QX6QxPr9P8,4794
|
|
14
14
|
nao_core/commands/init.py,sha256=lL4Zn8KIhgH2hRTFOBuQIHpiReSeOF517J4s4zBdwEk,5175
|
|
15
15
|
nao_core/commands/sync.py,sha256=P_AHbTwIifmvhvAJuYR3zA9gdBD2QbaONHQArzS4nXc,4654
|
|
16
|
-
nao_core-0.0.
|
|
17
|
-
nao_core-0.0.
|
|
18
|
-
nao_core-0.0.
|
|
19
|
-
nao_core-0.0.
|
|
20
|
-
nao_core-0.0.
|
|
16
|
+
nao_core-0.0.11.dist-info/METADATA,sha256=XWK2ujf5mNjTE0aEjG2FYforbf8nE8PI6GtwLtbYiaI,5143
|
|
17
|
+
nao_core-0.0.11.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
18
|
+
nao_core-0.0.11.dist-info/entry_points.txt,sha256=SZakIiNybgS3pl_OEZVLyLSweadeBFoEMBECMoj9czY,42
|
|
19
|
+
nao_core-0.0.11.dist-info/licenses/LICENSE,sha256=rn5YtWB6E5hPQI49tCTNSyqlArWGsB6HzA5FfSbRHRs,1066
|
|
20
|
+
nao_core-0.0.11.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|