solana-agent 30.0.0__tar.gz → 30.0.1__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.1}/PKG-INFO +6 -7
  2. {solana_agent-30.0.0 → solana_agent-30.0.1}/README.md +5 -6
  3. {solana_agent-30.0.0 → solana_agent-30.0.1}/pyproject.toml +1 -1
  4. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/adapters/openai_adapter.py +3 -3
  5. {solana_agent-30.0.0 → solana_agent-30.0.1}/LICENSE +0 -0
  6. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/__init__.py +0 -0
  7. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/adapters/__init__.py +0 -0
  8. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/adapters/mongodb_adapter.py +0 -0
  9. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/adapters/pinecone_adapter.py +0 -0
  10. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/cli.py +0 -0
  11. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/client/__init__.py +0 -0
  12. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/client/solana_agent.py +0 -0
  13. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/domains/__init__.py +0 -0
  14. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/domains/agent.py +0 -0
  15. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/domains/routing.py +0 -0
  16. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/factories/__init__.py +0 -0
  17. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/factories/agent_factory.py +0 -0
  18. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/guardrails/pii.py +0 -0
  19. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/interfaces/__init__.py +0 -0
  20. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/interfaces/client/client.py +0 -0
  21. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/interfaces/guardrails/guardrails.py +0 -0
  22. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/interfaces/plugins/plugins.py +0 -0
  23. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/interfaces/providers/data_storage.py +0 -0
  24. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/interfaces/providers/llm.py +0 -0
  25. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/interfaces/providers/memory.py +0 -0
  26. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/interfaces/providers/vector_storage.py +0 -0
  27. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/interfaces/services/agent.py +0 -0
  28. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/interfaces/services/knowledge_base.py +0 -0
  29. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/interfaces/services/query.py +0 -0
  30. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/interfaces/services/routing.py +0 -0
  31. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/plugins/__init__.py +0 -0
  32. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/plugins/manager.py +0 -0
  33. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/plugins/registry.py +0 -0
  34. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/plugins/tools/__init__.py +0 -0
  35. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/plugins/tools/auto_tool.py +0 -0
  36. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/repositories/__init__.py +0 -0
  37. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/repositories/memory.py +0 -0
  38. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/services/__init__.py +0 -0
  39. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/services/agent.py +0 -0
  40. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/services/knowledge_base.py +0 -0
  41. {solana_agent-30.0.0 → solana_agent-30.0.1}/solana_agent/services/query.py +0 -0
  42. {solana_agent-30.0.0 → solana_agent-30.0.1}/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.1
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
+ * Automated Tool Workflows
66
66
  * Structured Outputs
67
67
  * Knowledge Base
68
68
  * MCP Support
@@ -77,12 +77,11 @@ Build your AI agents in three lines of code!
77
77
 
78
78
  * Easy three lines of code setup
79
79
  * Simple agent definition using JSON
80
- * Fast AI responses
80
+ * Designed for a multi-agent swarm
81
+ * Fast multi-modal processing of text, audio, and images
81
82
  * Solana Integration
82
83
  * MCP tool usage with first-class support for [Zapier](https://zapier.com/mcp)
83
84
  * 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
85
  * Persistent memory that preserves context across all agent interactions
87
86
  * Quick Internet search to answer users' queries
88
87
  * Streamlined message history for all agent interactions
@@ -93,8 +92,8 @@ Build your AI agents in three lines of code!
93
92
  * Integrated Knowledge Base with semantic search and automatic PDF chunking
94
93
  * Input and output guardrails for content filtering, safety, and data sanitization
95
94
  * 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
95
  * Deterministically return structured outputs
96
+ * Sequentially provide tool commands that execute in the proper order
98
97
  * Combine with event-driven systems to create autonomous agents
99
98
 
100
99
  ## Stack
@@ -112,7 +111,7 @@ Build your AI agents in three lines of code!
112
111
  ### AI Models Used
113
112
 
114
113
  **OpenAI**
115
- * [gpt-4.1-nano](https://platform.openai.com/docs/models/gpt-4.1-nano) (agent & router)
114
+ * [gpt-4.1-mini](https://platform.openai.com/docs/models/gpt-4.1-mini) (agent & router)
116
115
  * [text-embedding-3-large](https://platform.openai.com/docs/models/text-embedding-3-large) (embedding)
117
116
  * [tts-1](https://platform.openai.com/docs/models/tts-1) (audio TTS)
118
117
  * [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
+ * Automated Tool Workflows
31
31
  * Structured Outputs
32
32
  * Knowledge Base
33
33
  * MCP Support
@@ -42,12 +42,11 @@ Build your AI agents in three lines of code!
42
42
 
43
43
  * Easy three lines of code setup
44
44
  * Simple agent definition using JSON
45
- * Fast AI responses
45
+ * Designed for a multi-agent swarm
46
+ * Fast multi-modal processing of text, audio, and images
46
47
  * Solana Integration
47
48
  * MCP tool usage with first-class support for [Zapier](https://zapier.com/mcp)
48
49
  * 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
50
  * Persistent memory that preserves context across all agent interactions
52
51
  * Quick Internet search to answer users' queries
53
52
  * Streamlined message history for all agent interactions
@@ -58,8 +57,8 @@ Build your AI agents in three lines of code!
58
57
  * Integrated Knowledge Base with semantic search and automatic PDF chunking
59
58
  * Input and output guardrails for content filtering, safety, and data sanitization
60
59
  * 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
60
  * Deterministically return structured outputs
61
+ * Sequentially provide tool commands that execute in the proper order
63
62
  * Combine with event-driven systems to create autonomous agents
64
63
 
65
64
  ## Stack
@@ -77,7 +76,7 @@ Build your AI agents in three lines of code!
77
76
  ### AI Models Used
78
77
 
79
78
  **OpenAI**
80
- * [gpt-4.1-nano](https://platform.openai.com/docs/models/gpt-4.1-nano) (agent & router)
79
+ * [gpt-4.1-mini](https://platform.openai.com/docs/models/gpt-4.1-mini) (agent & router)
81
80
  * [text-embedding-3-large](https://platform.openai.com/docs/models/text-embedding-3-large) (embedding)
82
81
  * [tts-1](https://platform.openai.com/docs/models/tts-1) (audio TTS)
83
82
  * [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.1"
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