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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: solana-agent
3
- Version: 5.0.0
3
+ Version: 6.0.0
4
4
  Summary: Build self-learning AI Agents
5
5
  License: MIT
6
6
  Keywords: ai,openai,ai agents
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "solana-agent"
3
- version = "5.0.0"
3
+ version = "6.0.0"
4
4
  description = "Build self-learning AI Agents"
5
5
  authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
6
6
  license = "MIT"
@@ -1107,8 +1107,8 @@ class AI:
1107
1107
  return func
1108
1108
 
1109
1109
 
1110
- class MultiAgentSystem:
1111
- """A multi-agent system that coordinates specialized AI agents with handoff capabilities."""
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