Deep Agents is an open-source, batteries-included agent harness designed for long-running, multi-step AI work. It provides an opinionated agent setup while allowing developers to override or replace individual pieces without forking the project. The framework is model-agnostic and works with tool-calling models from hosted providers, open-weight deployments, or local runtimes. Built on LangGraph, it includes persistence, checkpointing, streaming, and production-oriented orchestration. ...