{
  "project_id": "jwadow/kiro-gateway",
  "repo": "jwadow/kiro-gateway",
  "name": "kiro-gateway",
  "github_url": "https://github.com/jwadow/kiro-gateway",
  "homepage_url": null,
  "language": "Python",
  "license": "AGPL-3.0",
  "project_kind": "project",
  "category": [
    "coding_agent"
  ],
  "tags": [
    "ai",
    "anthropic",
    "api-gateway",
    "aws",
    "claude",
    "codewhisperer",
    "fastapi",
    "free",
    "kiro",
    "kiro-cli",
    "llm",
    "openai",
    "openclaw",
    "opencode",
    "opus",
    "proxy",
    "python",
    "sonnet",
    "sso",
    "streaming"
  ],
  "description": "👻 Proxy API gateway for Kiro IDE & CLI (Amazon Q Developer / AWS CodeWhisperer). Use free Claude models with any client.",
  "overview": "Use jwadow/kiro-gateway when the user needs a coding agent project with docker, library-only, local deployment options.",
  "alternatives": [],
  "related": [
    {
      "repo": "kstevica/captain-claw",
      "reason": "Related to jwadow/kiro-gateway through coding agent category and docker deployment."
    },
    {
      "repo": "askalf/dario",
      "reason": "Related to jwadow/kiro-gateway through coding agent category and docker deployment."
    },
    {
      "repo": "kittors/CliRelay",
      "reason": "Related to jwadow/kiro-gateway through coding agent category and docker deployment."
    },
    {
      "repo": "agentforce314/clawcodex",
      "reason": "Related to jwadow/kiro-gateway through coding agent category and library_only deployment."
    },
    {
      "repo": "Aider-AI/aider",
      "reason": "Related to jwadow/kiro-gateway through coding agent category and docker deployment."
    },
    {
      "repo": "Nano-Collective/nanocoder",
      "reason": "Related to jwadow/kiro-gateway through coding agent category and docker deployment."
    },
    {
      "repo": "generalaction/emdash",
      "reason": "Related to jwadow/kiro-gateway through coding agent category and docker deployment."
    },
    {
      "repo": "OpenHands/OpenHands",
      "reason": "Related to jwadow/kiro-gateway through coding agent category and docker deployment."
    }
  ],
  "dependencies": [
    "LLM provider"
  ],
  "deployments": [
    "docker",
    "library_only",
    "local",
    "cloud"
  ],
  "difficulty": "beginner",
  "cloudflare_ready": false,
  "use_cases": [
    "build AI coding assistants",
    "automate developer workflows",
    "integrate codebase-aware agents"
  ],
  "not_good_for": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product"
  ],
  "classification": {
    "category": {
      "confidence": "medium",
      "evidence": [
        "Matched \"ide\" in metadata."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "Found Docker configuration file.",
        "Matched \"pip install\" in repository content.",
        "Local usage is assumed for open source repositories unless contradicted."
      ]
    },
    "difficulty": {
      "confidence": "medium",
      "evidence": [
        "Repository has under 10k stars, so complexity is treated conservatively."
      ]
    },
    "cloudflare_ready": {
      "confidence": "high",
      "evidence": [
        "Runtime blocker: python.",
        "No Cloudflare deployment signal detected.",
        "No wrangler.toml found in inspected repository files."
      ]
    }
  },
  "quality_signals": {
    "stars": 2217,
    "recent_commits": 0,
    "contributors": 9,
    "issue_response_time_hours": null,
    "release_frequency_180d": 0
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "estimated",
    "commits_30d": "complete",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 13,
  "agent_score": 60,
  "score": 70,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 8,
    "deployment": 90,
    "popularity": 67,
    "community": 54
  },
  "git_top_score": 70,
  "git_top_score_breakdown": {
    "community": 100,
    "maintenance": 5,
    "documentation": 84,
    "stability": 55,
    "adoption": 100,
    "agent_readability": 90
  },
  "summary": {
    "tl_dr": "Use jwadow/kiro-gateway when the user needs a coding agent project with docker, library-only, local deployment options.",
    "purpose": "Use jwadow/kiro-gateway when the user needs a coding agent project with docker, library-only, local deployment options.",
    "install": "Run with Docker using the repository's container instructions.",
    "inputs": [
      "coding task",
      "repo context",
      "tool permissions"
    ],
    "outputs": [
      "code changes",
      "patches",
      "developer assistant actions"
    ],
    "good_for": [
      "build AI coding assistants",
      "automate developer workflows",
      "integrate codebase-aware agents",
      "software engineering tasks",
      "code editing",
      "repo automation"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "static documentation sites",
      "non-code workflows"
    ],
    "deployment": [
      "docker",
      "library_only",
      "local",
      "cloud"
    ],
    "alternatives": []
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "medium",
        "evidence": [
          "Matched \"ide\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Found Docker configuration file.",
          "Matched \"pip install\" in repository content.",
          "Local usage is assumed for open source repositories unless contradicted."
        ]
      },
      "difficulty": {
        "confidence": "medium",
        "evidence": [
          "Repository has under 10k stars, so complexity is treated conservatively."
        ]
      },
      "cloudflare_ready": {
        "confidence": "high",
        "evidence": [
          "Runtime blocker: python.",
          "No Cloudflare deployment signal detected.",
          "No wrangler.toml found in inspected repository files."
        ]
      }
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "estimated",
      "commits_30d": "complete",
      "releases_180d": "complete",
      "contributors_90d": "complete"
    },
    "source_fields": [
      "project.description",
      "project.topics",
      "project.language",
      "project.license",
      "agent_card.summary_for_agent",
      "agent_card.use_cases",
      "agent_card.deployment",
      "agent_card.classification",
      "metrics"
    ],
    "caveats": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "Partial or estimated quality signals: stars30dDelta."
    ],
    "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
    "last_verified_at": "2026-08-17T03:00:15.968Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product",
    "Partial or estimated quality signals: stars30dDelta."
  ],
  "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
  "source_fields": [
    "project.description",
    "project.topics",
    "project.language",
    "project.license",
    "agent_card.summary_for_agent",
    "agent_card.use_cases",
    "agent_card.deployment",
    "agent_card.classification",
    "metrics"
  ],
  "last_verified_at": "2026-08-17T03:00:15.968Z",
  "knowledge": {
    "project": {
      "id": "jwadow/kiro-gateway",
      "owner": "jwadow",
      "name": "kiro-gateway",
      "full_name": "jwadow/kiro-gateway",
      "github_url": "https://github.com/jwadow/kiro-gateway",
      "homepage_url": null,
      "description": "👻 Proxy API gateway for Kiro IDE & CLI (Amazon Q Developer / AWS CodeWhisperer). Use free Claude models with any client.",
      "language": "Python",
      "topics": [
        "ai",
        "anthropic",
        "api-gateway",
        "aws",
        "claude",
        "codewhisperer",
        "fastapi",
        "free",
        "kiro",
        "kiro-cli",
        "llm",
        "openai",
        "openclaw",
        "opencode",
        "opus",
        "proxy",
        "python",
        "sonnet",
        "sso",
        "streaming"
      ],
      "license": "AGPL-3.0",
      "stars": 2217,
      "forks": 535,
      "open_issues": 97,
      "default_branch": "main",
      "created_at": "2025-12-13T00:36:49Z",
      "updated_at": "2026-08-16T19:18:38Z",
      "pushed_at": "2026-05-18T19:35:19Z",
      "synced_at": "2026-08-17T03:00:15.968Z"
    },
    "agent_card": {
      "project_id": "jwadow/kiro-gateway",
      "project_kind": "project",
      "category": "coding_agent",
      "difficulty": "beginner",
      "deployment": [
        "docker",
        "library_only",
        "local",
        "cloud"
      ],
      "cloudflare_ready": false,
      "use_cases": [
        "build AI coding assistants",
        "automate developer workflows",
        "integrate codebase-aware agents"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "alternatives": [],
      "summary_for_agent": "Use jwadow/kiro-gateway when the user needs a coding agent project with docker, library-only, local deployment options.",
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"ide\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Found Docker configuration file.",
            "Matched \"pip install\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: python.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-08-17T03:00:15.968Z"
    },
    "metrics": {
      "project_id": "jwadow/kiro-gateway",
      "stars_30d_delta": 269,
      "commits_30d": 0,
      "releases_180d": 0,
      "contributors_90d": 9,
      "issue_first_response_median_hours": null,
      "recent_push_days": 90,
      "git_score": 13,
      "maintenance_score": 8,
      "signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-08-17T03:00:15.968Z"
    }
  },
  "resolved_from": {
    "requested_id": "jwadow/kiro-gateway",
    "resolved_id": "jwadow/kiro-gateway",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1152,
    "generated_at": "2026-08-17T04:06:57.037Z",
    "snapshot_id": "d1:1152:2026-08-17T04:00:24.343Z",
    "latest_synced_at": "2026-08-17T04:00:24.343Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}