initial test for swarm

This commit is contained in:
Sydney Runkle
2025-09-03 15:27:13 -04:00
parent f6d0382d66
commit 3c36d2e2c8
@@ -24,6 +24,7 @@ class SwarmMiddleware(AgentMiddleware):
* handoff tool naming / descriptions
"""
@dataclass
class State(AgentMiddleware.State):
active_agent: str | None = None