# crewAI Documentation Index

**Source:** [docs.crewai.com](https://docs.crewai.com) (v1.14.4)
**Extracted:** 2026-05-08
**Pages:** 7 core concepts
**Total size:** ~212KB

---

## Navigation

| Document | Lines | Size | Description |
|---|---|---|---|
| [memory.md](memory.md) | 1,036 | 40KB | Short-term, long-term, entity, external memory. Composite scoring, scope trees, self-organization. |
| [tasks.md](tasks.md) | 1,262 | 49KB | Task definition, context, callbacks, human-in-the-loop. |
| [agents.md](agents.md) | 927 | 39KB | Role, goal, backstory. Agent capabilities, custom LLM. |
| [crews.md](crews.md) | 677 | 31KB | Agent orchestration, process types (sequential, hierarchical). |
| [tools.md](tools.md) | 471 | 21KB | Built-in tools, custom tools, tool binding. |
| [mcp-integration.md](mcp-integration.md) | 120 | 5KB | MCP servers as tools, stdio/SSE/HTTP transport, multi-server, security. |
| [processes.md](processes.md) | 242 | 12KB | Sequential, hierarchical, and custom process flows. |

---

## LLM-Readable Formatting

All `.md` files are **clean documentation** — no navigation chrome, no sidebar, no header/footer. They contain only the content from the docs site body.

To read programmatically from this site:

```bash
# Single file (Markdown)
curl https://realityoptimizer.app/docs/crewai/memory.md

# Full index
curl https://realityoptimizer.app/docs/crewai/index.md
```

---

## Architecture Comparison

For mnemos vs. crewAI analysis, see:
[crewai-vs-mnemos-architecture-comparison.md](/docs/crewai-vs-mnemos-architecture-comparison.md)

---

*This index is maintained by Reality Optimizer. Last updated: 2026-05-09*
