solana-agent 30.0.0__tar.gz → 30.0.2__tar.gz

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.
Files changed (42) hide show
  1. {solana_agent-30.0.0 → solana_agent-30.0.2}/PKG-INFO +25 -8
  2. {solana_agent-30.0.0 → solana_agent-30.0.2}/README.md +24 -7
  3. {solana_agent-30.0.0 → solana_agent-30.0.2}/pyproject.toml +1 -1
  4. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/adapters/openai_adapter.py +3 -3
  5. {solana_agent-30.0.0 → solana_agent-30.0.2}/LICENSE +0 -0
  6. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/__init__.py +0 -0
  7. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/adapters/__init__.py +0 -0
  8. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/adapters/mongodb_adapter.py +0 -0
  9. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/adapters/pinecone_adapter.py +0 -0
  10. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/cli.py +0 -0
  11. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/client/__init__.py +0 -0
  12. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/client/solana_agent.py +0 -0
  13. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/domains/__init__.py +0 -0
  14. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/domains/agent.py +0 -0
  15. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/domains/routing.py +0 -0
  16. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/factories/__init__.py +0 -0
  17. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/factories/agent_factory.py +0 -0
  18. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/guardrails/pii.py +0 -0
  19. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/interfaces/__init__.py +0 -0
  20. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/interfaces/client/client.py +0 -0
  21. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/interfaces/guardrails/guardrails.py +0 -0
  22. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/interfaces/plugins/plugins.py +0 -0
  23. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/interfaces/providers/data_storage.py +0 -0
  24. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/interfaces/providers/llm.py +0 -0
  25. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/interfaces/providers/memory.py +0 -0
  26. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/interfaces/providers/vector_storage.py +0 -0
  27. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/interfaces/services/agent.py +0 -0
  28. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/interfaces/services/knowledge_base.py +0 -0
  29. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/interfaces/services/query.py +0 -0
  30. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/interfaces/services/routing.py +0 -0
  31. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/plugins/__init__.py +0 -0
  32. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/plugins/manager.py +0 -0
  33. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/plugins/registry.py +0 -0
  34. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/plugins/tools/__init__.py +0 -0
  35. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/plugins/tools/auto_tool.py +0 -0
  36. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/repositories/__init__.py +0 -0
  37. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/repositories/memory.py +0 -0
  38. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/services/__init__.py +0 -0
  39. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/services/agent.py +0 -0
  40. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/services/knowledge_base.py +0 -0
  41. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/services/query.py +0 -0
  42. {solana_agent-30.0.0 → solana_agent-30.0.2}/solana_agent/services/routing.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: solana-agent
3
- Version: 30.0.0
3
+ Version: 30.0.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
@@ -61,8 +61,8 @@ Build your AI agents in three lines of code!
61
61
  * Intelligent Routing
62
62
  * Business Alignment
63
63
  * Extensible Tooling
64
- * Automatic Tool Workflows
65
64
  * Autonomous Operation
65
+ * Smart Workflows
66
66
  * Structured Outputs
67
67
  * Knowledge Base
68
68
  * MCP Support
@@ -73,16 +73,34 @@ Build your AI agents in three lines of code!
73
73
  * Built in Python
74
74
  * Powers [CometHeart](https://cometheart.com)
75
75
 
76
+ ## Unique Selling Proposition (USP) - Smart Workflows
77
+
78
+ Solana Agent is the first AI agent framework to deliver truly intelligent, dynamic workflows.
79
+
80
+ With Solana Agent, you can seamlessly define and integrate tools — such as Zapier MCP (for sending emails via Mailgun) and the Solana Balance tool — directly into your agent’s capabilities.
81
+
82
+ Then prompt your agent with natural language, for example:
83
+ “Get my balances for my Solana wallet and then email them to me.”
84
+
85
+ Solana Agent will automatically orchestrate the workflow:
86
+ It will first use the Solana Balance tool to retrieve your balances, then invoke the Zapier MCP tool to send the results via email — all without manual intervention or brittle, hardcoded logic.
87
+
88
+ You can also chain tool outputs (structured or unstructured) as inputs for subsequent tasks, enabling complex, multi-step automations with ease.
89
+
90
+ **The result?**
91
+ A framework that is both powerful and simple — eliminating the need for static, fragile workflow definitions.
92
+ Smart workflows are as easy as combining your tools and prompts.
93
+
76
94
  ## Features
77
95
 
78
96
  * Easy three lines of code setup
79
97
  * Simple agent definition using JSON
80
- * Fast AI responses
81
- * Solana Integration
98
+ * Designed for a multi-agent swarm
99
+ * Fast multi-modal processing of text, audio, and images
100
+ * Smart workflows that keep flows simple and smart
101
+ * Interact with the Solana blockchain with many useful tools
82
102
  * MCP tool usage with first-class support for [Zapier](https://zapier.com/mcp)
83
103
  * Integrated observability and tracing via [Pydantic Logfire](https://pydantic.dev/logfire)
84
- * Designed for a multi-agent swarm
85
- * Seamless streaming with real-time multi-modal processing of text, audio, and images
86
104
  * Persistent memory that preserves context across all agent interactions
87
105
  * Quick Internet search to answer users' queries
88
106
  * Streamlined message history for all agent interactions
@@ -93,7 +111,6 @@ Build your AI agents in three lines of code!
93
111
  * Integrated Knowledge Base with semantic search and automatic PDF chunking
94
112
  * Input and output guardrails for content filtering, safety, and data sanitization
95
113
  * Generate custom images based on text prompts with storage on S3 compatible services
96
- * Automatic sequential tool workflows allowing agents to chain multiple tools
97
114
  * Deterministically return structured outputs
98
115
  * Combine with event-driven systems to create autonomous agents
99
116
 
@@ -112,7 +129,7 @@ Build your AI agents in three lines of code!
112
129
  ### AI Models Used
113
130
 
114
131
  **OpenAI**
115
- * [gpt-4.1-nano](https://platform.openai.com/docs/models/gpt-4.1-nano) (agent & router)
132
+ * [gpt-4.1-mini](https://platform.openai.com/docs/models/gpt-4.1-mini) (agent & router)
116
133
  * [text-embedding-3-large](https://platform.openai.com/docs/models/text-embedding-3-large) (embedding)
117
134
  * [tts-1](https://platform.openai.com/docs/models/tts-1) (audio TTS)
118
135
  * [gpt-4o-mini-transcribe](https://platform.openai.com/docs/models/gpt-4o-mini-transcribe) (audio transcription)
@@ -26,8 +26,8 @@ Build your AI agents in three lines of code!
26
26
  * Intelligent Routing
27
27
  * Business Alignment
28
28
  * Extensible Tooling
29
- * Automatic Tool Workflows
30
29
  * Autonomous Operation
30
+ * Smart Workflows
31
31
  * Structured Outputs
32
32
  * Knowledge Base
33
33
  * MCP Support
@@ -38,16 +38,34 @@ Build your AI agents in three lines of code!
38
38
  * Built in Python
39
39
  * Powers [CometHeart](https://cometheart.com)
40
40
 
41
+ ## Unique Selling Proposition (USP) - Smart Workflows
42
+
43
+ Solana Agent is the first AI agent framework to deliver truly intelligent, dynamic workflows.
44
+
45
+ With Solana Agent, you can seamlessly define and integrate tools — such as Zapier MCP (for sending emails via Mailgun) and the Solana Balance tool — directly into your agent’s capabilities.
46
+
47
+ Then prompt your agent with natural language, for example:
48
+ “Get my balances for my Solana wallet and then email them to me.”
49
+
50
+ Solana Agent will automatically orchestrate the workflow:
51
+ It will first use the Solana Balance tool to retrieve your balances, then invoke the Zapier MCP tool to send the results via email — all without manual intervention or brittle, hardcoded logic.
52
+
53
+ You can also chain tool outputs (structured or unstructured) as inputs for subsequent tasks, enabling complex, multi-step automations with ease.
54
+
55
+ **The result?**
56
+ A framework that is both powerful and simple — eliminating the need for static, fragile workflow definitions.
57
+ Smart workflows are as easy as combining your tools and prompts.
58
+
41
59
  ## Features
42
60
 
43
61
  * Easy three lines of code setup
44
62
  * Simple agent definition using JSON
45
- * Fast AI responses
46
- * Solana Integration
63
+ * Designed for a multi-agent swarm
64
+ * Fast multi-modal processing of text, audio, and images
65
+ * Smart workflows that keep flows simple and smart
66
+ * Interact with the Solana blockchain with many useful tools
47
67
  * MCP tool usage with first-class support for [Zapier](https://zapier.com/mcp)
48
68
  * Integrated observability and tracing via [Pydantic Logfire](https://pydantic.dev/logfire)
49
- * Designed for a multi-agent swarm
50
- * Seamless streaming with real-time multi-modal processing of text, audio, and images
51
69
  * Persistent memory that preserves context across all agent interactions
52
70
  * Quick Internet search to answer users' queries
53
71
  * Streamlined message history for all agent interactions
@@ -58,7 +76,6 @@ Build your AI agents in three lines of code!
58
76
  * Integrated Knowledge Base with semantic search and automatic PDF chunking
59
77
  * Input and output guardrails for content filtering, safety, and data sanitization
60
78
  * Generate custom images based on text prompts with storage on S3 compatible services
61
- * Automatic sequential tool workflows allowing agents to chain multiple tools
62
79
  * Deterministically return structured outputs
63
80
  * Combine with event-driven systems to create autonomous agents
64
81
 
@@ -77,7 +94,7 @@ Build your AI agents in three lines of code!
77
94
  ### AI Models Used
78
95
 
79
96
  **OpenAI**
80
- * [gpt-4.1-nano](https://platform.openai.com/docs/models/gpt-4.1-nano) (agent & router)
97
+ * [gpt-4.1-mini](https://platform.openai.com/docs/models/gpt-4.1-mini) (agent & router)
81
98
  * [text-embedding-3-large](https://platform.openai.com/docs/models/text-embedding-3-large) (embedding)
82
99
  * [tts-1](https://platform.openai.com/docs/models/tts-1) (audio TTS)
83
100
  * [gpt-4o-mini-transcribe](https://platform.openai.com/docs/models/gpt-4o-mini-transcribe) (audio transcription)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "solana-agent"
3
- version = "30.0.0"
3
+ version = "30.0.2"
4
4
  description = "AI Agents for Solana"
5
5
  authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
6
6
  license = "MIT"
@@ -33,9 +33,9 @@ logger = logging.getLogger(__name__)
33
33
 
34
34
  T = TypeVar("T", bound=BaseModel)
35
35
 
36
- DEFAULT_CHAT_MODEL = "gpt-4.1-nano"
37
- DEFAULT_VISION_MODEL = "gpt-4.1-nano"
38
- DEFAULT_PARSE_MODEL = "gpt-4.1-nano"
36
+ DEFAULT_CHAT_MODEL = "gpt-4.1-mini"
37
+ DEFAULT_VISION_MODEL = "gpt-4.1-mini"
38
+ DEFAULT_PARSE_MODEL = "gpt-4.1-mini"
39
39
  DEFAULT_EMBEDDING_MODEL = "text-embedding-3-large"
40
40
  DEFAULT_EMBEDDING_DIMENSIONS = 3072
41
41
  DEFAULT_TRANSCRIPTION_MODEL = "gpt-4o-mini-transcribe"
File without changes