{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_crewai",
  "slug": "crewai",
  "name": "CrewAI",
  "canonical_url": "https://www.openagent.bot/agents/crewai",
  "category": "agents",
  "resource_type": "agent",
  "summary": "CrewAI is an open-source Python framework for building multi-agent systems where role-playing AI agents collaborate to complete complex tasks. It provides a structured approach to agent orchestration with roles, goals, backstories, and tools, making it one of the most accessible frameworks for multi-agent workflow design.",
  "capabilities": [
    "workflow",
    "workflow-orchestration"
  ],
  "constraints": [
    "open-source"
  ],
  "scenarios": [
    "developer-workflow"
  ],
  "deployment_modes": [
    "cloud"
  ],
  "interfaces": [
    "repo",
    "docs"
  ],
  "integrations": [],
  "permission_surface": [
    "shell/files"
  ],
  "risk_level": "moderate",
  "source_confidence": "high",
  "recommended_workflows": [
    "Coding agent workflow"
  ],
  "avoid_when": [
    "Developers who only need a single coding agent for terminal tasks",
    "Teams that require real-time streaming or low-latency agent responses"
  ],
  "primary_actions": [
    "Inspect repository",
    "Open Homepage",
    "Read setup docs",
    "Install CrewAI"
  ],
  "evidence_urls": [
    "https://github.com/crewAIInc/crewAI",
    "https://crewai.com",
    "https://docs.crewai.com"
  ],
  "last_verified_at": "2026-05-27",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/agents/crewai.json",
    "markdown_url": "https://www.openagent.bot/agents/crewai.md",
    "agent_json_url": "https://www.openagent.bot/agents/crewai.agent.json"
  }
}