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.
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.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.[GENERATED_FILES] list provided in the output.{
"tool": "consult_secondary_agent",
"args": {
"task": "Create a React app with...",
"allow_tools": true,
"context": "Here is the file list: ..."
}
}
Forked from beledarian/beledarians-lm-studio-tools