Skip to main content

Documentation Index

Fetch the complete documentation index at: https://crewai-lorenze-imp-docs-improvements.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

When to use

  • You need deterministic orchestration, branching, and resumable execution.
  • You need explicit state transitions across steps.
  • You need persistence, routing, and event-driven control.

When not to use

  • A single prompt/response interaction is enough.
  • You only need one agent call without orchestration logic.

Core decisions

DecisionChoose this when
Unstructured stateFast prototyping, highly dynamic fields
Structured stateStable contracts, team development, type safety
@persist()Long-running workflows and recovery requirements
Router labelsDeterministic branch handling

Existing docs