solana-agent 0.0.5__tar.gz → 0.0.7__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.
@@ -0,0 +1,153 @@
1
+ Metadata-Version: 2.3
2
+ Name: solana-agent
3
+ Version: 0.0.7
4
+ Summary: Build self-learning AI Agents
5
+ License: MIT
6
+ Keywords: ai,openai,ai agents
7
+ Author: Bevan Hunt
8
+ Author-email: bevan@bevanhunt.com
9
+ Requires-Python: >=3.9,<4.0
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Programming Language :: Python :: 3.9
13
+ Classifier: Programming Language :: Python :: 3.10
14
+ Classifier: Programming Language :: Python :: 3.11
15
+ Classifier: Programming Language :: Python :: 3.12
16
+ Classifier: Programming Language :: Python :: 3.13
17
+ Classifier: Programming Language :: Python :: 3 :: Only
18
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
19
+ Requires-Dist: motor (>=3.7.0,<4.0.0)
20
+ Requires-Dist: openai (>=1.61.1,<2.0.0)
21
+ Requires-Dist: pandas (>=2.2.3,<3.0.0)
22
+ Requires-Dist: pinecone (>=6.0.1,<7.0.0)
23
+ Requires-Dist: pydantic (>=2.10.6,<3.0.0)
24
+ Requires-Dist: qdrant-client (>=1.13.2,<2.0.0)
25
+ Requires-Dist: requests (>=2.32.3,<3.0.0)
26
+ Requires-Dist: zep-cloud (>=2.3.1,<3.0.0)
27
+ Project-URL: Repository, https://github.com/truemagic-coder/solana-agent
28
+ Description-Content-Type: text/markdown
29
+
30
+ # Solana Agent
31
+
32
+ [![PyPI - Version](https://img.shields.io/pypi/v/solana-agent)](https://pypi.org/project/solana-agent/)
33
+
34
+ ![Solana Agent Logo](https://dl.walletbubbles.com/solana-agent-logo.png?width=200)
35
+
36
+ Solana Agent is the first self-learning AI Agent framework.
37
+
38
+ ## Why Solana Agent?
39
+
40
+ ### 🧬 The First Self-Learning AI Agent
41
+
42
+ Unlike traditional AI assistants that forget conversations after each session, Solana Agent maintains a rich, searchable memory system that grows smarter with every interaction.
43
+
44
+ **Why This Matters:**
45
+ - 📈 **Continuous Learning**: Evolves with every new interaction
46
+ - 🎯 **Context-Aware**: Recalls past interactions for more relevant responses
47
+ - 🔄 **Self-Improving**: Builds knowledge and improves reasoning automatically
48
+ - 🏢 **Enterprise-Ready**: Scales from personal to organization-wide deployment
49
+ - 🛡️ **Secure**: Secure and private memory and data storage
50
+
51
+ **"It's not just an AI assistant - it's your organization's evolving intelligence layer."**
52
+
53
+ ## Benefits
54
+
55
+ 💬 **Enhanced Communication**
56
+ - Engage in natural conversations without typing delays
57
+ - Communicate hands-free with voice interactions
58
+ - Reduce response time with real-time processing
59
+
60
+ 🎯 **Improved Decision Making**
61
+ - Access comprehensive data from multiple trusted sources
62
+ - Get instant answers backed by Internet and social-media research
63
+ - Make informed decisions with cross-referenced information
64
+
65
+ 💪 **Operational Efficiency**
66
+ - Automate repetitive data processing tasks
67
+ - Convert data formats seamlessly
68
+ - Scale knowledge management effortlessly
69
+
70
+ 🔐 **Enterprise Ready**
71
+ - Secure data handling with advanced memory systems
72
+ - Customize functionality through extensible architecture
73
+ - Integrate with existing business tools and APIs
74
+
75
+ 🚀 **Competitive Advantage**
76
+ - Stay current with real-time social media and Internet insights
77
+ - Process and analyze large datasets quickly
78
+ - Transform raw data into actionable intelligence
79
+
80
+ ## Features
81
+
82
+ 🔄 **Real-time AI Interactions**
83
+ - Streaming text-based conversations
84
+ - Real-time voice-to-voice conversations
85
+
86
+ 🧠 **Memory System and Extensibility**
87
+ - Advanced AI memory combining conversational context, conversational facts, and knowledge base
88
+ - Simple custom tool creation for extending capabilities like additional API integrations
89
+
90
+ 🔍 **Multi-Source Search and Reasoning**
91
+ - Internet search via Perplexity
92
+ - Conversational fact search powered by Zep
93
+ - X (Twitter) search using Grok
94
+ - Conversational message history using MongoDB (on-prem or hosted)
95
+ - Knowledge Base search via Pinecone
96
+ - Comprehensive reasoning combining multiple data sources
97
+
98
+ 🛠️ **Data Processing Tools**
99
+ - CSV to JSON conversion for data integration
100
+ - Text summarization powered by Gemini
101
+ - Enterprise-ready knowledge base powered by Pinecone
102
+
103
+ ## Why Choose Solana Agent Over LangChain?
104
+
105
+ ### 🎯 Key Differentiators
106
+
107
+ 🧠 **Advanced Memory Architecture**
108
+ - Built-in episodic memory vs LangChain's basic memory types
109
+ - Persistent cross-session knowledge retention
110
+ - Automatic self-learning from conversations
111
+
112
+ 🏢 **Enterprise Focus**
113
+ - Production-ready out of the box in a few lines of code
114
+ - Enterprise-grade deployment options for all components and services
115
+ - Simple conventions over complex configurations
116
+
117
+ 🛠️ **Simplified Development**
118
+ - No chain building required
119
+ - Python plain functions vs complex chaining
120
+ - Fewer moving parts equals more stable applications
121
+ - Smaller repo size by 1000x: Solana Agent @ ~500 LOC vs LangChain @ ~500,000 LOC
122
+
123
+ 🚀 **Performance**
124
+ - Optimized for real-time streaming responses
125
+ - Built-in voice processing capabilities
126
+ - Multi-source search with automatic reasoning synthesis
127
+
128
+ ## Installation
129
+
130
+ You can install Solana Agent using pip:
131
+
132
+ ```bash
133
+ pip install solana-agent
134
+ ```
135
+
136
+ ## Documentation
137
+ * All public methods have docstrings for real-time IDE hinting
138
+
139
+ ## Production Apps
140
+ * [Solana Agent Copilot](https://ai.solana-agent.com) - Solana Token AI Copilot using streaming text conversations
141
+ * [CometHeart](https://cometheart.com) - AI Companion and Business Coach on mobile using voice-to-voice conversations
142
+
143
+ ## Example Apps
144
+ * [Solana Agent Example App](https://github.com/truemagic-coder/solana-agent-app) - See as source of documentation
145
+
146
+ ## Contributing
147
+
148
+ Contributions to Solana Agent are welcome! Please feel free to submit a Pull Request.
149
+
150
+ ## License
151
+
152
+ This project is licensed under the MIT License - see the LICENSE file for details.
153
+
@@ -0,0 +1,123 @@
1
+ # Solana Agent
2
+
3
+ [![PyPI - Version](https://img.shields.io/pypi/v/solana-agent)](https://pypi.org/project/solana-agent/)
4
+
5
+ ![Solana Agent Logo](https://dl.walletbubbles.com/solana-agent-logo.png?width=200)
6
+
7
+ Solana Agent is the first self-learning AI Agent framework.
8
+
9
+ ## Why Solana Agent?
10
+
11
+ ### 🧬 The First Self-Learning AI Agent
12
+
13
+ Unlike traditional AI assistants that forget conversations after each session, Solana Agent maintains a rich, searchable memory system that grows smarter with every interaction.
14
+
15
+ **Why This Matters:**
16
+ - 📈 **Continuous Learning**: Evolves with every new interaction
17
+ - 🎯 **Context-Aware**: Recalls past interactions for more relevant responses
18
+ - 🔄 **Self-Improving**: Builds knowledge and improves reasoning automatically
19
+ - 🏢 **Enterprise-Ready**: Scales from personal to organization-wide deployment
20
+ - 🛡️ **Secure**: Secure and private memory and data storage
21
+
22
+ **"It's not just an AI assistant - it's your organization's evolving intelligence layer."**
23
+
24
+ ## Benefits
25
+
26
+ 💬 **Enhanced Communication**
27
+ - Engage in natural conversations without typing delays
28
+ - Communicate hands-free with voice interactions
29
+ - Reduce response time with real-time processing
30
+
31
+ 🎯 **Improved Decision Making**
32
+ - Access comprehensive data from multiple trusted sources
33
+ - Get instant answers backed by Internet and social-media research
34
+ - Make informed decisions with cross-referenced information
35
+
36
+ 💪 **Operational Efficiency**
37
+ - Automate repetitive data processing tasks
38
+ - Convert data formats seamlessly
39
+ - Scale knowledge management effortlessly
40
+
41
+ 🔐 **Enterprise Ready**
42
+ - Secure data handling with advanced memory systems
43
+ - Customize functionality through extensible architecture
44
+ - Integrate with existing business tools and APIs
45
+
46
+ 🚀 **Competitive Advantage**
47
+ - Stay current with real-time social media and Internet insights
48
+ - Process and analyze large datasets quickly
49
+ - Transform raw data into actionable intelligence
50
+
51
+ ## Features
52
+
53
+ 🔄 **Real-time AI Interactions**
54
+ - Streaming text-based conversations
55
+ - Real-time voice-to-voice conversations
56
+
57
+ 🧠 **Memory System and Extensibility**
58
+ - Advanced AI memory combining conversational context, conversational facts, and knowledge base
59
+ - Simple custom tool creation for extending capabilities like additional API integrations
60
+
61
+ 🔍 **Multi-Source Search and Reasoning**
62
+ - Internet search via Perplexity
63
+ - Conversational fact search powered by Zep
64
+ - X (Twitter) search using Grok
65
+ - Conversational message history using MongoDB (on-prem or hosted)
66
+ - Knowledge Base search via Pinecone
67
+ - Comprehensive reasoning combining multiple data sources
68
+
69
+ 🛠️ **Data Processing Tools**
70
+ - CSV to JSON conversion for data integration
71
+ - Text summarization powered by Gemini
72
+ - Enterprise-ready knowledge base powered by Pinecone
73
+
74
+ ## Why Choose Solana Agent Over LangChain?
75
+
76
+ ### 🎯 Key Differentiators
77
+
78
+ 🧠 **Advanced Memory Architecture**
79
+ - Built-in episodic memory vs LangChain's basic memory types
80
+ - Persistent cross-session knowledge retention
81
+ - Automatic self-learning from conversations
82
+
83
+ 🏢 **Enterprise Focus**
84
+ - Production-ready out of the box in a few lines of code
85
+ - Enterprise-grade deployment options for all components and services
86
+ - Simple conventions over complex configurations
87
+
88
+ 🛠️ **Simplified Development**
89
+ - No chain building required
90
+ - Python plain functions vs complex chaining
91
+ - Fewer moving parts equals more stable applications
92
+ - Smaller repo size by 1000x: Solana Agent @ ~500 LOC vs LangChain @ ~500,000 LOC
93
+
94
+ 🚀 **Performance**
95
+ - Optimized for real-time streaming responses
96
+ - Built-in voice processing capabilities
97
+ - Multi-source search with automatic reasoning synthesis
98
+
99
+ ## Installation
100
+
101
+ You can install Solana Agent using pip:
102
+
103
+ ```bash
104
+ pip install solana-agent
105
+ ```
106
+
107
+ ## Documentation
108
+ * All public methods have docstrings for real-time IDE hinting
109
+
110
+ ## Production Apps
111
+ * [Solana Agent Copilot](https://ai.solana-agent.com) - Solana Token AI Copilot using streaming text conversations
112
+ * [CometHeart](https://cometheart.com) - AI Companion and Business Coach on mobile using voice-to-voice conversations
113
+
114
+ ## Example Apps
115
+ * [Solana Agent Example App](https://github.com/truemagic-coder/solana-agent-app) - See as source of documentation
116
+
117
+ ## Contributing
118
+
119
+ Contributions to Solana Agent are welcome! Please feel free to submit a Pull Request.
120
+
121
+ ## License
122
+
123
+ This project is licensed under the MIT License - see the LICENSE file for details.
@@ -1,7 +1,7 @@
1
1
  [tool.poetry]
2
2
  name = "solana-agent"
3
- version = "0.0.5"
4
- description = "The Best AI Agent Framework"
3
+ version = "0.0.7"
4
+ description = "Build self-learning AI Agents"
5
5
  authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
6
6
  license = "MIT"
7
7
  readme = "README.md"
@@ -21,10 +21,11 @@ python = ">=3.9,<4.0"
21
21
  openai = "^1.61.1"
22
22
  pydantic = "^2.10.6"
23
23
  motor = "^3.7.0"
24
- aiosqlite = "^0.21.0"
25
- zep-python = "^2.0.2"
24
+ zep-cloud = "^2.3.1"
26
25
  requests = "^2.32.3"
27
26
  pandas = "^2.2.3"
27
+ qdrant-client = "^1.13.2"
28
+ pinecone = "^6.0.1"
28
29
 
29
30
  [build-system]
30
31
  requires = ["poetry-core>=1.0.0"]