designing-real-world-ai-agents-workshop

iusztinpaul/designing-real-world-ai-agents-workshop
★ 110 stars Python 🤖 AI/LLM Updated today
Hands-on workshop: Build a multi-agent AI system from scratch — Deep Research Agent + Writing Workflow served as MCP servers. Includes code, slides, and video (coming soon)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "designing-real-world": {
      "command": "uvx",
      "args": [
        "designing-real-world-ai-agents-workshop"
      ]
    }
  }
}

Or install with pip: pip install designing-real-world-ai-agents-workshop

Topics

ai-agentsdeep-researchmcpmulti-agent-systemsworkshop