Table of Contents

Class WellKnownLoadouts

Namespace
JD.AI.Core.Tools
Assembly
JD.AI.Core.dll

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

string

Developer

Developer-oriented tools: minimal + git, github, search, analysis, memory.

public const string Developer = "developer"

Field Value

string

Full

All registered tool categories.

public const string Full = "full"

Field Value

string

Minimal

Bare-minimum tools: filesystem, shell, and think.

public const string Minimal = "minimal"

Field Value

string

Research

Research-oriented tools: minimal + search, web, memory, multimodal.

public const string Research = "research"

Field Value

string