deepagents
https://github.com/langchain-ai/deepagents
Python
Deep Agents is an agent harness built on langchain and langgraph. Deep Agents are equipped with a planning tool, a filesystem backend, and the ability to spawn subagents - making them well-equipped to handle complex agentic tasks.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported1 Subscribers
Add a CodeTriage badge to deepagents
Help out
- Issues
- `_process_large_message` Hardcoded Path Fails with Non-Virtual Backends
- Pydantic warning when using `FilesystemMiddleware` with non-empty context
- fix(sdk): `FileSystemMiddleware` relative path handling
- Improve `FilesystemMiddleware` to support `"include_tools"` and `"root_dir_state_var"`
- feat(cli): add push/pull/agents commands for remote agent profiles
- Support lazy loading / progressive disclosure of MCP tools based on selected Skill
- `SubAgentMiddleware` raises `KeyError: 'system_prompt'` when using `create_deep_agent`
- Show subagents with `graph.get_graph().draw_mermaid_png()`?
- Copy the message content to clipboard
- Simplify Backend interface for middleware contexts
- Docs
- Python not yet supported