AgentCatalogEntryKind
Closed set of catalog entry kinds. New kinds should be added here only when there is a clear semantic distinction, not to model variants of an existing kind.
Properties
string
"agent""skill""mcp_server""prompt""runtime_policy"
View JSON Schema
{
"type": "string",
"description": "Closed set of catalog entry kinds. New kinds should be added here only\nwhen there is a clear semantic distinction, not to model variants of an\nexisting kind.",
"enum": [
"agent",
"skill",
"mcp_server",
"prompt",
"runtime_policy"
]
}