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.
Recommended patterns
- Triage router flow
- Inputs: normalized request payload
- Output: deterministic route label + action
- Reference: /en/concepts/flows
- Flowstate chat history
- Inputs:
session_id,last_user_message - Output: assistant reply + compact context state
- Reference: /en/learn/flowstate-chat-history
- Human feedback gates
- Inputs: generated artifact + reviewer feedback
- Output: approved/rejected/revision path
- Reference: /en/learn/human-feedback-in-flows
Pattern requirements
- declare explicit input schema
- define expected output shape
- list failure modes and retries
