II.
Capability JSON
Structured · livecapability:supports-prompt-templates
Supports prompt templates json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "capability:supports-prompt-templates",
"_kind": "Capability",
"_file": "capabilities/capabilities/harness-capabilities.yaml",
"_cluster": "capabilities",
"attributes": {
"displayName": "Supports prompt templates",
"description": "The agent harness includes a parameterized prompt-template system\nfor composing system prompts, tool descriptions, and injected\ncontext. Templates are resolved at session start and may be\ncustomized per mode or configuration.\n",
"appliesToNodeKinds": [
"AgentVersion",
"AgentPlatformImpl"
],
"category": "skills"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-platform-impl:pi.platform@current",
"to": "capability:supports-prompt-templates",
"kind": "supports",
"attributes": {
"versionRange": ">=0.0.0",
"level": "full",
"notes": "Harness includes parameterized prompt-template system for system\nprompts, tool descriptions, and context injection.\n"
}
},
{
"from": "agentVersion:pi:ge-0-0-0",
"to": "capability:supports-prompt-templates",
"kind": "supports",
"attributes": {
"versionRange": ">=0.0.0",
"level": "full",
"notes": "Parameterized prompt-template system for system prompts,\ntool descriptions, and context injection.\n"
}
}
]
}