Generated by Code IQ · v1.0

crewAI
Knowledge Tutorial

A chapter-by-chapter walkthrough of crewAI, generated from its source code and tutorial markdown.

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

How the pieces fit

crewAI is organized as connected concepts and components. Start broad, then drill down chapter by chapter.

⚙️
lib/crewai/src/crewai/task.py
lib/crewai/src/crewai/task.py
⚙️
lib/crewai/tests/test_task.py
lib/crewai/tests/test_task.py
⚙️
Sequential Process
Sequential Process
⚙️
Hierarchical Process
Hierarchical Process
👥
lib/crewai/src/crewai/agent/core.py
lib/crewai/src/crewai/agent/core.py
⚙️
Consensual Process
Consensual Process
crewAI — bash
open tutorial
◆ Scanning numbered chapters
◆ Building navigation and Mermaid diagrams
◆ Generating chapter and subsystem pages
✓ 6 chapter pages built
✓ Theme toggle enabled
Repository Overview

Intro and Architecture Diagram

CrewAI is a framework for orchestrating autonomous AI agents that collaborate as Crews to complete complex objectives. It allows developers to build efficient, production-ready systems by combining flexible agent interactions with structured, event-driven Flows for precise control over workflows.

Source Repository: https://github.com/crewAIInc/crewAI

flowchart TD A0["lib/crewai/src/crewai/task.py"] A1["lib/crewai/src/crewai/agent/core.py"] A1 -->|"Executes"| A0
Tutorial Chapters

All 6 chapters

Follow sequentially or jump to any topic. Start with lib/crewai/src/crewai/task.py.

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/crewAI_1'

// → 6 chapters
// → source: crewAIInc/crewAI