This release is a pre-release and may not be stable for production use.
🧠🤖 Deep Agents
Looking for the JS/TS version? Check out Deep Agents.js.
To help you ship LangChain apps to production faster, check out LangSmith. LangSmith is a unified developer platform for building, testing, and monitoring LLM applications.
Quick Install
pip install docagent
# or
uv add docagent
🤔 What is this?
Using an LLM to call tools in a loop is the simplest form of an agent. This architecture, however, can yield agents that are "shallow" and fail to plan and act over longer, more complex tasks.
Applications like "Deep Research", "Manus", and "Claude Code" have gotten around this limitation by implementing a combination of four things: a planning tool, sub agents, access to a file system, and a detailed prompt.
docagent is a Python package that implements these in a general purpose way so that you can easily create a Deep Agent for your application. For a full overview and quickstart of Deep Agents, the best resource is our docs.
Acknowledgements: This project was primarily inspired by Claude Code, and initially was largely an attempt to see what made Claude Code general purpose, and make it even more so.
📖 Resources
- Documentation — Full documentation
- API Reference — Full SDK reference documentation
- Chat LangChain - Chat interactively with the docs
📕 Releases & Versioning
See our Releases and Versioning policies.
💁 Contributing
As an open-source project in a rapidly developing field, we are extremely open to contributions, whether it be in the form of a new feature, improved infrastructure, or better documentation.
For detailed information on how to contribute, see the Contributing Guide.
Release files for docagentsdk 0.5.0a4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| docagentsdk-0.5.0a4.tar.gz | 109.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| docagentsdk-0.5.0a4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 233.4 kB
Release files / docagentsdk-0.5.0a4.tar.gz
| Download URL | docagentsdk-0.5.0a4.tar.gz |
|---|---|
| Size | 109.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b22e74b25df1a1a052bc7367b670c198ef0f4009a57799afc3998462ed53fe5d
|
|
BLAKE2b-256 checksum How to use checksums |
15fbec92a5a38c9194bd8a8e6508f25b44f1cbecd09e0c7c2448032809a5cbc2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.0
|
Release files / docagentsdk-0.5.0a4-py3-none-any.whl
| Download URL | docagentsdk-0.5.0a4-py3-none-any.whl |
|---|---|
| Size | 123.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
db790b2198043650225c6cb97ad87f84b7f38d589ab9603a1f17bb25ab268c64
|
|
BLAKE2b-256 checksum How to use checksums |
351069d837aa1c2112cb852ae075c13d2157b47473981fb1f9023cdb8f2ad3a4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.0
|