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