Skip to content

kletscodethen/multi-agent-system-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Agent System Workshop

Welcome to the Multi-Agent System Workshop! This hands-on workshop will guide you through building a multi- agent system with TypeScript.

🚀 Getting Started

Prerequisites

Required Software

API Keys

🛠️ Setup Instructions

  1. Install dependencies:

    npm install
  2. Configure environment:

  • Create a .env file in the project root
  • Add API keys found in .env.example

📚 Workshop Exercises

  1. Exercise 1: Introduction to AI Agents
  2. Exercise 2: Tool Usage with AI Agents
  3. Exercise 3: Retrieval-Augmented Generation (RAG)
  4. Exercise 4: Multi-Agent Systems
  5. Exercise 5: Guardrails

🏃‍♀️ Running the Exercises

Each exercise can be run using the corresponding npm script:

npm run ex01  # Run exercise 1
npm run ex02  # Run exercise 2
# ... and so on

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors