Table of Contents

Enum SubagentType

Namespace
JD.AI.Core.Agents
Assembly
JD.AI.Core.dll

Type of subagent with scoped tool access and model preference.

public enum SubagentType

Fields

Explore = 0

Fast codebase analysis — read-only tools, cheap model.

General = 4

Full capability — all tools, same model as parent.

Plan = 2

Create implementation plans — read + search + memory, smart model.

Review = 3

Code review on diffs/files — read + git + search, smart model.

Task = 1

Run commands, report pass/fail — shell + read tools, cheap model.