solana-agent 23.0.5__py3-none-any.whl → 23.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-23.0.5.dist-info → solana_agent-23.0.6.dist-info}/METADATA +10 -1
- {solana_agent-23.0.5.dist-info → solana_agent-23.0.6.dist-info}/RECORD +4 -4
- {solana_agent-23.0.5.dist-info → solana_agent-23.0.6.dist-info}/LICENSE +0 -0
- {solana_agent-23.0.5.dist-info → solana_agent-23.0.6.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: solana-agent
|
3
|
-
Version: 23.0.
|
3
|
+
Version: 23.0.6
|
4
4
|
Summary: Agentic IQ
|
5
5
|
License: MIT
|
6
6
|
Keywords: ai,openai,ai agents,agi
|
@@ -70,11 +70,20 @@ Build your AI business in three lines of code!
|
|
70
70
|
|
71
71
|
## Stack
|
72
72
|
|
73
|
+
### Tech
|
74
|
+
|
73
75
|
* [Python](https://python.org) - Programming Language
|
74
76
|
* [OpenAI](https://openai.com) - LLM Provider
|
75
77
|
* [MongoDB](https://mongodb.com) - Conversational History (optional)
|
76
78
|
* [Zep Cloud](https://getzep.com) - Conversational Memory (optional)
|
77
79
|
|
80
|
+
### LLMs
|
81
|
+
|
82
|
+
* [gpt-4o-mini](https://platform.openai.com/docs/models/gpt-4o-mini)
|
83
|
+
* [gpt-4o-mini-tts](https://platform.openai.com/docs/models/gpt-4o-mini-tts)
|
84
|
+
* [gpt-4o-mini-transcribe](https://platform.openai.com/docs/models/gpt-4o-mini-transcribe)
|
85
|
+
* [gpt-4o-mini-search-preview](https://platform.openai.com/docs/models/gpt-4o-mini-search-preview)
|
86
|
+
|
78
87
|
## Installation
|
79
88
|
|
80
89
|
You can install Solana Agent using pip:
|
@@ -29,7 +29,7 @@ solana_agent/services/__init__.py,sha256=ab_NXJmwYUCmCrCzuTlZ47bJZINW0Y0F5jfQ9Oo
|
|
29
29
|
solana_agent/services/agent.py,sha256=-u2rtu6w_0BQoHPFU3GdLuZLinQzQ0cpktOUsCRcbUU,20048
|
30
30
|
solana_agent/services/query.py,sha256=6K5RcxoHXaKMvxmDPo_WInRYtjOKJ8In4BgdLhzc_98,11363
|
31
31
|
solana_agent/services/routing.py,sha256=PMCSG5m3uLMaHMj3dxNvNfcFZaeaDi7kMr7AEBCzwDE,6499
|
32
|
-
solana_agent-23.0.
|
33
|
-
solana_agent-23.0.
|
34
|
-
solana_agent-23.0.
|
35
|
-
solana_agent-23.0.
|
32
|
+
solana_agent-23.0.6.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
|
33
|
+
solana_agent-23.0.6.dist-info/METADATA,sha256=Mu7NTfqyOyl9atIsPMzYwYr0geCr5_IevKEeifL7tzo,20863
|
34
|
+
solana_agent-23.0.6.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
35
|
+
solana_agent-23.0.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|