deepagents is LangChain’s framework for long-horizon coding agents. It accepts a pluggableDocumentation Index
Fetch the complete documentation index at: https://docs.mirage.strukto.ai/llms.txt
Use this file to discover all available pages before exploring further.
backend for filesystem and shell operations, Mirage ships one.
Install
deepagents>=0.4.12. Bring your own LangChain chat model (langchain-anthropic, langchain-openai, etc.).
Usage
Exports
| Symbol | Purpose |
|---|---|
LangchainWorkspace | Backend implementation for deepagents, wires reads, writes, edits, and shell. |
extract_text | Pulls the text content out of LangChain messages. |
build_system_prompt | Generates a system prompt that describes mounted paths to the model. |
Examples
examples/python/agents/langchain/s3_deepagent.py, read-only S3 exploration.