Returns the specified agent: its metadata (name, description,
permissions, runtime, extras) plus the parsed
file tree (system prompt, tools, subagents, skills) at the
latest commit. Pass include_files=true to also receive the
raw file map.
Responses include system_prompt and instructions with the
same value; instructions is deprecated.
Documentation Index
Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
Use this file to discover all available pages before exploring further.
Agent ID
Include the raw file map in the response
OK
READ, RUN, WRITE Raw file map. Returned only when include_files=true.
Deprecated: use system_prompt. Echoed alongside system_prompt with
the same value for backwards compatibility.
Skills parsed from skills/<name>/SKILL.md and supporting files.
Subagents parsed from subagents/<name>/AGENTS.md + subagents/<name>/tools.json.
Agent system prompt parsed from AGENTS.md.
Tool config parsed from tools.json.