{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_swe_agent",
  "slug": "swe-agent",
  "name": "SWE-agent",
  "canonical_url": "https://www.openagent.bot/agents/swe-agent",
  "category": "agents",
  "resource_type": "agent",
  "summary": "SWE-agent is an open-source autonomous coding agent that takes GitHub issues as input and produces pull request fixes using large language models. It achieves state-of-the-art results on the SWE-bench benchmark and provides a configurable agent-computer interface (ACI) for optimizing how LLMs interact with development environments.",
  "capabilities": [
    "workflow-orchestration"
  ],
  "constraints": [
    "open-source"
  ],
  "scenarios": [
    "developer-workflow"
  ],
  "deployment_modes": [
    "cloud"
  ],
  "interfaces": [
    "repo",
    "docs"
  ],
  "integrations": [],
  "permission_surface": [
    "shell/files"
  ],
  "risk_level": "moderate",
  "source_confidence": "high",
  "recommended_workflows": [
    "Coding agent workflow"
  ],
  "avoid_when": [
    "Developers who need interactive, conversational coding assistance",
    "Teams looking for a production-ready CI/CD integration for automated bug fixing"
  ],
  "primary_actions": [
    "Inspect repository",
    "Open Homepage",
    "Read setup docs",
    "Install SWE-agent"
  ],
  "evidence_urls": [
    "https://github.com/SWE-agent/SWE-agent",
    "https://swe-agent.com",
    "https://swe-agent.com/docs"
  ],
  "last_verified_at": "2026-05-27",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/agents/swe-agent.json",
    "markdown_url": "https://www.openagent.bot/agents/swe-agent.md",
    "agent_json_url": "https://www.openagent.bot/agents/swe-agent.agent.json"
  }
}