LangChain Launches DeepAgents CLI: Persistent Memory AI for Developers
November 13, 2025 · 2 min read
LangChain has officially launched DeepAgents CLI, a powerful new command-line interface that allows developers to build and run AI agents with persistent memory capabilities. The tool represents a significant advancement in practical AI development, enabling agents to retain knowledge across sessions and build upon previous interactions.
The DeepAgents CLI supports integration with leading language models from both Anthropic and OpenAI, with Anthropic's Claude Sonnet 4 serving as the default model. This dual-model support provides developers with flexibility in choosing the most appropriate AI backbone for their specific use cases, whether for coding assistance, research tasks, or complex agent-based applications.
One of the most compelling features is the persistent memory system, where each agent stores its accumulated knowledge in dedicated memory files. This memory-first protocol ensures that agents can recall information from previous sessions, creating a continuous learning experience that traditional one-off AI interactions lack. The system organizes memories in structured file formats within the /.deepagents/ directory hierarchy.
Developers can create specialized agents for different projects or roles, with the ability to manage multiple agents simultaneously. The CLI includes functionality to list existing agents, create new ones, and reset agents to their default state when needed. This multi-agent capability opens up possibilities for complex workflow automation and specialized task delegation.
The tool includes practical development features like Auto-Accept Edits to streamline the coding process and integrates Tavily for web search capabilities. Configuration is handled through environment variables in a .env file, making deployment straightforward across different development environments.
For enterprise applications, the persistent memory system could revolutionize how organizations deploy AI assistants. Instead of starting from scratch with each interaction, agents can build institutional knowledge over time, potentially transforming how companies approach documentation, onboarding, and knowledge management.
The launch positions LangChain as a key player in the evolving AI development tools landscape, competing with other AI infrastructure providers while leveraging partnerships with major model providers. As AI agents become more sophisticated, tools like DeepAgents CLI will likely become essential components in the developer toolkit for building the next generation of intelligent applications.