Posts
All the articles I've posted.
-
DeepCoWork #7: Multi-Agent ACP Mode -- task() Tool, Sub-Agent Creation, Stream Merging
How the ACP mode main agent creates sub-agents via task() and merges their streams -- a multi-agent implementation story.
-
DeepCoWork #6: HITL Approval Flow -- interrupt_on, Approval Queue, Timeout, Rejection Recovery
Design and implementation of the human-in-the-loop approval flow for dangerous tool calls.
-
DeepCoWork #5: SSE Streaming Pipeline -- From agent.astream to React UI
The full real-time streaming pipeline from LangGraph astream to React UI -- how it works and how we built it.
-
DeepCoWork #4: System Prompt Design per Mode -- Clarify, Code, Cowork, ACP
How 4 agent modes use different system prompts -- a practical guide to prompt engineering patterns from the codebase.
-
DeepCoWork #3: DeepAgents SDK Internals -- create_deep_agent, LocalShellBackend, ReAct Loop
Deep dive into the core SDK functions and how DeepCoWork wraps them in a single coupling point -- internals and implementation details.