mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-21 07:02:25 +02:00
initial test for swarm
This commit is contained in:
@@ -24,6 +24,7 @@ class SwarmMiddleware(AgentMiddleware):
|
||||
* handoff tool naming / descriptions
|
||||
"""
|
||||
|
||||
@dataclass
|
||||
class State(AgentMiddleware.State):
|
||||
active_agent: str | None = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user