| LangChain Reference home page | https://reference.langchain.com/ |
| GitHub | https://github.com/langchain-ai |
| Main Docs | https://docs.langchain.com/oss/python/deepagents |
| Deep Agents | https://reference.langchain.com/python/deepagents |
| LangChain | https://reference.langchain.com/python/langchain/overview |
| LangGraph | https://reference.langchain.com/python/langgraph/overview |
| Integrations | https://reference.langchain.com/python/integrations/overview |
| LangSmith | https://reference.langchain.com/python/langsmith |
| Deep Agents Code | https://reference.langchain.com/python/deepagents-code |
| Deep Agents Code | https://reference.langchain.com/python/deepagents-code |
| deepagents-code | https://reference.langchain.com/python/deepagents-code |
| View source on GitHub | https://github.com/langchain-ai/deepagents/blob/019900734024a7665fd65bd75235c6307d5da003/libs/code/deepagents_code/tools_commands.py |
| attributeOutputFormat: Literal['text', 'json']Accepted internal output modes for CLI subcommands. | https://reference.langchain.com/python/deepagents-code/output/OutputFormat |
| attributelogger | https://reference.langchain.com/python/deepagents-code/tools_commands/logger |
| attributeInstallStatus: Literal['ok', 'skipped', 'error']Stable machine token for the tools install outcome, surfaced via --json.
ok (installed or already current), skipped (intentional opt-out), and
error (an install was expected but failed). Only error is unhealthy, so it
alone drives a non-zero exit code. | https://reference.langchain.com/python/deepagents-code/tools_commands/InstallStatus |
| functionwrite_jsonWrite a JSON envelope to stdout and flush.
The envelope is a single-line JSON object with a stable schema:
{"schema_version": 1, "command": "...", "data": ...} | https://reference.langchain.com/python/deepagents-code/output/write_json |
| functionrun_tools_commandDispatch a dcode tools subcommand. | https://reference.langchain.com/python/deepagents-code/tools_commands/run_tools_command |
| classToolCatalogEverything dcode tools list needs to render, in display order. | https://reference.langchain.com/python/deepagents-code/tool_catalog/ToolCatalog |
| classUnavailableServerAn MCP server that was discovered but currently exposes no tools. | https://reference.langchain.com/python/deepagents-code/tool_catalog/UnavailableServer |