Skip to content

Commit 1a3d51f

Browse files
authored
Export SwarmState from __init__.py (#33)
1 parent c1115eb commit 1a3d51f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

langgraph_swarm/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from langgraph_swarm.handoff import create_handoff_tool
2-
from langgraph_swarm.swarm import add_active_agent_router, create_swarm
2+
from langgraph_swarm.swarm import SwarmState, add_active_agent_router, create_swarm
33

4-
__all__ = ["create_swarm", "add_active_agent_router", "create_handoff_tool"]
4+
__all__ = ["create_swarm", "add_active_agent_router", "create_handoff_tool", "SwarmState"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "pdm.backend"
44

55
[project]
66
name = "langgraph-swarm"
7-
version = "0.0.5"
7+
version = "0.0.6"
88
description = "An implementation of a multi-agent swarm using LangGraph"
99
authors = [
1010
{name = "Vadym Barda", email = "[email protected] "}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)