solana-agent 5.0.0__tar.gz → 6.0.0__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.
- {solana_agent-5.0.0 → solana_agent-6.0.0}/PKG-INFO +1 -1
- {solana_agent-5.0.0 → solana_agent-6.0.0}/pyproject.toml +1 -1
- {solana_agent-5.0.0 → solana_agent-6.0.0}/solana_agent/ai.py +2 -2
- {solana_agent-5.0.0 → solana_agent-6.0.0}/LICENSE +0 -0
- {solana_agent-5.0.0 → solana_agent-6.0.0}/README.md +0 -0
- {solana_agent-5.0.0 → solana_agent-6.0.0}/solana_agent/__init__.py +0 -0
|
@@ -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.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|