LangChain
DeepAgents v0.2
DeepAgents is an open-source agent framework developed by LangChain, designed to build autonomous, long-running agents capable of handling complex, multi-step tasks. It leverages LangGraph's runtime for durable execution, streaming, and human-in-the-loop features, providing a robust foundation for developing intelligent agents.
Dynamic Subagents vBeta
Dynamic Subagents is a feature within the Deep Agents framework that allows agents to programmatically orchestrate sub-tasks by writing and executing scripts in a lightweight, secure interpreter. This enables agents to perform complex, multi-phase, and conditional workflows—such as fan-out/synthesis or loops—more reliably than standard turn-by-turn tool calling.
OpenWiki v1.0.0
OpenWiki is a CLI-based tool designed to automatically generate and maintain documentation for your codebase, specifically optimized for AI agents. It integrates seamlessly into your development workflow via GitHub Actions to ensure documentation stays current with repository changes. It creates and maintains an 'openwiki/' directory, keeping your codebase documentation fresh and accurate.