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 memory

  • You need semantic recall across runs.
  • You need long-term context outside immediate flow state.

When to use state instead

  • Data is only needed for current control flow.
  • Data must remain deterministic and explicit per step.