solana-agent 0.0.4__tar.gz → 0.0.6__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: solana-agent
3
- Version: 0.0.4
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-Agent
29
+ # Solana Agent
30
30
 
31
31
  [![PyPI - Version](https://img.shields.io/pypi/v/solana-agent)](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.
@@ -1,4 +1,4 @@
1
- # Solana-Agent
1
+ # Solana Agent
2
2
 
3
3
  [![PyPI - Version](https://img.shields.io/pypi/v/solana-agent)](https://pypi.org/project/solana-agent/)
4
4
 
@@ -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
@@ -54,6 +56,9 @@ asyncio.run(main())
54
56
  * [Solana Agent](https://solana-agent.com) - AI Market Intelligence
55
57
  * [CometHeart](https://cometheart.com) - AI Companion
56
58
 
59
+ ## Example Apps
60
+ * [Solana Agent Example App](https://github.com/truemagic-coder/solana-agent-app)
61
+
57
62
  ## Contributing
58
63
 
59
64
  Contributions to Solana Agent are welcome! Please feel free to submit a Pull Request.
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "solana-agent"
3
- version = "0.0.4"
3
+ version = "0.0.6"
4
4
  description = "The Best AI Agent Framework"
5
5
  authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
6
6
  license = "MIT"
File without changes