solana-agent 0.0.4__py3-none-any.whl → 0.0.6__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.
- {solana_agent-0.0.4.dist-info → solana_agent-0.0.6.dist-info}/METADATA +7 -2
- solana_agent-0.0.6.dist-info/RECORD +6 -0
- solana_agent-0.0.4.dist-info/RECORD +0 -6
- {solana_agent-0.0.4.dist-info → solana_agent-0.0.6.dist-info}/LICENSE +0 -0
- {solana_agent-0.0.4.dist-info → solana_agent-0.0.6.dist-info}/WHEEL +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.6
|
|
4
4
|
Summary: The Best AI Agent Framework
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: ai,openai,ai agents
|
|
@@ -26,7 +26,7 @@ Requires-Dist: zep-python (>=2.0.2,<3.0.0)
|
|
|
26
26
|
Project-URL: Repository, https://github.com/truemagic-coder/solana-agent
|
|
27
27
|
Description-Content-Type: text/markdown
|
|
28
28
|
|
|
29
|
-
# Solana
|
|
29
|
+
# Solana Agent
|
|
30
30
|
|
|
31
31
|
[](https://pypi.org/project/solana-agent/)
|
|
32
32
|
|
|
@@ -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
|
|
@@ -82,6 +84,9 @@ asyncio.run(main())
|
|
|
82
84
|
* [Solana Agent](https://solana-agent.com) - AI Market Intelligence
|
|
83
85
|
* [CometHeart](https://cometheart.com) - AI Companion
|
|
84
86
|
|
|
87
|
+
## Example Apps
|
|
88
|
+
* [Solana Agent Example App](https://github.com/truemagic-coder/solana-agent-app)
|
|
89
|
+
|
|
85
90
|
## Contributing
|
|
86
91
|
|
|
87
92
|
Contributions to Solana Agent are welcome! Please feel free to submit a Pull Request.
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
solana_agent/__init__.py,sha256=zpfnWqANd3OHGWm7NCF5Y6m01BWG4NkNk8SK9Ex48nA,18
|
|
2
|
+
solana_agent/ai.py,sha256=a82WmVPwsQEKMojS9DM4-rSHqdoF3XwKdn92I96UQwA,22001
|
|
3
|
+
solana_agent-0.0.6.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
|
|
4
|
+
solana_agent-0.0.6.dist-info/METADATA,sha256=EBKYqwMaxIz0iR7sz9Ga-5o_lBty3yfNOVezcMMb8HU,3069
|
|
5
|
+
solana_agent-0.0.6.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
|
6
|
+
solana_agent-0.0.6.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
solana_agent/__init__.py,sha256=zpfnWqANd3OHGWm7NCF5Y6m01BWG4NkNk8SK9Ex48nA,18
|
|
2
|
-
solana_agent/ai.py,sha256=a82WmVPwsQEKMojS9DM4-rSHqdoF3XwKdn92I96UQwA,22001
|
|
3
|
-
solana_agent-0.0.4.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
|
|
4
|
-
solana_agent-0.0.4.dist-info/METADATA,sha256=sL4yDP5NpZ7CKjMHNmfX39VHPMzd5tC5aakxZ5_6h3U,2916
|
|
5
|
-
solana_agent-0.0.4.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
|
6
|
-
solana_agent-0.0.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|