CrewAI Documentation 作者/机构:CrewAI 年份:2026 URL:https://docs.crewai.com/ 角度:框架总定位、Crews/Flows 双语言、产品化语义 采用原因:适合支撑整体系统定位。
CrewAI README 作者/机构:CrewAI 年份:2026 URL:https://github.com/crewAIInc/crewAI 角度:框架定位、Crews 与 Flows 区分、AMP 套件、自我定位 采用原因:适合支撑“协作系统 + 产品化自动化”的总判断。
Docs Index 作者/机构:CrewAI 年份:2026 源码路径:
/tmp/crewai.c1COU4/repo/docs/en/index.mdx角度:文档导航层如何组织 Crews、Flows、Tasks、Observability、Enterprise 采用原因:适合支撑框架信息架构与产品重心判断。Agents 作者/机构:CrewAI 年份:2026 URL:https://docs.crewai.com/en/concepts/agents 本地路径:
/tmp/crewai.c1COU4/repo/docs/en/concepts/agents.mdx角度:role、goal、backstory、tools、knowledge、guardrails 采用原因:适合支撑 agent 不是纯 prompt 壳的判断。Tasks 作者/机构:CrewAI 年份:2026 URL:https://docs.crewai.com/en/concepts/tasks 本地路径:
/tmp/crewai.c1COU4/repo/docs/en/concepts/tasks.mdx角度:task 契约、expected_output、human_input、output schema、guardrails 采用原因:适合支撑 task 是任务契约而非提示片段。Processes 作者/机构:CrewAI 年份:2026 URL:https://docs.crewai.com/en/concepts/processes 本地路径:
/tmp/crewai.c1COU4/repo/docs/en/concepts/processes.mdx角度:sequential、hierarchical、manager_llm / manager_agent 采用原因:适合支撑 Crew 的执行主语与协作策略。Flows 作者/机构:CrewAI 年份:2026 URL:https://docs.crewai.com/en/concepts/flows 本地路径:
/tmp/crewai.c1COU4/repo/docs/en/concepts/flows.mdx角度:@start、@listen、@router、state、persist、resume、HITL 采用原因:适合支撑 Flow 是独立运行语义这一判断。Memory 作者/机构:CrewAI 年份:2026 URL:https://docs.crewai.com/en/concepts/memory 本地路径:
/tmp/crewai.c1COU4/repo/docs/en/concepts/memory.mdx角度:统一记忆、执行积累、状态延续 采用原因:适合支撑 Crew 运行态的记忆层。Knowledge 作者/机构:CrewAI 年份:2026 URL:https://docs.crewai.com/en/concepts/knowledge 本地路径:
/tmp/crewai.c1COU4/repo/docs/en/concepts/knowledge.mdx角度:知识源接入、RAG、agent / crew 级知识 采用原因:适合支撑业务知识适配层。Observability Overview 作者/机构:CrewAI 年份:2026 URL:https://docs.crewai.com/en/observability/overview 本地路径:
/tmp/crewai.c1COU4/repo/docs/en/observability/overview.mdx角度:tracing、quality、cost、performance、production monitoring 采用原因:适合支撑其明显的产品化运维取向。Tracing 作者/机构:CrewAI 年份:2026 URL:https://docs.crewai.com/en/observability/tracing 本地路径:
/tmp/crewai.c1COU4/repo/docs/en/observability/tracing.mdx角度:trace、event、crew/flow 可观测 采用原因:适合支撑执行轨迹可见性判断。Deploy to AMP 作者/机构:CrewAI 年份:2026 URL:https://docs.crewai.com/en/enterprise/guides/deploy-to-amp 本地路径:
/tmp/crewai.c1COU4/repo/docs/en/enterprise/guides/deploy-to-amp.mdx角度:CLI/web/API 部署、automation、control plane 采用原因:适合支撑其不止是开发库,而是交付平台组成部分。Prepare for Deployment 作者/机构:CrewAI 年份:2026 URL:https://docs.crewai.com/en/enterprise/guides/prepare-for-deployment 本地路径:
/tmp/crewai.c1COU4/repo/docs/en/enterprise/guides/prepare-for-deployment.mdx角度:Crew 与 Flow 的项目结构、入口函数、部署边界 采用原因:适合支撑 Crew / Flow 在交付层面的实际区别。Human in the Loop 作者/机构:CrewAI 年份:2026 URL:https://docs.crewai.com/en/enterprise/guides/human-in-the-loop 本地路径:
/tmp/crewai.c1COU4/repo/docs/en/enterprise/guides/human-in-the-loop.mdx角度:暂停、恢复、人审审批接口 采用原因:适合支撑人审与恢复语义。Flow HITL Management 作者/机构:CrewAI 年份:2026 URL:https://docs.crewai.com/en/enterprise/features/flow-hitl-management 本地路径:
/tmp/crewai.c1COU4/repo/docs/en/enterprise/features/flow-hitl-management.mdx角度:flow 中人审控制面、审批节点编排 采用原因:适合支撑 Flow 在生产流程中的治理位。Flow 源码 作者/机构:CrewAI 年份:2026 源码路径:
/tmp/crewai.c1COU4/repo/lib/crewai/src/crewai/flow/flow.py角度:FlowState、decorators、event-driven execution、persistence hooks 采用原因:适合支撑 Flow 的底层运行语义。Crew 源码 作者/机构:CrewAI 年份:2026 源码路径:
/tmp/crewai.c1COU4/repo/lib/crewai/src/crewai/crew.py角度:kickoff生命周期、process 分发、manager、memory、knowledge、usage metrics 采用原因:适合支撑 Crew 是任务化执行容器这一判断。Agent 源码 作者/机构:CrewAI 年份:2026 源码路径:
/tmp/crewai.c1COU4/repo/lib/crewai/src/crewai/agent/core.py角度:agent 能力边界、knowledge retrieval、memory retrieval、guardrail 采用原因:适合支撑 agent 对象不是单纯角色设定。Task 源码 作者/机构:CrewAI 年份:2026 源码路径:
/tmp/crewai.c1COU4/repo/lib/crewai/src/crewai/task.py角度:task output、human_input、guardrail retries、结构化输出 采用原因:适合支撑 task 契约与治理位。Flow Serializer Tests 作者/机构:CrewAI 年份:2026 源码路径:
/tmp/crewai.c1COU4/repo/lib/crewai/tests/test_flow_serializer.py角度:@start/@listen/@router/and_/or_/ HITL 的实际边界 采用原因:适合验证 Flow 不是文档表述,而是可序列化的执行结构。
附录 G:分章资料清单