solana-agent 22.0.7__py3-none-any.whl → 22.0.9__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-22.0.7.dist-info → solana_agent-22.0.9.dist-info}/METADATA +6 -2
- {solana_agent-22.0.7.dist-info → solana_agent-22.0.9.dist-info}/RECORD +4 -4
- {solana_agent-22.0.7.dist-info → solana_agent-22.0.9.dist-info}/LICENSE +0 -0
- {solana_agent-22.0.7.dist-info → solana_agent-22.0.9.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: solana-agent
|
3
|
-
Version: 22.0.
|
3
|
+
Version: 22.0.9
|
4
4
|
Summary: Agentic IQ
|
5
5
|
License: MIT
|
6
6
|
Keywords: ai,openai,ai agents,agi
|
@@ -71,7 +71,7 @@ Build your AI business in three lines of code!
|
|
71
71
|
## Stack
|
72
72
|
|
73
73
|
* [Python](https://python.org) - Programming Language
|
74
|
-
* [OpenAI](https://openai.com) -
|
74
|
+
* [OpenAI](https://openai.com) - LLM Provider
|
75
75
|
* [MongoDB](https://mongodb.com) - Conversational History (optional)
|
76
76
|
* [Zep Cloud](https://getzep.com) - Conversational Memory (optional)
|
77
77
|
|
@@ -487,6 +487,10 @@ The official example app written in FastAPI and Next.js
|
|
487
487
|
|
488
488
|
[Solana Agent Example App](https://github.com/truemagic-coder/solana-agent-app)
|
489
489
|
|
490
|
+
## Agent Framework Comparisons
|
491
|
+
|
492
|
+
[Compare Python Agent Frameworks](https://github.com/truemagic-coder/solana-agent/blob/main/compare.md)
|
493
|
+
|
490
494
|
## License
|
491
495
|
|
492
496
|
This project is licensed under the MIT License - see the LICENSE file for details.
|
@@ -29,7 +29,7 @@ solana_agent/services/__init__.py,sha256=ab_NXJmwYUCmCrCzuTlZ47bJZINW0Y0F5jfQ9Oo
|
|
29
29
|
solana_agent/services/agent.py,sha256=bIVC4VGCv8qS5AF0nh_hfUjz8nu70Owll-VuvHJ9X48,20047
|
30
30
|
solana_agent/services/query.py,sha256=os_LRkDIwXQuWW_zJMtm__n0Lvi-AvItdanpCs1bXv0,11362
|
31
31
|
solana_agent/services/routing.py,sha256=PMCSG5m3uLMaHMj3dxNvNfcFZaeaDi7kMr7AEBCzwDE,6499
|
32
|
-
solana_agent-22.0.
|
33
|
-
solana_agent-22.0.
|
34
|
-
solana_agent-22.0.
|
35
|
-
solana_agent-22.0.
|
32
|
+
solana_agent-22.0.9.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
|
33
|
+
solana_agent-22.0.9.dist-info/METADATA,sha256=6fVcnwypG7SywopzzbpeLmJy1rL6mLgzCpkcBK6AMt8,15005
|
34
|
+
solana_agent-22.0.9.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
35
|
+
solana_agent-22.0.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|