solana-agent 0.0.4__tar.gz → 0.0.5__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.
- {solana_agent-0.0.4 → solana_agent-0.0.5}/PKG-INFO +3 -1
- {solana_agent-0.0.4 → solana_agent-0.0.5}/README.md +2 -0
- {solana_agent-0.0.4 → solana_agent-0.0.5}/pyproject.toml +1 -1
- {solana_agent-0.0.4 → solana_agent-0.0.5}/LICENSE +0 -0
- {solana_agent-0.0.4 → solana_agent-0.0.5}/solana_agent/__init__.py +0 -0
- {solana_agent-0.0.4 → solana_agent-0.0.5}/solana_agent/ai.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: solana-agent
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.5
|
|
4
4
|
Summary: The Best AI Agent Framework
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: ai,openai,ai agents
|
|
@@ -47,6 +47,8 @@ Solana Agent is the best AI Agent framework.
|
|
|
47
47
|
- Search Zep facts tool
|
|
48
48
|
- Search X with Grok tool
|
|
49
49
|
- Reasoning tool that combines OpenAI model reasoning, Zep facts, Internet search, and X search.
|
|
50
|
+
- CSV to JSON tool
|
|
51
|
+
- Summarize text tool using Gemini
|
|
50
52
|
- Solana tools upcoming...
|
|
51
53
|
|
|
52
54
|
## Installation
|
|
@@ -19,6 +19,8 @@ Solana Agent is the best AI Agent framework.
|
|
|
19
19
|
- Search Zep facts tool
|
|
20
20
|
- Search X with Grok tool
|
|
21
21
|
- Reasoning tool that combines OpenAI model reasoning, Zep facts, Internet search, and X search.
|
|
22
|
+
- CSV to JSON tool
|
|
23
|
+
- Summarize text tool using Gemini
|
|
22
24
|
- Solana tools upcoming...
|
|
23
25
|
|
|
24
26
|
## Installation
|
|
File without changes
|
|
File without changes
|
|
File without changes
|