solana-agent 23.0.6__py3-none-any.whl → 23.0.7__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: solana-agent
3
- Version: 23.0.6
3
+ Version: 23.0.7
4
4
  Summary: Agentic IQ
5
5
  License: MIT
6
6
  Keywords: ai,openai,ai agents,agi
@@ -98,7 +98,7 @@ An agent can have multiple tools and will choose the best one to answer the user
98
98
 
99
99
  Routing is determined by optimal domain expertise of the agent for the user query.
100
100
 
101
- When the agent uses a tool it feeds the tool output back into the agent to generate the final response.
101
+ When the agent uses a tool it feeds the tool output back to itself to generate the final response.
102
102
 
103
103
  This is important as tools generally output unstructured and unformatted data that the agent needs to prepare for the user.
104
104
 
@@ -357,11 +357,11 @@ API Calls:
357
357
 
358
358
  This mode is great for text output where the default response from OpenAI is enough.
359
359
 
360
- However, it is also found to sometimes to not call tools when the tool should be called.
360
+ It is not suitable for audio as the OpenAI search results contain links and markdown.
361
361
 
362
- It is faster than calling `search_internet` from `sakit` by saving 2 API calls.
362
+ Also it may not call tools when they should be called as it thinks the search results answer the user query.
363
363
 
364
- The default mode is disabled due to the issue of not calling tools properly and is not suitable for audio output.
364
+ It is much faster than calling `search_internet` from `sakit` as it saves 2 API calls.
365
365
 
366
366
  ```python
367
367
  async for response in solana_agent.process("user123", "What is the latest news on Canada?", internet_search=True):
@@ -29,7 +29,7 @@ solana_agent/services/__init__.py,sha256=ab_NXJmwYUCmCrCzuTlZ47bJZINW0Y0F5jfQ9Oo
29
29
  solana_agent/services/agent.py,sha256=-u2rtu6w_0BQoHPFU3GdLuZLinQzQ0cpktOUsCRcbUU,20048
30
30
  solana_agent/services/query.py,sha256=6K5RcxoHXaKMvxmDPo_WInRYtjOKJ8In4BgdLhzc_98,11363
31
31
  solana_agent/services/routing.py,sha256=PMCSG5m3uLMaHMj3dxNvNfcFZaeaDi7kMr7AEBCzwDE,6499
32
- solana_agent-23.0.6.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
33
- solana_agent-23.0.6.dist-info/METADATA,sha256=Mu7NTfqyOyl9atIsPMzYwYr0geCr5_IevKEeifL7tzo,20863
34
- solana_agent-23.0.6.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
35
- solana_agent-23.0.6.dist-info/RECORD,,
32
+ solana_agent-23.0.7.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
33
+ solana_agent-23.0.7.dist-info/METADATA,sha256=D4x8ji7WuLa_OSYx5gtfTKFFOkZKki5ptvOUYfTqE8M,20857
34
+ solana_agent-23.0.7.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
35
+ solana_agent-23.0.7.dist-info/RECORD,,