diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index 65eadaf..ca6ca06 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -36,7 +36,7 @@ import { Card, CardGrid } from '@astrojs/starlight/components'; - Deploy our [Chat WebApp](/examples/chat-webapp) to test the Multi-Agent Orchestrator: + Deploy our [Chat WebApp](/deployment/demo-web-app) to test the Multi-Agent Orchestrator: - Set up your own interactive testing environment. - Experience real-time agent selection and routing. @@ -47,11 +47,11 @@ import { Card, CardGrid } from '@astrojs/starlight/components'; Discover our built-in agents: - - [Bedrock LLM Agent](/agents/pre-implemented/bedrock-llm-agent) - - [Amazon Bedrock Agent](/agents/pre-implemented/amazon-bedrock-agent) - - [Lex Bot Agent](/agents/pre-implemented/lex-bot-agent) + - [Bedrock LLM Agent](/agents/built-in/bedrock-llm-agent) + - [Amazon Bedrock Agent](/agents/built-in/amazon-bedrock-agent) + - [Lex Bot Agent](/agents/built-in/lex-bot-agent) - [AWS Lambda Agent](/agents/built-in/lambda-agent) - - [Open AI Agent](/agents/pre-implemented/lex-bot-agent) + - [Open AI Agent](/agents/built-in/lex-bot-agent) Learn how to [create your own custom agents](/agents/custom-agents).