solana-agent 0.0.5__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.5.dist-info → solana_agent-0.0.6.dist-info}/METADATA +5 -2
- solana_agent-0.0.6.dist-info/RECORD +6 -0
- solana_agent-0.0.5.dist-info/RECORD +0 -6
- {solana_agent-0.0.5.dist-info → solana_agent-0.0.6.dist-info}/LICENSE +0 -0
- {solana_agent-0.0.5.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
|
|
|
@@ -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.
|
|
@@ -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.5.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
|
|
4
|
-
solana_agent-0.0.5.dist-info/METADATA,sha256=IKT-sJnHh6_jOK7TsSfMH9Fe1NxNvXUONWF7Kr53qn0,2970
|
|
5
|
-
solana_agent-0.0.5.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
|
6
|
-
solana_agent-0.0.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|