Series10 parts1 of 10 publishedIn progress
Deep Agents
Building a website auditor with deepagents, one harness layer per post: tools, filesystem, permissions, sandbox, context, skills, and delegation.
Start with part 01- 01What an agent harness is (and when not to use one): deepagents vs LangGraph
- 02Your first deep agent: create_deep_agent with frontier and open-weight modelsComing soon
- 03Custom tools and MCP in deepagents: Python functions, LangChain tools, and MCP serversComing soon
- 04Threads, checkpointers, and human-in-the-loop in deepagents: approving tool calls before they runComing soon
- 05The deepagents virtual filesystem and its backends: the agent's working memoryComing soon
- 06Permissions and tool surface in deepagents: an auditor that only writes to /reportsComing soon
- 07Sandbox and interpreter in deepagents: when the agent needs a real shellComing soon
- 08Context management in deepagents: summarization, offload, and prompt cachingComing soon
- 09Skills and memory in deepagents: SKILL.md, AGENTS.md, and a GEO audit skillComing soon
- 10Delegation, streaming, and production in deepagents: parallel subagents and LangSmithComing soon