Class WellKnownLoadouts
Well-known loadout names provided by the built-in ToolLoadoutRegistry.
public static class WellKnownLoadouts
- Inheritance
-
WellKnownLoadouts
- Inherited Members
Fields
DevOps
DevOps-oriented tools: minimal + git, network, scheduling.
public const string DevOps = "devops"
Field Value
Developer
Developer-oriented tools: minimal + git, github, search, analysis, memory.
public const string Developer = "developer"
Field Value
Full
All registered tool categories.
public const string Full = "full"
Field Value
Minimal
Bare-minimum tools: filesystem, shell, and think.
public const string Minimal = "minimal"
Field Value
Research
Research-oriented tools: minimal + search, web, memory, multimodal.
public const string Research = "research"