Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Corneliu Croitoru committed Oct 24, 2024
2 parents 6f3460f + f769b11 commit c516ade
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 5 additions & 3 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
</Card>
<Card title="Code Samples & Deployment" icon="rocket">
Explore our code samples and deployment options:
- [Local Development Guide](/multi-agent-orchestrator/deployment/local-development)
- [AWS Lambda Deployment (TypeScript)](/multi-agent-orchestrator/deployment/aws-lambda-ts)
- [AWS Lambda Deployment (Python)](/multi-agent-orchestrator/deployment/aws-lambda-py)
- [Local Development Guide](/multi-agent-orchestrator/cookbook/examples/typescript-local-demo)
- [AWS Lambda Deployment (TypeScript)](/multi-agent-orchestrator/cookbook/lambda/aws-lambda-nodejs)
- [AWS Lambda Deployment (Python)](/multi-agent-orchestrator/cookbook/lambda/aws-lambda-python)
- [Chainlit (Python)](/multi-agent-orchestrator/cookbook/examples/chat-chainlit-app)
- [FastAPI streaming (Python)](/multi-agent-orchestrator/cookbook/examples/fast-api-streaming)
</Card>
<Card title="Powerful Agents" icon="puzzle">
Discover our built-in agents:
Expand Down
5 changes: 0 additions & 5 deletions examples/chat-demo-app/lambda/multi-agent/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,6 @@ const maoDocAgent = new BedrockLLMAgent({
inferenceConfig: {
temperature: 0.0,
},
toolConfig: {
useToolHandler: mathToolHanlder,
tool: mathAgentToolDefinition,
toolMaxRecursions: 5,
},
customSystemPrompt:{
template:`
You are a tech expert specializing in both the technical domain, including software development, AI, cloud computing, and the multi-agent orchestrator framework. Your role is to provide comprehensive, accurate, and helpful information about these areas, with a specific focus on the orchestrator framework, its agents, and their applications. Always structure your responses using clear, well-formatted markdown.
Expand Down

0 comments on commit c516ade

Please sign in to comment.