iiRecord
Agentic AI Atlas · Sweep
tool:sweepa5c.ai
II.
Tool JSON

tool:sweep

Structured · live

Sweep json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/agent-dev-tools.yamlCluster · domain
Record JSON
{
  "id": "tool:sweep",
  "_kind": "Tool",
  "_file": "domain/tools/agent-dev-tools.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Sweep",
    "homepageUrl": "https://github.com/sweepai/sweep",
    "kind": "other",
    "description": "AI developer that turns GitHub issues into pull requests. Reads the\ncodebase, plans changes, writes code, and handles reviewer feedback\nin an automated loop. Specializes in small- to medium-sized tasks\nlike bug fixes, feature additions, and refactors that can be fully\nspecified in an issue description. Integrates via GitHub App.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:sweep",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:sweep",
      "to": "skill-area:ai-agent-development",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:sweep",
      "to": "skill-area:bug-fixing-from-issues",
      "kind": "tool_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool:aider",
      "to": "tool:sweep",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "AI coding agents"
      }
    }
  ]
}