Skip to main content

Quick Start

Get a multi-agent system running in under 5 minutes.

Prerequisites

Setup

# 1. Clone the repo
git clone https://github.com/tsuz/ai-agent-orchestration-kafka-example.git
cd ai-agent-orchestration-kafka-example

# 2. Create your .env file
cp .env.example .env
# Edit .env and add your CLAUDE_API_KEY

# 3. Start all services
docker compose up --build

Try It Out

Once all services are running, open http://localhost:80 in your browser and type in the chat:

Hi can I send an email?

What's Next?

  • Think — Understand the LLM decision-making layer
  • Tools — Learn how tool definitions and execution functions work
  • Guides — Step-by-step tutorials for common patterns