Agents

anyways, try out deepagents https://github.com/langchain-ai/deepagents

**deepagents** (github.com/langchain-ai/deepagents) is an open-source, MIT-licensed agent harness built on LangChain and LangGraph, equipped with built-in task planning, a filesystem backend, subag...

DGX agentx-post
agentsharrison-chase--x

deepagents (github.com/langchain-ai/deepagents) is an open-source, MIT-licensed agent harness built on LangChain and LangGraph, equipped with built-in task planning, a filesystem backend, subagent spawning, and long-term memory for handling complex, multi-step agentic tasks. It exposes a simple create_deep_agent() API that returns a compiled LangGraph graph, making it provider-agnostic and compatible with any LLM that supports tool calling. The repository also includes a CLI tool (deepagents-cli) — a terminal-based coding agent similar to Claude Code or Cursor — as well as an ACP integration for use in code editors like Zed.

Related

Source: agents

Loading related sources…