Skip to content

Commit 1701e39

Browse files
committed
update swarm router docs
1 parent b7e9e16 commit 1701e39

4 files changed

Lines changed: 112 additions & 90 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ target/
1717
Cargo.lock
1818
.claude/
1919
.pytest_cache
20+
.pycache_tmp
2021
databases
2122
static/generated
2223
conversations/

swarms/structs/agent_registry.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
from swarms.structs.agent import Agent
1010
from swarms.structs.ma_blocks import (
1111
find_agent_by_id as find_agent_by_id_ma_blocks,
12+
)
13+
from swarms.structs.ma_blocks import (
1214
find_agent_by_name,
1315
)
1416
from swarms.utils.loguru_logger import logger

0 commit comments

Comments
 (0)