solana-agent 6.0.0__tar.gz → 6.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.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: solana-agent
3
- Version: 6.0.0
4
- Summary: Build self-learning AI Agents
3
+ Version: 6.0.1
4
+ Summary: Build self-learning AI Agent Swarm
5
5
  License: MIT
6
6
  Keywords: ai,openai,ai agents
7
7
  Author: Bevan Hunt
@@ -34,20 +34,20 @@ Description-Content-Type: text/markdown
34
34
 
35
35
  ![Solana Agent Logo](https://dl.walletbubbles.com/solana-agent-logo.png?width=200)
36
36
 
37
- Solana Agent is the first self-learning AI Agent framework.
37
+ Solana Agent is the first self-learning AI Agent Swarm framework.
38
38
 
39
39
  ## Why Solana Agent?
40
40
 
41
- ### 🧬 The First Self-Learning AI Agent
41
+ ### 🧬 The First Self-Learning AI Agent Swarm Framework
42
42
 
43
43
  Unlike traditional AI assistants that forget conversations after each session, Solana Agent maintains a rich, searchable memory system that grows smarter with every interaction.
44
44
 
45
45
  **Why This Matters:**
46
+ - 🤖 **Swarm Intelligence**: Shares memory across all agents in the swarm
46
47
  - 📈 **Continuous Learning**: Evolves with every new interaction
47
48
  - 🎯 **Context-Aware**: Recalls past interactions for more relevant responses
48
49
  - 🔄 **Self-Improving**: Builds knowledge and improves reasoning automatically
49
50
  - 🧠 **Knowledge Base**: Add domain-specific knowledge for better reasoning
50
- - 🏢 **File Context**: Upload propriety files to be part of the conversation
51
51
  - 🛡️ **Secure**: Secure and private memory and data storage
52
52
 
53
53
  **Experience Agentic IQ!**
@@ -4,20 +4,20 @@
4
4
 
5
5
  ![Solana Agent Logo](https://dl.walletbubbles.com/solana-agent-logo.png?width=200)
6
6
 
7
- Solana Agent is the first self-learning AI Agent framework.
7
+ Solana Agent is the first self-learning AI Agent Swarm framework.
8
8
 
9
9
  ## Why Solana Agent?
10
10
 
11
- ### 🧬 The First Self-Learning AI Agent
11
+ ### 🧬 The First Self-Learning AI Agent Swarm Framework
12
12
 
13
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
14
 
15
15
  **Why This Matters:**
16
+ - 🤖 **Swarm Intelligence**: Shares memory across all agents in the swarm
16
17
  - 📈 **Continuous Learning**: Evolves with every new interaction
17
18
  - 🎯 **Context-Aware**: Recalls past interactions for more relevant responses
18
19
  - 🔄 **Self-Improving**: Builds knowledge and improves reasoning automatically
19
20
  - 🧠 **Knowledge Base**: Add domain-specific knowledge for better reasoning
20
- - 🏢 **File Context**: Upload propriety files to be part of the conversation
21
21
  - 🛡️ **Secure**: Secure and private memory and data storage
22
22
 
23
23
  **Experience Agentic IQ!**
@@ -1,7 +1,7 @@
1
1
  [tool.poetry]
2
2
  name = "solana-agent"
3
- version = "6.0.0"
4
- description = "Build self-learning AI Agents"
3
+ version = "6.0.1"
4
+ description = "Build self-learning AI Agent Swarm"
5
5
  authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
6
6
  license = "MIT"
7
7
  readme = "README.md"
File without changes