naas-abi-core 1.2.0__py3-none-any.whl → 1.2.1__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_core/apps/terminal_agent/main.py +2 -2
- {naas_abi_core-1.2.0.dist-info → naas_abi_core-1.2.1.dist-info}/METADATA +1 -1
- {naas_abi_core-1.2.0.dist-info → naas_abi_core-1.2.1.dist-info}/RECORD +5 -5
- {naas_abi_core-1.2.0.dist-info → naas_abi_core-1.2.1.dist-info}/WHEEL +0 -0
- {naas_abi_core-1.2.0.dist-info → naas_abi_core-1.2.1.dist-info}/entry_points.txt +0 -0
|
@@ -207,7 +207,7 @@ def on_ai_message(message: Any, agent_name: str) -> None:
|
|
|
207
207
|
if "abi" in agent_name.lower():
|
|
208
208
|
color = "bold green"
|
|
209
209
|
elif "claude" in agent_name.lower():
|
|
210
|
-
color = "bold
|
|
210
|
+
color = "bold dark_orange" # Anthropic's orange, use rich color
|
|
211
211
|
elif "chatgpt" in agent_name.lower():
|
|
212
212
|
color = "bold bright_green" # OpenAI's green
|
|
213
213
|
elif "deepseek" in agent_name.lower():
|
|
@@ -221,7 +221,7 @@ def on_ai_message(message: Any, agent_name: str) -> None:
|
|
|
221
221
|
elif "llama" in agent_name.lower():
|
|
222
222
|
color = "bold bright_blue" # Meta's blue
|
|
223
223
|
elif "mistral" in agent_name.lower():
|
|
224
|
-
color = "bold
|
|
224
|
+
color = "bold dark_orange" # Mistral's orange, use rich color
|
|
225
225
|
elif "perplexity" in agent_name.lower():
|
|
226
226
|
color = "bold white" # Perplexity's white
|
|
227
227
|
elif "qwen" in agent_name.lower():
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: naas-abi-core
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.1
|
|
4
4
|
Summary: Abi framework 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
|
|
@@ -5,7 +5,7 @@ naas_abi_core/apps/api/openapi_doc.py,sha256=JbwzcmSP-Yl1rbN0QvUwOSmOFf-yKXECZ-2
|
|
|
5
5
|
naas_abi_core/apps/mcp/Dockerfile.mcp,sha256=936qaoMFGbMvTARjzkNHMgRfGVWnolpVCrz0fBJYrLA,826
|
|
6
6
|
naas_abi_core/apps/mcp/mcp_server.py,sha256=U-wDl8rswMk4nefGg2SUByw4x8CM10M59FfLHxIKC-o,8391
|
|
7
7
|
naas_abi_core/apps/mcp/mcp_server_test.py,sha256=8jixnDyERM_HjjDTRtPDQcJ_rzA0ESAn147sl2Gk8gw,5636
|
|
8
|
-
naas_abi_core/apps/terminal_agent/main.py,sha256=
|
|
8
|
+
naas_abi_core/apps/terminal_agent/main.py,sha256=6sJGgUFh8hiabwekYnpBYN9bxO0gOoAig9OqZ1AOtCE,19666
|
|
9
9
|
naas_abi_core/apps/terminal_agent/terminal_style.py,sha256=YOpfvBlKU52wNyGEKbZPiRQVKxug-hI92H8ScV5L8Ew,5254
|
|
10
10
|
naas_abi_core/engine/Engine.py,sha256=jGsGleO9PeFb7D9LlyO6gH1FFCh7Vj8wC7s0N0cuyxU,3257
|
|
11
11
|
naas_abi_core/engine/EngineProxy.py,sha256=o-D8LlP-PjQ_Yct4JWrDZw7mA7yporxb2XrJFowLYrY,3379
|
|
@@ -114,7 +114,7 @@ naas_abi_core/utils/onto2py/tests/ttl2py_test.py,sha256=5OZqSxPffjJYiX9T4rT1mV0P
|
|
|
114
114
|
naas_abi_core/workflow/__init__.py,sha256=hZD58mCB1PApxITqftP_xgjxL7NeLvOfI-rJENg1ENs,250
|
|
115
115
|
naas_abi_core/workflow/workflow.py,sha256=ZufSS073JztVl0OQRTqNyK7FepFvv7gXlc4j5FAEZCI,1216
|
|
116
116
|
assets/favicon.ico,sha256=nWk8wrHZiJV3DeuWrP2MqilXxCuoNWKGtMZfYmEVQLw,666
|
|
117
|
-
naas_abi_core-1.2.
|
|
118
|
-
naas_abi_core-1.2.
|
|
119
|
-
naas_abi_core-1.2.
|
|
120
|
-
naas_abi_core-1.2.
|
|
117
|
+
naas_abi_core-1.2.1.dist-info/METADATA,sha256=2XbMeXhQxZjvSdFv5OfAppq6CjkTn2cqEoXFzb5pEtY,3897
|
|
118
|
+
naas_abi_core-1.2.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
119
|
+
naas_abi_core-1.2.1.dist-info/entry_points.txt,sha256=IX0WUFxZuo1JU6H66fcRR6y7gYChMVw_XA9suPk9_1Q,70
|
|
120
|
+
naas_abi_core-1.2.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|