praisonaiagents 0.0.149__py3-none-any.whl → 0.0.150__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.
praisonaiagents/main.py CHANGED
@@ -154,6 +154,10 @@ def display_interaction(message, response, markdown=True, generation_time=None,
154
154
 
155
155
  message = _clean_display_content(str(message))
156
156
  response = _clean_display_content(str(response))
157
+
158
+ # Skip display if response is empty (common with Gemini tool calls)
159
+ if not response or not response.strip():
160
+ return
157
161
 
158
162
  # Execute synchronous callbacks
159
163
  execute_sync_callback(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: praisonaiagents
3
- Version: 0.0.149
3
+ Version: 0.0.150
4
4
  Summary: Praison AI agents for completing complex tasks with Self Reflection Agents
5
5
  Author: Mervin Praison
6
6
  Requires-Python: >=3.10
@@ -2,7 +2,7 @@ praisonaiagents/__init__.py,sha256=pmoUafSn5f-ubjgY0rBBTw7N1wsRtg7X8-UGe477OH4,3
2
2
  praisonaiagents/_logging.py,sha256=WfgUX6jo9hClpgHVKSGz8gqkna9DDNhPJBv-wjhcJoM,4648
3
3
  praisonaiagents/_warning_patch.py,sha256=FSLdw1SnA9b1PSxHWaRIcuG9IiIwO5JT6uo_m3CM0NI,2816
4
4
  praisonaiagents/approval.py,sha256=UJ4OhfihpFGR5CAaMphqpSvqdZCHi5w2MGw1MByZ1FQ,9813
5
- praisonaiagents/main.py,sha256=jT6ur_GWYZRZk0YC8xHm80Vy86y4EGk-zOv4_fc-thU,17013
5
+ praisonaiagents/main.py,sha256=BqqskwUP-qrqCsHF9h_Wv99uS24ZeFTD8CaN6o6bnCE,17150
6
6
  praisonaiagents/session.py,sha256=FHWButPBaFGA4x1U_2gImroQChHnFy231_aAa_n5KOQ,20364
7
7
  praisonaiagents/agent/__init__.py,sha256=KBqW_augD-HcaV3FL88gUmhDCpwnSTavGENi7RqneTo,505
8
8
  praisonaiagents/agent/agent.py,sha256=_EhjCKaqM4z2Dcgkndr2b2UmJJuKCjDkeIItvH_Bnok,143723
@@ -64,7 +64,7 @@ praisonaiagents/tools/xml_tools.py,sha256=iYTMBEk5l3L3ryQ1fkUnNVYK-Nnua2Kx2S0dxN
64
64
  praisonaiagents/tools/yaml_tools.py,sha256=uogAZrhXV9O7xvspAtcTfpKSQYL2nlOTvCQXN94-G9A,14215
65
65
  praisonaiagents/tools/yfinance_tools.py,sha256=s2PBj_1v7oQnOobo2fDbQBACEHl61ftG4beG6Z979ZE,8529
66
66
  praisonaiagents/tools/train/data/generatecot.py,sha256=H6bNh-E2hqL5MW6kX3hqZ05g9ETKN2-kudSjiuU_SD8,19403
67
- praisonaiagents-0.0.149.dist-info/METADATA,sha256=UhSqTmXkKN9-XM-cLpTKB6GtBoef-eNqrIGsV8NERW4,2146
68
- praisonaiagents-0.0.149.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
69
- praisonaiagents-0.0.149.dist-info/top_level.txt,sha256=_HsRddrJ23iDx5TTqVUVvXG2HeHBL5voshncAMDGjtA,16
70
- praisonaiagents-0.0.149.dist-info/RECORD,,
67
+ praisonaiagents-0.0.150.dist-info/METADATA,sha256=5JM0pL2Ubiq3OFuq2JU268cFwP6ic553UU1LWVMUBho,2146
68
+ praisonaiagents-0.0.150.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
69
+ praisonaiagents-0.0.150.dist-info/top_level.txt,sha256=_HsRddrJ23iDx5TTqVUVvXG2HeHBL5voshncAMDGjtA,16
70
+ praisonaiagents-0.0.150.dist-info/RECORD,,