crewAIInc /

CrewAI

Live map
Snapshotmain · 754d732

A process assigns dependency-aware tasks to agents that reason with models, tools, knowledge, and prior context.

Click a building or route
Choose a path

Follow assignment into the agent's model and tool loop.

System map7 components · 8 connections
130%
CrewAI: tasks move through a crew architectureStart at Crew kickoff, follow task assignment through an agent executor, then feed the result into later tasks.crew configuration and…task order, dependenci…description, expected …task prompt, context, …messages and response …tool name and argumentsCrewProcessschedulerTaskAgentAgent executorLLMTools &knowledge
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal

Terms, in plain English

CrewThe configured collection of agents, tasks, and execution process.

How to study this repo

  1. 1
    Trace kickoff

    Follow kickoff through process selection and the first ready task.

  2. 2
    Inspect an agent turn

    Connect its prompt, model response, tool action, and observation.

  3. 3
    Chain task outputs

    Find where one task result is incorporated into another task's context.