II.
AgentProduct JSON
Structured · liveagent:sweep-ai
Sweep AI json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent:sweep-ai",
"_kind": "AgentProduct",
"_file": "agent-stack/products/orchestration-products-extended.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Sweep AI",
"vendor": "Sweep AI, Inc.",
"homepageUrl": "https://sweep.dev/",
"primarySurface": "web",
"supportTier": "none",
"productKind": "web-agent",
"stackScope": "full",
"description": "Sweep AI is an AI junior developer that takes GitHub issues and\nautonomously creates pull requests. It polls for new issues, plans\ncode changes, creates isolated branches, implements the fix or\nfeature, and opens a PR with generated description linking back\nto the originating issue. Designed for low-complexity tickets\nthat benefit from automated triage-to-PR workflows.\n"
},
"outgoingEdges": [
{
"from": "agent:sweep-ai",
"to": "agent-version:sweep-ai@current",
"kind": "has_version"
},
{
"from": "agent:sweep-ai",
"to": "skill-area:ai-agent-development",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "agent:sweep-ai",
"to": "skill-area:ci-cd",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "agent:sweep-ai",
"to": "topic:agent-orchestration-products",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "agent:sweep-ai",
"to": "topic:agent-dispatch",
"kind": "integrates_with",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-version:sweep-ai@current",
"to": "agent:sweep-ai",
"kind": "version_of"
},
{
"from": "agent-core-impl:sweep-ai.core@current",
"to": "agent:sweep-ai",
"kind": "composes",
"attributes": {
"role": "core"
}
},
{
"from": "platform:krate",
"to": "agent:sweep-ai",
"kind": "hosts",
"attributes": {
"notes": "Sweep AI agents dispatch into Krate-managed repositories"
}
},
{
"from": "claim:sweep-ai-creates-prs",
"to": "agent:sweep-ai",
"kind": "asserts_about"
}
]
}