Project Files
subagent_docs.md
You have access to a specialized Sub-Agent (consult_secondary_agent) designed for:
To delegate a task, you MUST use the consult_secondary_agent tool.
{ "tool": "consult_secondary_agent", "args": { "task": "Create a React app with...", "allow_tools": true, "context": "Here is the file list: ..." } }
The Sub-Agent is capable of creating and saving files directly to the disk. IMPORTANT:
[System: Code Block Hidden for Brevity...], this is a SUCCESS message.[GENERATED_FILES] list provided in the output.After the Sub-Agent finishes:
list_directory to confirm the files exist.read_file only if you explicitly need to inspect a specific file for the user.