Next steps (CrewAI): ─────────────────── Default mode targets released CrewAI without native guardrail provider support. 1. Install the CrewAI adapter package: pip install aport-agent-guardrails-crewai aport-crewai setup 2. Config written to: $config_dir 3. Register the guardrail before running your crew: from aport_guardrails_crewai import register_aport_guardrail register_aport_guardrail() crew.kickoff() Optional native mode: rerun with --integration-mode=native See: docs/frameworks/crewai.md