bash Clone the repository git clone https://github.com/tvytlx/ai-agent-deep-dive.git cd ai-agent-deep-dive Open the PDF report (primary artifact) open ai-agent-deep-dive-report.pdf or xdg-open ai-agent-deep-dive-report.pdf # Linux src/ ├── entrypoints/ # cli.tsx, init.ts, mcp.ts, sdk/ ├── constants/ # prompts.ts — system prompt assembly ├── tools/ # FileRead, FileEdit, Bash, Agent, Skill, MCP... ├── services/ # tools, mcp, analytics runtime services ├── commands/ # slash commands (/mcp, /hooks, /skills, /plan...) ├── coordinator/ # agent coordination layer ├── plugins/ # plugin ecosystem ├──…