solana-agent 28.3.2__py3-none-any.whl → 28.3.3__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-28.3.2.dist-info → solana_agent-28.3.3.dist-info}/METADATA +3 -2
- {solana_agent-28.3.2.dist-info → solana_agent-28.3.3.dist-info}/RECORD +5 -5
- {solana_agent-28.3.2.dist-info → solana_agent-28.3.3.dist-info}/LICENSE +0 -0
- {solana_agent-28.3.2.dist-info → solana_agent-28.3.3.dist-info}/WHEEL +0 -0
- {solana_agent-28.3.2.dist-info → solana_agent-28.3.3.dist-info}/entry_points.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: solana-agent
|
3
|
-
Version: 28.3.
|
3
|
+
Version: 28.3.3
|
4
4
|
Summary: AI Agents for Solana
|
5
5
|
License: MIT
|
6
6
|
Keywords: solana,solana ai,solana agent,ai,ai agent,ai agents
|
@@ -114,10 +114,11 @@ Build your AI agents in three lines of code!
|
|
114
114
|
|
115
115
|
* [gpt-4.1](https://platform.openai.com/docs/models/gpt-4.1) (agent)
|
116
116
|
* [gpt-4.1-nano](https://platform.openai.com/docs/models/gpt-4.1-nano) (router)
|
117
|
-
* [text-embedding-3-large](https://platform.openai.com/docs/models/text-embedding-3-large)
|
117
|
+
* [text-embedding-3-large](https://platform.openai.com/docs/models/text-embedding-3-large) (embedding)
|
118
118
|
* [tts-1](https://platform.openai.com/docs/models/tts-1) (audio TTS)
|
119
119
|
* [gpt-4o-mini-transcribe](https://platform.openai.com/docs/models/gpt-4o-mini-transcribe) (audio transcription)
|
120
120
|
* [gpt-image-1](https://platform.openai.com/docs/models/gpt-image-1) (image generation)
|
121
|
+
* [gpt-4o-mini-search-preview](https://platform.openai.com/docs/models/gpt-4o-mini-search-preview) (Internet search)
|
121
122
|
|
122
123
|
## Installation
|
123
124
|
|
@@ -36,8 +36,8 @@ solana_agent/services/agent.py,sha256=QoeQq_OEWyLdBS0FPa-lXm5qiE0RnRfrCKiFTfOSGE
|
|
36
36
|
solana_agent/services/knowledge_base.py,sha256=D4QNGC3Z8E7iX-CEGpRks0lW4wWJt-WorO3J8mu6ayU,35318
|
37
37
|
solana_agent/services/query.py,sha256=ENUfs4WSTpODMRXppDVW-Y3li9jYn8pOfQIHIPerUdQ,18498
|
38
38
|
solana_agent/services/routing.py,sha256=C5Ku4t9TqvY7S8wlUPMTC04HCrT4Ib3E8Q8yX0lVU_s,7137
|
39
|
-
solana_agent-28.3.
|
40
|
-
solana_agent-28.3.
|
41
|
-
solana_agent-28.3.
|
42
|
-
solana_agent-28.3.
|
43
|
-
solana_agent-28.3.
|
39
|
+
solana_agent-28.3.3.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
|
40
|
+
solana_agent-28.3.3.dist-info/METADATA,sha256=HzzognAEpUBFK01ELhNA4BsLiK2buVxMFofgIGdHTdc,32756
|
41
|
+
solana_agent-28.3.3.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
42
|
+
solana_agent-28.3.3.dist-info/entry_points.txt,sha256=-AuT_mfqk8dlZ0pHuAjx1ouAWpTRjpqvEUa6YV3lmc0,53
|
43
|
+
solana_agent-28.3.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|