Skip to content

Commit

Permalink
Merge pull request #87 from allaway/patch-1
Browse files Browse the repository at this point in the history
fix broken link
  • Loading branch information
cornelcroi authored Nov 19, 2024
2 parents 06000c0 + 25f37a8 commit 181534a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/general/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The Multi-Agent Orchestrator framwork supports multiple storage options:

##### Is there a way to check if the agents I've added to the orchestrator don't overlap?

Agent overlapping can be an issue which may lead to incorrect routing. The framework provides a tool called [Agent Overlap Analysis](/multi-agent-orchestrator/advanced-features/agent-overlap) that allows you to gain insights about potential overlapping between agents.
Agent overlapping can be an issue which may lead to incorrect routing. The framework provides a tool called [Agent Overlap Analysis](/multi-agent-orchestrator/cookbook/monitoring/agent-overlap) that allows you to gain insights about potential overlapping between agents.

It's important to understand that routing to agents is done using a combination of user input, agent descriptions, and the conversation history of all agents. Therefore, crafting precise and distinct agent descriptions is crucial for optimal performance.

Expand Down Expand Up @@ -152,4 +152,4 @@ To do this:
- In the `processRequest` method of your custom agent, implement your desired logic for multiple processing steps.
- Add your new agent to the orchestrator.

This approach allows you to create complex agents that can handle multiple tasks or processing steps in response to a single user intent, giving you full control over the agent's behavior and capabilities.
This approach allows you to create complex agents that can handle multiple tasks or processing steps in response to a single user intent, giving you full control over the agent's behavior and capabilities.

0 comments on commit 181534a

Please sign in to comment.