Problem Statement
The DeepAgent node only supports single-agent execution today. There's no way to delegate specialized work to dedicated sub-agents with their own LLMs and tools. There is also no exposure to advanced configuration of deepagents for power users.
Proposed Solution
Introduce a new DeepAgent Subagent node that connects to a top-level DeepAgent over a deepagent invoke channel. The manager discovers each subagent's description and delegates to it via deepagents' task tool. Each subagent runs with its own LLM and tools, invisible to the manager beyond its description.
Also add a Normal/Advanced Mode toggle to both nodes so new users get a simple Instructions-only UI and power users can override the full system prompt.
Alternatives Considered
No response
Affected Modules
Problem Statement
The DeepAgent node only supports single-agent execution today. There's no way to delegate specialized work to dedicated sub-agents with their own LLMs and tools. There is also no exposure to advanced configuration of deepagents for power users.
Proposed Solution
Introduce a new DeepAgent Subagent node that connects to a top-level DeepAgent over a
deepagentinvoke channel. The manager discovers each subagent's description and delegates to it via deepagents'tasktool. Each subagent runs with its own LLM and tools, invisible to the manager beyond its description.Also add a Normal/Advanced Mode toggle to both nodes so new users get a simple Instructions-only UI and power users can override the full system prompt.
Alternatives Considered
No response
Affected Modules