solana-agent 0.0.5__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.5
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
 
@@ -84,6 +84,9 @@ asyncio.run(main())
84
84
  * [Solana Agent](https://solana-agent.com) - AI Market Intelligence
85
85
  * [CometHeart](https://cometheart.com) - AI Companion
86
86
 
87
+ ## Example Apps
88
+ * [Solana Agent Example App](https://github.com/truemagic-coder/solana-agent-app)
89
+
87
90
  ## Contributing
88
91
 
89
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
 
@@ -56,6 +56,9 @@ asyncio.run(main())
56
56
  * [Solana Agent](https://solana-agent.com) - AI Market Intelligence
57
57
  * [CometHeart](https://cometheart.com) - AI Companion
58
58
 
59
+ ## Example Apps
60
+ * [Solana Agent Example App](https://github.com/truemagic-coder/solana-agent-app)
61
+
59
62
  ## Contributing
60
63
 
61
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.5"
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