II.
AgentProduct JSON
Structured · liveagent:aider
Aider json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent:aider",
"_kind": "AgentProduct",
"_file": "agent-stack/products/extended-products.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Aider",
"vendor": "Aider (Paul Gauthier / community)",
"homepageUrl": "https://aider.chat/",
"primarySurface": "cli",
"supportTier": "none",
"productKind": "full-cli-agent",
"stackScope": "full",
"description": "Aider is an open-source AI pair programmer that runs in a terminal.\nIt edits code in a local git repository, supports many model\nbackends (OpenAI, Anthropic, Gemini, local Ollama), and auto-commits\neach change.\n"
},
"outgoingEdges": [
{
"from": "agent:aider",
"to": "agent-version:aider@current",
"kind": "has_version"
}
],
"incomingEdges": [
{
"from": "agent-version:aider@current",
"to": "agent:aider",
"kind": "version_of"
},
{
"from": "platform:krate",
"to": "agent:aider",
"kind": "hosts",
"attributes": {
"notes": "Aider agents dispatch into Krate-managed repositories"
}
},
{
"from": "claim:aider-has-version",
"to": "agent:aider",
"kind": "asserts_about"
},
{
"from": "claim:aider-has-plugin-target",
"to": "agent:aider",
"kind": "asserts_about"
},
{
"from": "plugin-target:aider",
"to": "agent:aider",
"kind": "hosted_by",
"attributes": {}
},
{
"from": "scope-boundary:aider.scope",
"to": "agent:aider",
"kind": "bounds_subject"
}
]
}