solana-agent 5.0.0__py3-none-any.whl → 6.0.1__py3-none-any.whl
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.
- solana_agent/ai.py +2 -2
- {solana_agent-5.0.0.dist-info → solana_agent-6.0.1.dist-info}/METADATA +5 -5
- solana_agent-6.0.1.dist-info/RECORD +6 -0
- solana_agent-5.0.0.dist-info/RECORD +0 -6
- {solana_agent-5.0.0.dist-info → solana_agent-6.0.1.dist-info}/LICENSE +0 -0
- {solana_agent-5.0.0.dist-info → solana_agent-6.0.1.dist-info}/WHEEL +0 -0
solana_agent/ai.py
CHANGED
|
@@ -1107,8 +1107,8 @@ class AI:
|
|
|
1107
1107
|
return func
|
|
1108
1108
|
|
|
1109
1109
|
|
|
1110
|
-
class
|
|
1111
|
-
"""
|
|
1110
|
+
class Swarm:
|
|
1111
|
+
"""An AI Agent Swarm that coordinates specialized AI agents with handoff capabilities."""
|
|
1112
1112
|
|
|
1113
1113
|
def __init__(self, database: MongoDatabase, router_model: str = "gpt-4o"):
|
|
1114
1114
|
"""Initialize the multi-agent system with a shared database.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: solana-agent
|
|
3
|
-
Version:
|
|
4
|
-
Summary: Build self-learning AI
|
|
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
|

|
|
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!**
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
solana_agent/__init__.py,sha256=zpfnWqANd3OHGWm7NCF5Y6m01BWG4NkNk8SK9Ex48nA,18
|
|
2
|
+
solana_agent/ai.py,sha256=zwxvAOBhmdzUr9KLeTCsRW1Kg8LpIxJiu0PtxhQj-cI,57017
|
|
3
|
+
solana_agent-6.0.1.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
|
|
4
|
+
solana_agent-6.0.1.dist-info/METADATA,sha256=gVlVVSjbjhoSWIN_7BMez1gmiy46q4pXDau-mNdW144,5443
|
|
5
|
+
solana_agent-6.0.1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
|
6
|
+
solana_agent-6.0.1.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
solana_agent/__init__.py,sha256=zpfnWqANd3OHGWm7NCF5Y6m01BWG4NkNk8SK9Ex48nA,18
|
|
2
|
-
solana_agent/ai.py,sha256=0I1aPSBurG9RI4xn2wzqxgwQi0dgd7Qc2g7w89Xi1wk,57031
|
|
3
|
-
solana_agent-5.0.0.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
|
|
4
|
-
solana_agent-5.0.0.dist-info/METADATA,sha256=4tRBmRqzx-SRfHGx6DCsWOOVuyysM66FjCdaDAPJOb8,5419
|
|
5
|
-
solana_agent-5.0.0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
|
6
|
-
solana_agent-5.0.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|