Generated by Code IQ · v1.0

Hands-On-AI-Engineering
Knowledge Tutorial

This project builds intelligent digital employees that go beyond simple chatbots. It uses specialized AI Agents that work together in teams (orchestration) to solve complex tasks like financial analysis. These agents are equipped with External Tools to fetch real-time stock data or search the web, and they use RAG (Retrieval-Augmented Generation) to "read" and understand specific documents. The system also features Multimodal Processing to analyze images and exposes these capabilities to desktop apps via a standard MCP Server.

7
Chapters
-
Subsystems
Rabbit Holes
▶ Start Reading ⎇ View on GitHub
System Architecture

How the pieces fit

Hands-On-AI-Engineering is organized as connected concepts and components. Start broad, then drill down chapter by chapter.

👥
AI Agents & Personas
AI Agents & Personas
🔧
External Tool Integration
External Tool Integration
⚙️
Retrieval-Augmented Generation (RAG)
Retrieval-Augmented Generation (RAG)
👥
Multi-Agent Orchestration
Multi-Agent Orchestration
🔌
Model Context Protocol (MCP) Server
Model Context Protocol (MCP) Server
⚙️
Multimodal Processing
Multimodal Processing
⚙️
Vector Embeddings & Storage
Vector Embeddings & Storage
Hands-On-AI-Engineering — bash
open tutorial
◆ Scanning numbered chapters
◆ Building navigation and Mermaid diagrams
◆ Generating chapter and subsystem pages
✓ 7 chapter pages built
✓ Theme toggle enabled
Repository Overview

Intro and Architecture Diagram

This project builds intelligent digital employees that go beyond simple chatbots. It uses specialized AI Agents that work together in teams (orchestration) to solve complex tasks like financial analysis. These agents are equipped with External Tools to fetch real-time stock data or search the web, and they use RAG (Retrieval-Augmented Generation) to "read" and understand specific documents. The system also features Multimodal Processing to analyze images and exposes these capabilities to desktop apps via a standard MCP Server.

Source Repository: https://github.com/Sumanth077/Hands-On-AI-Engineering

flowchart TD A0["AI Agents & Personas"] A1["Multi-Agent Orchestration"] A2["External Tool Integration"] A3["Retrieval-Augmented Generation (RAG)"] A4["Vector Embeddings & Storage"] A5["Model Context Protocol (MCP) Server"] A6["Multimodal Processing"] A1 -->|"Coordinates"| A0 A0 -->|"Utilizes"| A2 A5 -->|"Exposes interface for"| A1 A0 -->|"Queries knowledge from"| A3 A3 -->|"Indexes content in"| A4 A6 -->|"Embeds visual data into"| A4
Tutorial Chapters

All 7 chapters

Follow sequentially or jump to any topic. Start with AI Agents & Personas.

About This Project

Generated by Code IQ

This tutorial was automatically generated by Code IQ and rendered with the shared tutorial site builder. It can be produced for any repository tutorial folder that follows the numbered markdown chapter layout.

View Code IQ ↗
python build_site.py '/home/runner/work/Code-IQ/Code-IQ/output/Hands-On-AI-Engineering'

// → 7 chapters
// → source: Sumanth077/Hands-On-AI-Engineering