{
  "project_id": "kittors/CliRelay",
  "repo": "kittors/CliRelay",
  "name": "CliRelay",
  "github_url": "https://github.com/kittors/CliRelay",
  "homepage_url": null,
  "language": "Go",
  "license": "MIT",
  "project_kind": "project",
  "category": [
    "coding_agent"
  ],
  "tags": [
    "ai-gateway",
    "anthropic",
    "api-gateway",
    "claude-code",
    "gemini-cli",
    "go",
    "llm",
    "llm-proxy",
    "multi-tenant",
    "openai",
    "openai-codex",
    "self-hosted"
  ],
  "description": "Self-hosted AI gateway for coding CLIs — one OpenAI/Claude/Gemini/Codex-compatible endpoint, with a multi-tenant web console, request logs, and spend quotas.",
  "overview": "Use kittors/CliRelay when the user needs a coding agent project with docker, library-only, local deployment options.",
  "alternatives": [],
  "related": [
    {
      "repo": "askalf/dario",
      "reason": "Related to kittors/CliRelay through coding agent category and docker deployment."
    },
    {
      "repo": "agentforce314/clawcodex",
      "reason": "Related to kittors/CliRelay through coding agent category and library_only deployment."
    },
    {
      "repo": "kstevica/captain-claw",
      "reason": "Related to kittors/CliRelay through coding agent category and docker deployment."
    },
    {
      "repo": "Aider-AI/aider",
      "reason": "Related to kittors/CliRelay through coding agent category and docker deployment."
    },
    {
      "repo": "generalaction/emdash",
      "reason": "Related to kittors/CliRelay through coding agent category and docker deployment."
    },
    {
      "repo": "Nano-Collective/nanocoder",
      "reason": "Related to kittors/CliRelay through coding agent category and docker deployment."
    },
    {
      "repo": "fabiojbg/LLMApiGateway",
      "reason": "Related to kittors/CliRelay through coding agent category and docker deployment."
    },
    {
      "repo": "ollama/ollama",
      "reason": "Related to kittors/CliRelay 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": "high",
      "evidence": [
        "Matched \"ide\" in repository content.",
        "Matched \"cline\" in repository content."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "Found Docker configuration file.",
        "Matched \"library\" 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: postgres.",
        "No Cloudflare deployment signal detected.",
        "No wrangler.toml found in inspected repository files."
      ]
    }
  },
  "quality_signals": {
    "stars": 881,
    "recent_commits": 100,
    "contributors": 98,
    "issue_response_time_hours": null,
    "release_frequency_180d": 31
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "estimated",
    "commits_30d": "partial",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 48,
  "agent_score": 83,
  "score": 90,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 76,
    "deployment": 90,
    "popularity": 59,
    "community": 100
  },
  "git_top_score": 90,
  "git_top_score_breakdown": {
    "community": 100,
    "maintenance": 84,
    "documentation": 84,
    "stability": 100,
    "adoption": 85,
    "agent_readability": 90
  },
  "summary": {
    "tl_dr": "Use kittors/CliRelay when the user needs a coding agent project with docker, library-only, local deployment options.",
    "purpose": "Use kittors/CliRelay 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": "high",
        "evidence": [
          "Matched \"ide\" in repository content.",
          "Matched \"cline\" in repository content."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Found Docker configuration file.",
          "Matched \"library\" 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: postgres.",
          "No Cloudflare deployment signal detected.",
          "No wrangler.toml found in inspected repository files."
        ]
      }
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "estimated",
      "commits_30d": "partial",
      "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, commits30d."
    ],
    "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
    "last_verified_at": "2026-08-04T16:00:11.508Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product",
    "Partial or estimated quality signals: stars30dDelta, commits30d."
  ],
  "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-04T16:00:11.508Z",
  "knowledge": {
    "project": {
      "id": "kittors/CliRelay",
      "owner": "kittors",
      "name": "CliRelay",
      "full_name": "kittors/CliRelay",
      "github_url": "https://github.com/kittors/CliRelay",
      "homepage_url": null,
      "description": "Self-hosted AI gateway for coding CLIs — one OpenAI/Claude/Gemini/Codex-compatible endpoint, with a multi-tenant web console, request logs, and spend quotas.",
      "language": "Go",
      "topics": [
        "ai-gateway",
        "anthropic",
        "api-gateway",
        "claude-code",
        "gemini-cli",
        "go",
        "llm",
        "llm-proxy",
        "multi-tenant",
        "openai",
        "openai-codex",
        "self-hosted"
      ],
      "license": "MIT",
      "stars": 881,
      "forks": 97,
      "open_issues": 16,
      "default_branch": "main",
      "created_at": "2026-02-27T01:35:42Z",
      "updated_at": "2026-08-04T09:41:04Z",
      "pushed_at": "2026-08-04T09:46:00Z",
      "synced_at": "2026-08-04T16:00:11.508Z"
    },
    "agent_card": {
      "project_id": "kittors/CliRelay",
      "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 kittors/CliRelay when the user needs a coding agent project with docker, library-only, local deployment options.",
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"ide\" in repository content.",
            "Matched \"cline\" in repository content."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Found Docker configuration file.",
            "Matched \"library\" 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: postgres.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-08-04T16:00:11.508Z"
    },
    "metrics": {
      "project_id": "kittors/CliRelay",
      "stars_30d_delta": 167,
      "commits_30d": 100,
      "releases_180d": 31,
      "contributors_90d": 98,
      "issue_first_response_median_hours": null,
      "recent_push_days": 0,
      "git_score": 48,
      "maintenance_score": 76,
      "signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "partial",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-08-04T16:00:11.508Z"
    }
  },
  "resolved_from": {
    "requested_id": "kittors/CliRelay",
    "resolved_id": "kittors/CliRelay",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1044,
    "generated_at": "2026-08-04T19:09:04.984Z",
    "snapshot_id": "d1:1044:2026-08-04T19:00:28.246Z",
    "latest_synced_at": "2026-08-04T19:00:28.246Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}