{
  "id": "python-async-concurrency-reliability-agent",
  "name": "Python Async and Concurrency Reliability Agent",
  "version": "0.1.0",
  "type": "agent",
  "provider": "python",
  "harnesses": [
    "codex",
    "copilot",
    "claude-code",
    "cursor",
    "gemini",
    "kiro"
  ],
  "summary": "Static review of Python asyncio reliability: blocking calls that stall the event loop, cancellation correctness, missing timeouts on external awaits, task lifecycle and structured concurrency, backpressure on unbounded fan-out, and context propagation across executor and thread boundaries. Reads source only; never runs code or measures timing.",
  "source_type": "original",
  "official_docs": [
    "https://docs.python.org/3/library/asyncio-task.html",
    "https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.loop.run_in_executor",
    "https://docs.python.org/3/library/asyncio-task.html#timeouts",
    "https://docs.python.org/3/library/asyncio-task.html#task-groups"
  ],
  "security_notes": "Static review only — reads Python async source and sanitized configuration to locate event-loop blocking, cancellation, timeout, and backpressure defects; never runs the service, never starts an event loop, and never measures actual latency, throughput, or deadlock behavior. A timing or throughput claim not derivable from the source is flagged as needing measurement rather than asserted. Never requests secrets, credentials, or a live connection.",
  "last_verified": "2026-07-26",
  "path": "agents/python/python-async-concurrency-reliability-agent/",
  "harness_variants": {
    "codex": "agents/python/python-async-concurrency-reliability-agent/harnesses/codex.toml",
    "copilot": "agents/python/python-async-concurrency-reliability-agent/harnesses/copilot.agent.md",
    "claude-code": "agents/python/python-async-concurrency-reliability-agent/harnesses/claude-code.agent.md",
    "cursor": "agents/python/python-async-concurrency-reliability-agent/harnesses/cursor.agent.md",
    "gemini": "agents/python/python-async-concurrency-reliability-agent/harnesses/gemini.agent.md",
    "kiro-ide": "agents/python/python-async-concurrency-reliability-agent/harnesses/kiro-ide.agent.md",
    "kiro-cli": "agents/python/python-async-concurrency-reliability-agent/harnesses/kiro-cli.agent.json"
  },
  "companion_skills": [
    "python-async-concurrency-reliability"
  ],
  "execution_tier": "static-review",
  "lifecycle": "experimental",
  "author": "github: VincentChuWaiChow"
}
