From 753c85ea6b6d740579f87778547da978d3b4f257 Mon Sep 17 00:00:00 2001 From: Robert Allaway Date: Tue, 19 Nov 2024 10:18:40 -0600 Subject: [PATCH 1/2] fix broken link --- docs/src/content/docs/general/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/general/faq.md b/docs/src/content/docs/general/faq.md index 47bec46..c8124cd 100644 --- a/docs/src/content/docs/general/faq.md +++ b/docs/src/content/docs/general/faq.md @@ -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. @@ -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. \ No newline at end of file +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. From 25f37a8c3f502a9e7b879c44c2671e7a22cfe252 Mon Sep 17 00:00:00 2001 From: Robert Allaway Date: Tue, 19 Nov 2024 10:20:55 -0600 Subject: [PATCH 2/2] rm slashie --- docs/src/content/docs/general/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/general/faq.md b/docs/src/content/docs/general/faq.md index c8124cd..1851a9b 100644 --- a/docs/src/content/docs/general/faq.md +++ b/docs/src/content/docs/general/faq.md @@ -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/cookbook/monitoring/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.