PikoAi 0.1.24__py3-none-any.whl → 0.1.25__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.
- Utils/ter_interface.py +0 -9
- {pikoai-0.1.24.dist-info → pikoai-0.1.25.dist-info}/METADATA +1 -1
- {pikoai-0.1.24.dist-info → pikoai-0.1.25.dist-info}/RECORD +7 -7
- {pikoai-0.1.24.dist-info → pikoai-0.1.25.dist-info}/WHEEL +0 -0
- {pikoai-0.1.24.dist-info → pikoai-0.1.25.dist-info}/entry_points.txt +0 -0
- {pikoai-0.1.24.dist-info → pikoai-0.1.25.dist-info}/licenses/LICENSE +0 -0
- {pikoai-0.1.24.dist-info → pikoai-0.1.25.dist-info}/top_level.txt +0 -0
Utils/ter_interface.py
CHANGED
@@ -92,15 +92,6 @@ class TerminalInterface:
|
|
92
92
|
|
93
93
|
# Regular markdown content
|
94
94
|
else:
|
95
|
-
# Check if we're transitioning from a tool call to regular content
|
96
|
-
# This handles cases where tool calls don't have proper closing backticks
|
97
|
-
if self.inside_tool_call and line_stripped and not line_stripped.startswith("```"):
|
98
|
-
# We've moved to regular content, so close the tool call
|
99
|
-
self._display_tool_call_content()
|
100
|
-
self.console.print("[bold cyan]--------------------------------[/bold cyan]")
|
101
|
-
self.inside_tool_call = False
|
102
|
-
self.tool_call_buffer = ""
|
103
|
-
|
104
95
|
self.console.print(Markdown(line))
|
105
96
|
|
106
97
|
def _display_tool_call_content(self):
|
@@ -21,12 +21,12 @@ Tools/web_loader.py,sha256=N2J_0kl-y-YHwqaoFr7EXppaa4AuhavsrbGvMcFFJNg,5060
|
|
21
21
|
Tools/web_search.py,sha256=12_VhwJGXmn3oUNhTbQ5ENFG964t9DWkfCz3UtlxrbM,2261
|
22
22
|
Utils/__init__.py,sha256=oukU0ufroPRd8_N8d2xiFes9CTxSaw4NA6p2nS1kkSg,16
|
23
23
|
Utils/executor_utils.py,sha256=ikcgkXFlqM9pr7Jaq4eZj6_5XB48EE52A3b3kMK25ss,1005
|
24
|
-
Utils/ter_interface.py,sha256=
|
24
|
+
Utils/ter_interface.py,sha256=vB_Gj1vXyTI6iWqUmojb7RBaGcvMJn5hB2vvij76bBY,5852
|
25
25
|
llm_interface/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
26
26
|
llm_interface/llm.py,sha256=nnTfzW-wdWoRd_ZtGxCqv33qf5V2uni8nQpzXDN0A0Y,5112
|
27
|
-
pikoai-0.1.
|
28
|
-
pikoai-0.1.
|
29
|
-
pikoai-0.1.
|
30
|
-
pikoai-0.1.
|
31
|
-
pikoai-0.1.
|
32
|
-
pikoai-0.1.
|
27
|
+
pikoai-0.1.25.dist-info/licenses/LICENSE,sha256=cELUVOboOAderKFp8bdtcM5VyJi61YH1oDbRhOuoQZw,1067
|
28
|
+
pikoai-0.1.25.dist-info/METADATA,sha256=lf9M5nmsN-Qet_v7GpImFd-LWDRXSCgWN6hjaGaAptM,2962
|
29
|
+
pikoai-0.1.25.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
30
|
+
pikoai-0.1.25.dist-info/entry_points.txt,sha256=xjZnheDymNDnQ0o84R0jZKEITrhNbzQWN-AhqfA_d6s,50
|
31
|
+
pikoai-0.1.25.dist-info/top_level.txt,sha256=hWzBNE7UQsuNcENIOksGcJED08k3ZGRRn2X5jnStICU,53
|
32
|
+
pikoai-0.1.25.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|