@LangChain_OSS: LangChain Community Spotlight: Deep Agents + ACP Coding Agent Jacob Lee built a custom AI coding agent with Deep Agents…
Summary
Jacob Lee created an open-source AI coding agent using Deep Agents and ACP that supplants Claude Code, offering multi-model support, LangSmith observability, and human-in-the-loop safeguards.
Similar Articles
@hwchase17: "Build your own Claude Code with Deep Agents" Good article by the community showing how to build a Claude Code-like age…
An article explaining how to build a Claude Code-like coding agent using LangChain's Deep Agents library, covering the architecture and implementation.
@LangChain: En route to improving your agents
LangChain announces a resource for improving AI agents.
@LangChain: Everything you need to know about Managed Deep Agents:
LangChain announces Managed Deep Agents in private beta, a hosted API-first runtime for building, running, and operating deep agents in production, leveraging the open-source Deep Agents harness and integrating with LangSmith for durable execution, streaming, and human-in-the-loop workflows.
@LangChain: Deep Agents now supports dynamic subagents. Instead of invoking subagents with tool calls, the main agent writes orches…
LangChain's Deep Agents now supports dynamic subagents, where the main agent writes orchestration code to coordinate work at scale, enabling workflows like processing hundreds of documents with deterministic coverage.
@LangChain: Giving agents the ability to write code makes them dramatically more capable. It also makes security a lot harder. At L…
LangChain's Deep Agents allow untrusted agent-written code to run securely using WebAssembly-based code interpreters, providing execution and capability isolation without a traditional sandbox.