Posts
All the articles I've posted.
-
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.
-
DeepCoWork #2: Tauri 2 + Python Sidecar -- The Skeleton of a Desktop AI App
How Tauri 2 spawns a Python FastAPI server as a sidecar, with health checks, graceful shutdown, and PyInstaller bundling -- what we learned building it.
-
DeepCoWork: Building an AI Agent Desktop App with Deep Agents SDK
An open-source AI agent desktop app built with LangChain Deep Agents SDK + Tauri 2. Architecture, core features, and the design decisions behind it.