solana-agent 23.0.5__tar.gz → 23.0.7__tar.gz

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.
Files changed (35) hide show
  1. {solana_agent-23.0.5 → solana_agent-23.0.7}/PKG-INFO +14 -5
  2. {solana_agent-23.0.5 → solana_agent-23.0.7}/README.md +13 -4
  3. {solana_agent-23.0.5 → solana_agent-23.0.7}/pyproject.toml +1 -1
  4. {solana_agent-23.0.5 → solana_agent-23.0.7}/LICENSE +0 -0
  5. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/__init__.py +0 -0
  6. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/adapters/__init__.py +0 -0
  7. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/adapters/llm_adapter.py +0 -0
  8. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/adapters/mongodb_adapter.py +0 -0
  9. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/client/__init__.py +0 -0
  10. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/client/solana_agent.py +0 -0
  11. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/domains/__init__.py +0 -0
  12. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/domains/agent.py +0 -0
  13. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/domains/routing.py +0 -0
  14. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/factories/__init__.py +0 -0
  15. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/factories/agent_factory.py +0 -0
  16. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/interfaces/__init__.py +0 -0
  17. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/interfaces/client/client.py +0 -0
  18. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/interfaces/plugins/plugins.py +0 -0
  19. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/interfaces/providers/data_storage.py +0 -0
  20. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/interfaces/providers/llm.py +0 -0
  21. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/interfaces/providers/memory.py +0 -0
  22. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/interfaces/services/agent.py +0 -0
  23. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/interfaces/services/query.py +0 -0
  24. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/interfaces/services/routing.py +0 -0
  25. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/plugins/__init__.py +0 -0
  26. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/plugins/manager.py +0 -0
  27. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/plugins/registry.py +0 -0
  28. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/plugins/tools/__init__.py +0 -0
  29. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/plugins/tools/auto_tool.py +0 -0
  30. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/repositories/__init__.py +0 -0
  31. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/repositories/memory.py +0 -0
  32. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/services/__init__.py +0 -0
  33. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/services/agent.py +0 -0
  34. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/services/query.py +0 -0
  35. {solana_agent-23.0.5 → solana_agent-23.0.7}/solana_agent/services/routing.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: solana-agent
3
- Version: 23.0.5
3
+ Version: 23.0.7
4
4
  Summary: Agentic IQ
5
5
  License: MIT
6
6
  Keywords: ai,openai,ai agents,agi
@@ -70,11 +70,20 @@ Build your AI business in three lines of code!
70
70
 
71
71
  ## Stack
72
72
 
73
+ ### Tech
74
+
73
75
  * [Python](https://python.org) - Programming Language
74
76
  * [OpenAI](https://openai.com) - LLM Provider
75
77
  * [MongoDB](https://mongodb.com) - Conversational History (optional)
76
78
  * [Zep Cloud](https://getzep.com) - Conversational Memory (optional)
77
79
 
80
+ ### LLMs
81
+
82
+ * [gpt-4o-mini](https://platform.openai.com/docs/models/gpt-4o-mini)
83
+ * [gpt-4o-mini-tts](https://platform.openai.com/docs/models/gpt-4o-mini-tts)
84
+ * [gpt-4o-mini-transcribe](https://platform.openai.com/docs/models/gpt-4o-mini-transcribe)
85
+ * [gpt-4o-mini-search-preview](https://platform.openai.com/docs/models/gpt-4o-mini-search-preview)
86
+
78
87
  ## Installation
79
88
 
80
89
  You can install Solana Agent using pip:
@@ -89,7 +98,7 @@ An agent can have multiple tools and will choose the best one to answer the user
89
98
 
90
99
  Routing is determined by optimal domain expertise of the agent for the user query.
91
100
 
92
- 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.
93
102
 
94
103
  This is important as tools generally output unstructured and unformatted data that the agent needs to prepare for the user.
95
104
 
@@ -348,11 +357,11 @@ API Calls:
348
357
 
349
358
  This mode is great for text output where the default response from OpenAI is enough.
350
359
 
351
- 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.
352
361
 
353
- 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.
354
363
 
355
- 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.
356
365
 
357
366
  ```python
358
367
  async for response in solana_agent.process("user123", "What is the latest news on Canada?", internet_search=True):
@@ -46,11 +46,20 @@ Build your AI business in three lines of code!
46
46
 
47
47
  ## Stack
48
48
 
49
+ ### Tech
50
+
49
51
  * [Python](https://python.org) - Programming Language
50
52
  * [OpenAI](https://openai.com) - LLM Provider
51
53
  * [MongoDB](https://mongodb.com) - Conversational History (optional)
52
54
  * [Zep Cloud](https://getzep.com) - Conversational Memory (optional)
53
55
 
56
+ ### LLMs
57
+
58
+ * [gpt-4o-mini](https://platform.openai.com/docs/models/gpt-4o-mini)
59
+ * [gpt-4o-mini-tts](https://platform.openai.com/docs/models/gpt-4o-mini-tts)
60
+ * [gpt-4o-mini-transcribe](https://platform.openai.com/docs/models/gpt-4o-mini-transcribe)
61
+ * [gpt-4o-mini-search-preview](https://platform.openai.com/docs/models/gpt-4o-mini-search-preview)
62
+
54
63
  ## Installation
55
64
 
56
65
  You can install Solana Agent using pip:
@@ -65,7 +74,7 @@ An agent can have multiple tools and will choose the best one to answer the user
65
74
 
66
75
  Routing is determined by optimal domain expertise of the agent for the user query.
67
76
 
68
- When the agent uses a tool it feeds the tool output back into the agent to generate the final response.
77
+ When the agent uses a tool it feeds the tool output back to itself to generate the final response.
69
78
 
70
79
  This is important as tools generally output unstructured and unformatted data that the agent needs to prepare for the user.
71
80
 
@@ -324,11 +333,11 @@ API Calls:
324
333
 
325
334
  This mode is great for text output where the default response from OpenAI is enough.
326
335
 
327
- However, it is also found to sometimes to not call tools when the tool should be called.
336
+ It is not suitable for audio as the OpenAI search results contain links and markdown.
328
337
 
329
- It is faster than calling `search_internet` from `sakit` by saving 2 API calls.
338
+ Also it may not call tools when they should be called as it thinks the search results answer the user query.
330
339
 
331
- The default mode is disabled due to the issue of not calling tools properly and is not suitable for audio output.
340
+ It is much faster than calling `search_internet` from `sakit` as it saves 2 API calls.
332
341
 
333
342
  ```python
334
343
  async for response in solana_agent.process("user123", "What is the latest news on Canada?", internet_search=True):
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "solana-agent"
3
- version = "23.0.5"
3
+ version = "23.0.7"
4
4
  description = "Agentic IQ"
5
5
  authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
6
6
  license = "MIT"
File without changes