Skip to content

Repository files navigation

AI-Book-Systems

Learn about multi-agent AI systems through this interactive documentation.

About This Project

This is an educational resource covering multi-agent AI systems, including:

  • Introduction - Core concepts of autonomous agents
  • Architectures - Hierarchical, peer-to-peer, and supervisor-worker patterns
  • Working Example - Practical implementation guide
  • Best Practices - Guidelines for building robust systems
  • Exercises - Hands-on challenges to test your knowledge

Quick Start

Installation

npm install

Local Development

npm start

Starts the local development server at http://localhost:3000.

Build for Production

npm build

Generates static content in the build directory.

Preview Production Build

npm run serve

Deployment

Deploy to GitHub Pages:

# Using SSH
USE_SSH=true npm deploy

# Or using GitHub username
GIT_USER=<Your GitHub username> npm deploy

Project Structure

docs/
β”œβ”€β”€ multi-agent-systems/
β”‚   β”œβ”€β”€ 01-introduction.md    # Core concepts
β”‚   β”œβ”€β”€ 02-architectures.md   # Architecture patterns
β”‚   β”œβ”€β”€ 03-example.md         # Practical example
β”‚   β”œβ”€β”€ 04-best-practices.md  # Guidelines
β”‚   β”œβ”€β”€ 05-exercises.md       # Challenges
β”‚   └── 06-summary.md         # Chapter summary

Tech-Stack

Contributing

Contributions welcome! Feel free to open issues or submit PRs.

License

MIT


✍️ Author


About

πŸ“˜ An interactive educational resource and documentation hub for learning multi-agent AI systems, built with Docusaurus and Mermaid diagrams.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages