solana-agent 29.1.1__py3-none-any.whl → 29.1.2__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-29.1.1.dist-info → solana_agent-29.1.2.dist-info}/METADATA +4 -5
- {solana_agent-29.1.1.dist-info → solana_agent-29.1.2.dist-info}/RECORD +5 -5
- {solana_agent-29.1.1.dist-info → solana_agent-29.1.2.dist-info}/LICENSE +0 -0
- {solana_agent-29.1.1.dist-info → solana_agent-29.1.2.dist-info}/WHEEL +0 -0
- {solana_agent-29.1.1.dist-info → solana_agent-29.1.2.dist-info}/entry_points.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: solana-agent
|
3
|
-
Version: 29.1.
|
3
|
+
Version: 29.1.2
|
4
4
|
Summary: AI Agents for Solana
|
5
5
|
License: MIT
|
6
6
|
Keywords: solana,solana ai,solana agent,ai,ai agent,ai agents
|
@@ -750,7 +750,7 @@ async for response in solana_agent.process("user123", "Send an email to bob@bob.
|
|
750
750
|
|
751
751
|
### Image Generation
|
752
752
|
|
753
|
-
Generate images using OpenAI
|
753
|
+
Generate images using OpenAI, Grok, or Gemini image models and upload them to S3-compatible storage.
|
754
754
|
|
755
755
|
`pip install sakit`
|
756
756
|
|
@@ -758,11 +758,10 @@ Generate images using OpenAI's `gpt-image-1` and upload them to S3-compatible st
|
|
758
758
|
from solana_agent import SolanaAgent
|
759
759
|
|
760
760
|
config = {
|
761
|
-
"openai": {
|
762
|
-
"api_key": "your-openai-api-key" # Required: Your OpenAI API key
|
763
|
-
},
|
764
761
|
"tools": {
|
765
762
|
"image_gen": {
|
763
|
+
"provider": "grok", # Required: either "openai", "grok", or "gemini"
|
764
|
+
"api_key": "your-api-key", # Required: your OpenAI or Grok or Gemini API key
|
766
765
|
"s3_endpoint_url": "https://your-s3-endpoint.com", # Required: e.g., https://nyc3.digitaloceanspaces.com
|
767
766
|
"s3_access_key_id": "YOUR_S3_ACCESS_KEY", # Required: Your S3 access key ID
|
768
767
|
"s3_secret_access_key": "YOUR_S3_SECRET_KEY", # Required: Your S3 secret access key
|
@@ -36,8 +36,8 @@ solana_agent/services/agent.py,sha256=QoeQq_OEWyLdBS0FPa-lXm5qiE0RnRfrCKiFTfOSGE
|
|
36
36
|
solana_agent/services/knowledge_base.py,sha256=ZvOPrSmcNDgUzz4bJIQ4LeRl9vMZiK9hOfs71IpB7Bk,32735
|
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-29.1.
|
40
|
-
solana_agent-29.1.
|
41
|
-
solana_agent-29.1.
|
42
|
-
solana_agent-29.1.
|
43
|
-
solana_agent-29.1.
|
39
|
+
solana_agent-29.1.2.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
|
40
|
+
solana_agent-29.1.2.dist-info/METADATA,sha256=VKt0dOQeSe8wkiTeAmKPtwbRmU1tvOxJTGDfT5HY3fs,33853
|
41
|
+
solana_agent-29.1.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
42
|
+
solana_agent-29.1.2.dist-info/entry_points.txt,sha256=-AuT_mfqk8dlZ0pHuAjx1ouAWpTRjpqvEUa6YV3lmc0,53
|
43
|
+
solana_agent-29.1.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|