solana-agent 30.0.1__tar.gz → 30.0.3__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.1 → solana_agent-30.0.3}/PKG-INFO +23 -5
  2. {solana_agent-30.0.1 → solana_agent-30.0.3}/README.md +22 -4
  3. {solana_agent-30.0.1 → solana_agent-30.0.3}/pyproject.toml +1 -1
  4. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/adapters/openai_adapter.py +3 -3
  5. {solana_agent-30.0.1 → solana_agent-30.0.3}/LICENSE +0 -0
  6. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/__init__.py +0 -0
  7. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/adapters/__init__.py +0 -0
  8. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/adapters/mongodb_adapter.py +0 -0
  9. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/adapters/pinecone_adapter.py +0 -0
  10. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/cli.py +0 -0
  11. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/client/__init__.py +0 -0
  12. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/client/solana_agent.py +0 -0
  13. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/domains/__init__.py +0 -0
  14. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/domains/agent.py +0 -0
  15. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/domains/routing.py +0 -0
  16. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/factories/__init__.py +0 -0
  17. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/factories/agent_factory.py +0 -0
  18. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/guardrails/pii.py +0 -0
  19. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/interfaces/__init__.py +0 -0
  20. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/interfaces/client/client.py +0 -0
  21. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/interfaces/guardrails/guardrails.py +0 -0
  22. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/interfaces/plugins/plugins.py +0 -0
  23. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/interfaces/providers/data_storage.py +0 -0
  24. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/interfaces/providers/llm.py +0 -0
  25. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/interfaces/providers/memory.py +0 -0
  26. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/interfaces/providers/vector_storage.py +0 -0
  27. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/interfaces/services/agent.py +0 -0
  28. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/interfaces/services/knowledge_base.py +0 -0
  29. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/interfaces/services/query.py +0 -0
  30. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/interfaces/services/routing.py +0 -0
  31. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/plugins/__init__.py +0 -0
  32. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/plugins/manager.py +0 -0
  33. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/plugins/registry.py +0 -0
  34. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/plugins/tools/__init__.py +0 -0
  35. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/plugins/tools/auto_tool.py +0 -0
  36. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/repositories/__init__.py +0 -0
  37. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/repositories/memory.py +0 -0
  38. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/services/__init__.py +0 -0
  39. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/services/agent.py +0 -0
  40. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/services/knowledge_base.py +0 -0
  41. {solana_agent-30.0.1 → solana_agent-30.0.3}/solana_agent/services/query.py +0 -0
  42. {solana_agent-30.0.1 → solana_agent-30.0.3}/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.1
3
+ Version: 30.0.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
@@ -62,7 +62,7 @@ Build your AI agents in three lines of code!
62
62
  * Business Alignment
63
63
  * Extensible Tooling
64
64
  * Autonomous Operation
65
- * Automated Tool Workflows
65
+ * Smart Workflows
66
66
  * Structured Outputs
67
67
  * Knowledge Base
68
68
  * MCP Support
@@ -73,13 +73,32 @@ 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
98
  * Designed for a multi-agent swarm
81
99
  * Fast multi-modal processing of text, audio, and images
82
- * Solana Integration
100
+ * Smart workflows that keep flows simple and smart
101
+ * Interact with the Solana blockchain with many useful tools
83
102
  * MCP tool usage with first-class support for [Zapier](https://zapier.com/mcp)
84
103
  * Integrated observability and tracing via [Pydantic Logfire](https://pydantic.dev/logfire)
85
104
  * Persistent memory that preserves context across all agent interactions
@@ -93,7 +112,6 @@ Build your AI agents in three lines of code!
93
112
  * Input and output guardrails for content filtering, safety, and data sanitization
94
113
  * Generate custom images based on text prompts with storage on S3 compatible services
95
114
  * Deterministically return structured outputs
96
- * Sequentially provide tool commands that execute in the proper order
97
115
  * Combine with event-driven systems to create autonomous agents
98
116
 
99
117
  ## Stack
@@ -111,7 +129,7 @@ Build your AI agents in three lines of code!
111
129
  ### AI Models Used
112
130
 
113
131
  **OpenAI**
114
- * [gpt-4.1-mini](https://platform.openai.com/docs/models/gpt-4.1-mini) (agent & router)
132
+ * [gpt-4.1](https://platform.openai.com/docs/models/gpt-4.1) (agent & router)
115
133
  * [text-embedding-3-large](https://platform.openai.com/docs/models/text-embedding-3-large) (embedding)
116
134
  * [tts-1](https://platform.openai.com/docs/models/tts-1) (audio TTS)
117
135
  * [gpt-4o-mini-transcribe](https://platform.openai.com/docs/models/gpt-4o-mini-transcribe) (audio transcription)
@@ -27,7 +27,7 @@ Build your AI agents in three lines of code!
27
27
  * Business Alignment
28
28
  * Extensible Tooling
29
29
  * Autonomous Operation
30
- * Automated Tool Workflows
30
+ * Smart Workflows
31
31
  * Structured Outputs
32
32
  * Knowledge Base
33
33
  * MCP Support
@@ -38,13 +38,32 @@ 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
63
  * Designed for a multi-agent swarm
46
64
  * Fast multi-modal processing of text, audio, and images
47
- * Solana Integration
65
+ * Smart workflows that keep flows simple and smart
66
+ * Interact with the Solana blockchain with many useful tools
48
67
  * MCP tool usage with first-class support for [Zapier](https://zapier.com/mcp)
49
68
  * Integrated observability and tracing via [Pydantic Logfire](https://pydantic.dev/logfire)
50
69
  * Persistent memory that preserves context across all agent interactions
@@ -58,7 +77,6 @@ Build your AI agents in three lines of code!
58
77
  * Input and output guardrails for content filtering, safety, and data sanitization
59
78
  * Generate custom images based on text prompts with storage on S3 compatible services
60
79
  * Deterministically return structured outputs
61
- * Sequentially provide tool commands that execute in the proper order
62
80
  * Combine with event-driven systems to create autonomous agents
63
81
 
64
82
  ## Stack
@@ -76,7 +94,7 @@ Build your AI agents in three lines of code!
76
94
  ### AI Models Used
77
95
 
78
96
  **OpenAI**
79
- * [gpt-4.1-mini](https://platform.openai.com/docs/models/gpt-4.1-mini) (agent & router)
97
+ * [gpt-4.1](https://platform.openai.com/docs/models/gpt-4.1) (agent & router)
80
98
  * [text-embedding-3-large](https://platform.openai.com/docs/models/text-embedding-3-large) (embedding)
81
99
  * [tts-1](https://platform.openai.com/docs/models/tts-1) (audio TTS)
82
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.1"
3
+ version = "30.0.3"
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-mini"
37
- DEFAULT_VISION_MODEL = "gpt-4.1-mini"
38
- DEFAULT_PARSE_MODEL = "gpt-4.1-mini"
36
+ DEFAULT_CHAT_MODEL = "gpt-4.1"
37
+ DEFAULT_VISION_MODEL = "gpt-4.1"
38
+ DEFAULT_PARSE_MODEL = "gpt-4.1"
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