Skip to content

Commit

Permalink
[C SHARP]
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez committed Jan 3, 2025
1 parent 1f78bc8 commit 83f00d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1922,7 +1922,7 @@ if __name__ == "__main__":

## MultiAgentRouter

The MultiAgentRouter is a swarm architecture designed to dynamically assign tasks to the most suitable agent. It achieves this through a director or boss entity that utilizes function calls to identify and allocate tasks to the agent best equipped to handle them.
The MultiAgentRouter is a swarm architecture designed to dynamically assign tasks to the most suitable agent. It achieves this through a director or boss entity that utilizes function calls to identify and allocate tasks to the agent best equipped to handle them. [Check out the documentation](https://docs.swarms.world/en/latest/swarms/structs/multi_agent_router/)

```python
from swarms import Agent
Expand Down

0 comments on commit 83f00d9

Please sign in to comment.