{
  "query": {
    "use_case": "choose projects for LLM Gateway Ecosystem",
    "deployment": "cloudflare",
    "category": "llm_gateway"
  },
  "recommendations": [
    {
      "project_id": "Devansh-365/freellm",
      "repo": "Devansh-365/freellm",
      "name": "freellm",
      "github_url": "https://github.com/Devansh-365/freellm",
      "homepage_url": "https://freellms.vercel.app",
      "language": "TypeScript",
      "license": "MIT",
      "project_kind": "project",
      "category": [
        "llm_gateway"
      ],
      "tags": [
        "api-gateway",
        "cerebras",
        "circuit-breaker",
        "free-api",
        "gemini",
        "groq",
        "llm",
        "llm-gateway",
        "mistral",
        "nvidia",
        "ollama",
        "openai-api",
        "openai-compatible",
        "rate-limiting"
      ],
      "description": " OpenAI-compatible gateway aggregating 8 free LLM providers with automatic failover, circuit breakers, and smart routing. 32+ models, zero cost.",
      "overview": "Use Devansh-365/freellm when the user needs a llm gateway project with docker, cloudflare, serverless deployment options.",
      "alternatives": [
        {
          "repo": "off-grid-ai/OGAD",
          "reason": "Same llm gateway intent with llm_gateway overlap."
        },
        {
          "repo": "Hal0ai/hal0",
          "reason": "Same llm gateway intent with llm_gateway overlap."
        },
        {
          "repo": "frieser/antigravity-proxy",
          "reason": "Same llm gateway intent with llm_gateway overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "Cloudflare Workers",
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "cloudflare",
        "serverless",
        "vercel",
        "library_only",
        "local"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": false,
      "use_cases": [
        "route LLM requests",
        "standardize model provider access",
        "add gateway-level controls"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"gateway\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Found Docker configuration file.",
            "Matched \"cloudflare workers\" in repository content.",
            "Matched \"vercel\" in repository content.",
            "Matched \"serverless\" in repository content.",
            "Matched \"npm install\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Cloudflare deployment path suggests a guided serverless setup."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Cloudflare signal: cloudflare workers.",
            "Runtime blocker: python."
          ]
        }
      },
      "quality_signals": {
        "stars": 62,
        "recent_commits": 0,
        "contributors": 1,
        "issue_response_time_hours": null,
        "release_frequency_180d": 7
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 36,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 13,
      "agent_score": 59,
      "score": 24,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 21,
        "deployment": 100,
        "popularity": 36,
        "community": 46
      },
      "git_top_score": 68,
      "git_top_score_breakdown": {
        "community": 63,
        "maintenance": 26,
        "documentation": 92,
        "stability": 85,
        "adoption": 50,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-16T03:30:52.080Z",
        "signals": {
          "activity": {
            "status": "observed",
            "source": "github_metadata",
            "evidence": [
              "project.pushed_at",
              "metrics.recent_push_days"
            ]
          },
          "license": {
            "status": "observed",
            "source": "github_metadata",
            "evidence": [
              "project.license"
            ]
          },
          "documentation": {
            "status": "observed",
            "source": "github_metadata",
            "evidence": [
              "project.description"
            ]
          },
          "runtime": {
            "status": "inferred",
            "source": "git_top_heuristic",
            "evidence": [
              "agent_card.deployment",
              "agent_card.cloudflare_ready"
            ]
          },
          "install": {
            "status": "not_run",
            "source": "git_top_runtime",
            "evidence": [
              "installation/build probe is not enabled"
            ]
          },
          "security": {
            "status": "not_run",
            "source": "git_top_runtime",
            "evidence": [
              "dependency/security scan is not enabled"
            ]
          },
          "mcp": {
            "status": "not_applicable",
            "source": "git_top_runtime",
            "evidence": [
              "project is not classified as mcp_server"
            ]
          }
        },
        "coverage": {
          "observed": 3,
          "inferred": 1,
          "not_run": 2,
          "unknown": 0
        },
        "next_steps": [
          "Run an installation/build probe before production adoption.",
          "Run a dependency and security scan before treating the score as a trust claim."
        ]
      },
      "summary": {
        "tl_dr": "Use Devansh-365/freellm when the user needs a llm gateway project with docker, cloudflare, serverless deployment options.",
        "purpose": "Use Devansh-365/freellm when the user needs a llm gateway project with docker, cloudflare, serverless deployment options.",
        "install": "Deploy on Cloudflare Workers using the repository's deployment instructions.",
        "inputs": [
          "model requests",
          "routing config",
          "provider credentials"
        ],
        "outputs": [
          "proxied completions",
          "routed responses",
          "usage metrics"
        ],
        "good_for": [
          "route LLM requests",
          "standardize model provider access",
          "add gateway-level controls",
          "model routing",
          "provider abstraction",
          "LLM proxying"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "local-only inference",
          "non-LLM services"
        ],
        "deployment": [
          "docker",
          "cloudflare",
          "serverless",
          "vercel",
          "library_only",
          "local"
        ],
        "alternatives": [
          {
            "repo": "off-grid-ai/OGAD",
            "reason": "Same llm gateway intent with llm_gateway overlap."
          },
          {
            "repo": "Hal0ai/hal0",
            "reason": "Same llm gateway intent with llm_gateway overlap."
          },
          {
            "repo": "frieser/antigravity-proxy",
            "reason": "Same llm gateway intent with llm_gateway overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"gateway\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Found Docker configuration file.",
              "Matched \"cloudflare workers\" in repository content.",
              "Matched \"vercel\" in repository content.",
              "Matched \"serverless\" in repository content.",
              "Matched \"npm install\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "Cloudflare deployment path suggests a guided serverless setup."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Cloudflare signal: cloudflare workers.",
              "Runtime blocker: python."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 36,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-16T03:30:52.080Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "source_fields": [
          "agent_card.classification",
          "agent_card.deployment",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "metrics",
          "project.description",
          "project.language",
          "project.license",
          "project.topics",
          "recommendation.constraints",
          "recommendation.query",
          "recommendation.ranking_signals",
          "verification.signals"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "Independent installation, security, or runtime probes have not been run for this project.",
          "Low recommendation confidence; use as a discovery lead, not a final choice.",
          "Maintenance signal is weak; inspect recent commits, releases, and issues.",
          "Use-case overlap is weak in indexed text.",
          "users expecting a complete hosted product"
        ],
        "recommendation_reasons": [
          "Use Devansh-365/freellm when the user needs a llm gateway project with docker, cloudflare, serverless deployment options.",
          "Use-case match is 33/100 for \"choose projects for LLM Gateway Ecosystem\".",
          "It matches the requested cloudflare deployment target.",
          "It is classified as llm_gateway.",
          "Ranking signals: community 13/100, maintenance 21/100."
        ],
        "ranking_signals": {
          "use_case_match": 33,
          "community": 13,
          "maintenance": 21,
          "readiness": 60,
          "license_fit": 0
        },
        "matched_constraints": {
          "deployment": "cloudflare",
          "category": "llm_gateway"
        },
        "unmatched_constraints": {},
        "confidence_reason": "Low confidence because the recommendation score is 24/100, use-case match is 33/100, or constraints are weakly matched; Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "last_verified_at": "2026-09-16T03:30:52.080Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "Independent installation, security, or runtime probes have not been run for this project.",
        "Low recommendation confidence; use as a discovery lead, not a final choice.",
        "Maintenance signal is weak; inspect recent commits, releases, and issues.",
        "Use-case overlap is weak in indexed text.",
        "users expecting a complete hosted product"
      ],
      "confidence_reason": "Low confidence because the recommendation score is 24/100, use-case match is 33/100, or constraints are weakly matched; Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
      "source_fields": [
        "agent_card.classification",
        "agent_card.deployment",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "metrics",
        "project.description",
        "project.language",
        "project.license",
        "project.topics",
        "recommendation.constraints",
        "recommendation.query",
        "recommendation.ranking_signals",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-16T03:30:52.080Z",
      "reason": "Use Devansh-365/freellm when the user needs a llm gateway project with docker, cloudflare, serverless deployment options. Use-case match is 33/100 for \"choose projects for LLM Gateway Ecosystem\". It matches the requested cloudflare deployment target. It is classified as llm_gateway. Ranking signals: community 13/100, maintenance 21/100.",
      "reasons": [
        "Use Devansh-365/freellm when the user needs a llm gateway project with docker, cloudflare, serverless deployment options.",
        "Use-case match is 33/100 for \"choose projects for LLM Gateway Ecosystem\".",
        "It matches the requested cloudflare deployment target.",
        "It is classified as llm_gateway.",
        "Ranking signals: community 13/100, maintenance 21/100."
      ],
      "decision_summary": "Devansh-365/freellm is an exploration candidate for \"choose projects for LLM Gateway Ecosystem\": recommendation score 24/100 with matched constraints, but quality and maturity signals need review.",
      "fit_profile": {
        "primary_fit": "Partial use-case overlap for \"choose projects for LLM Gateway Ecosystem\"; validate the target workflow.",
        "deployment_fit": "Matches requested cloudflare deployment.",
        "maturity": "Early or uneven maturity signal; review maintenance history before adoption.",
        "agent_readiness": "Agent-readable summary and use cases are available."
      },
      "adoption_plan": [
        "Open /projects/Devansh-365/freellm to verify license, language, classification evidence, and quality signal confidence.",
        "Inspect /graph/Devansh-365/freellm for dependencies, related projects, deployment targets, and alternatives.",
        "Use the matched constraints (deployment, category) as the initial acceptance checklist.",
        "Prototype the cloudflare deployment path before committing to a migration.",
        "Compare against /alternatives/Devansh-365/freellm before final selection."
      ],
      "risk_flags": [
        "Low recommendation confidence; use as a discovery lead, not a final choice.",
        "Maintenance signal is weak; inspect recent commits, releases, and issues.",
        "Use-case overlap is weak in indexed text."
      ],
      "tradeoffs": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "next_actions": [
        {
          "label": "Open project knowledge",
          "href": "/projects/Devansh-365/freellm",
          "kind": "project"
        },
        {
          "label": "Inspect graph",
          "href": "/graph/Devansh-365/freellm",
          "kind": "graph"
        },
        {
          "label": "Find alternatives",
          "href": "/alternatives/Devansh-365/freellm",
          "kind": "alternatives"
        },
        {
          "label": "Explain score",
          "href": "/score/Devansh-365/freellm",
          "kind": "score"
        },
        {
          "label": "Compare shortlist",
          "href": "/compare/Devansh-365/freellm",
          "kind": "compare"
        }
      ],
      "matched_constraints": {
        "deployment": "cloudflare",
        "category": "llm_gateway"
      },
      "unmatched_constraints": {},
      "ranking_signals": {
        "use_case_match": 33,
        "community": 13,
        "maintenance": 21,
        "readiness": 60,
        "license_fit": 0
      },
      "confidence": "low",
      "project": {
        "id": "Devansh-365/freellm",
        "owner": "Devansh-365",
        "name": "freellm",
        "full_name": "Devansh-365/freellm",
        "github_url": "https://github.com/Devansh-365/freellm",
        "homepage_url": "https://freellms.vercel.app",
        "description": " OpenAI-compatible gateway aggregating 8 free LLM providers with automatic failover, circuit breakers, and smart routing. 32+ models, zero cost.",
        "language": "TypeScript",
        "topics": [
          "api-gateway",
          "cerebras",
          "circuit-breaker",
          "free-api",
          "gemini",
          "groq",
          "llm",
          "llm-gateway",
          "mistral",
          "nvidia",
          "ollama",
          "openai-api",
          "openai-compatible",
          "rate-limiting"
        ],
        "license": "MIT",
        "stars": 62,
        "forks": 11,
        "open_issues": 1,
        "default_branch": "main",
        "created_at": "2026-04-03T05:55:36Z",
        "updated_at": "2026-09-10T07:14:10Z",
        "pushed_at": "2026-05-29T10:57:59Z",
        "synced_at": "2026-09-16T03:30:52.080Z"
      },
      "agent_card": {
        "project_id": "Devansh-365/freellm",
        "project_kind": "project",
        "category": "llm_gateway",
        "difficulty": "beginner",
        "deployment": [
          "docker",
          "cloudflare",
          "serverless",
          "vercel",
          "library_only",
          "local"
        ],
        "cloudflare_ready": false,
        "use_cases": [
          "route LLM requests",
          "standardize model provider access",
          "add gateway-level controls"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product"
        ],
        "alternatives": [
          {
            "project_id": "off-grid-ai/OGAD",
            "reason": "Same llm gateway intent with llm_gateway overlap."
          },
          {
            "project_id": "Hal0ai/hal0",
            "reason": "Same llm gateway intent with llm_gateway overlap."
          },
          {
            "project_id": "frieser/antigravity-proxy",
            "reason": "Same llm gateway intent with llm_gateway overlap."
          }
        ],
        "summary_for_agent": "Use Devansh-365/freellm when the user needs a llm gateway project with docker, cloudflare, serverless deployment options.",
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"gateway\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Found Docker configuration file.",
              "Matched \"cloudflare workers\" in repository content.",
              "Matched \"vercel\" in repository content.",
              "Matched \"serverless\" in repository content.",
              "Matched \"npm install\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "Cloudflare deployment path suggests a guided serverless setup."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Cloudflare signal: cloudflare workers.",
              "Runtime blocker: python."
            ]
          }
        },
        "schema_version": "v1",
        "generated_at": "2026-09-16T03:30:52.080Z"
      },
      "metrics": {
        "project_id": "Devansh-365/freellm",
        "stars_30d_delta": 9,
        "commits_30d": 0,
        "releases_180d": 7,
        "contributors_90d": 1,
        "issue_first_response_median_hours": null,
        "recent_push_days": 109,
        "git_score": 13,
        "maintenance_score": 21,
        "signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 36,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "calculated_at": "2026-09-16T03:30:52.080Z"
      }
    },
    {
      "project_id": "Shaivpidadi/FreeRideV3",
      "repo": "Shaivpidadi/FreeRideV3",
      "name": "FreeRideV3",
      "github_url": "https://github.com/Shaivpidadi/FreeRideV3",
      "homepage_url": "https://free-ride.xyz",
      "language": "Python",
      "license": "MIT",
      "project_kind": "project",
      "category": [
        "llm_gateway"
      ],
      "tags": [
        "ai-gateway",
        "claude",
        "claude-code",
        "cli",
        "cloudflare-workers-ai",
        "failover",
        "free-tier",
        "groq",
        "hermes",
        "huggingface",
        "llm",
        "nvidia-nim",
        "openai",
        "openai-compatible",
        "openclaw",
        "openrouter",
        "python"
      ],
      "description": "One free AI endpoint, every free tier behind it. Local OpenAI-compatible gateway routing across OpenRouter, Groq, NVIDIA NIM, Cloudflare Workers AI, and HuggingFace with automatic failover.",
      "overview": "Use Shaivpidadi/FreeRideV3 when the user needs a llm gateway project with cloudflare, serverless, vercel deployment options.",
      "alternatives": [
        {
          "repo": "Hal0ai/hal0",
          "reason": "Same llm gateway intent with llm_gateway overlap."
        },
        {
          "repo": "Devansh-365/freellm",
          "reason": "Same llm gateway intent with llm_gateway overlap."
        },
        {
          "repo": "andreimerfu/pllm",
          "reason": "Same llm gateway intent with llm_gateway overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "Cloudflare Workers",
        "LLM provider"
      ],
      "deployments": [
        "cloudflare",
        "serverless",
        "vercel",
        "local"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": false,
      "use_cases": [
        "route LLM requests",
        "standardize model provider access",
        "add gateway-level controls"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation"
      ],
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"gateway\" in metadata.",
            "Matched \"router\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"cloudflare workers\" in repository content.",
            "Matched \"vercel\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Cloudflare deployment path suggests a guided serverless setup."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Cloudflare signal: cloudflare workers.",
            "Runtime blocker: python."
          ]
        }
      },
      "quality_signals": {
        "stars": 46,
        "recent_commits": 39,
        "contributors": 1,
        "issue_response_time_hours": null,
        "release_frequency_180d": 0
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 36,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 9,
      "agent_score": 56,
      "score": 23,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 21,
        "deployment": 90,
        "popularity": 33,
        "community": 46
      },
      "git_top_score": 66,
      "git_top_score_breakdown": {
        "community": 62,
        "maintenance": 34,
        "documentation": 92,
        "stability": 70,
        "adoption": 44,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-16T09:30:55.949Z",
        "signals": {
          "activity": {
            "status": "observed",
            "source": "github_metadata",
            "evidence": [
              "project.pushed_at",
              "metrics.recent_push_days"
            ]
          },
          "license": {
            "status": "observed",
            "source": "github_metadata",
            "evidence": [
              "project.license"
            ]
          },
          "documentation": {
            "status": "observed",
            "source": "github_metadata",
            "evidence": [
              "project.description"
            ]
          },
          "runtime": {
            "status": "inferred",
            "source": "git_top_heuristic",
            "evidence": [
              "agent_card.deployment",
              "agent_card.cloudflare_ready"
            ]
          },
          "install": {
            "status": "not_run",
            "source": "git_top_runtime",
            "evidence": [
              "installation/build probe is not enabled"
            ]
          },
          "security": {
            "status": "not_run",
            "source": "git_top_runtime",
            "evidence": [
              "dependency/security scan is not enabled"
            ]
          },
          "mcp": {
            "status": "not_applicable",
            "source": "git_top_runtime",
            "evidence": [
              "project is not classified as mcp_server"
            ]
          }
        },
        "coverage": {
          "observed": 3,
          "inferred": 1,
          "not_run": 2,
          "unknown": 0
        },
        "next_steps": [
          "Run an installation/build probe before production adoption.",
          "Run a dependency and security scan before treating the score as a trust claim."
        ]
      },
      "summary": {
        "tl_dr": "Use Shaivpidadi/FreeRideV3 when the user needs a llm gateway project with cloudflare, serverless, vercel deployment options.",
        "purpose": "Use Shaivpidadi/FreeRideV3 when the user needs a llm gateway project with cloudflare, serverless, vercel deployment options.",
        "install": "Deploy on Cloudflare Workers using the repository's deployment instructions.",
        "inputs": [
          "model requests",
          "routing config",
          "provider credentials"
        ],
        "outputs": [
          "proxied completions",
          "routed responses",
          "usage metrics"
        ],
        "good_for": [
          "route LLM requests",
          "standardize model provider access",
          "add gateway-level controls",
          "model routing",
          "provider abstraction",
          "LLM proxying"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "local-only inference",
          "non-LLM services"
        ],
        "deployment": [
          "cloudflare",
          "serverless",
          "vercel",
          "local"
        ],
        "alternatives": [
          {
            "repo": "Hal0ai/hal0",
            "reason": "Same llm gateway intent with llm_gateway overlap."
          },
          {
            "repo": "Devansh-365/freellm",
            "reason": "Same llm gateway intent with llm_gateway overlap."
          },
          {
            "repo": "andreimerfu/pllm",
            "reason": "Same llm gateway intent with llm_gateway overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"gateway\" in metadata.",
              "Matched \"router\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"cloudflare workers\" in repository content.",
              "Matched \"vercel\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "Cloudflare deployment path suggests a guided serverless setup."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Cloudflare signal: cloudflare workers.",
              "Runtime blocker: python."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 36,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-16T09:30:55.949Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "source_fields": [
          "agent_card.classification",
          "agent_card.deployment",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "metrics",
          "project.description",
          "project.language",
          "project.license",
          "project.topics",
          "recommendation.constraints",
          "recommendation.query",
          "recommendation.ranking_signals",
          "verification.signals"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "Independent installation, security, or runtime probes have not been run for this project.",
          "Low recommendation confidence; use as a discovery lead, not a final choice.",
          "Maintenance signal is weak; inspect recent commits, releases, and issues.",
          "Use-case overlap is weak in indexed text."
        ],
        "recommendation_reasons": [
          "Use Shaivpidadi/FreeRideV3 when the user needs a llm gateway project with cloudflare, serverless, vercel deployment options.",
          "Use-case match is 33/100 for \"choose projects for LLM Gateway Ecosystem\".",
          "It matches the requested cloudflare deployment target.",
          "It is classified as llm_gateway.",
          "Ranking signals: community 9/100, maintenance 21/100."
        ],
        "ranking_signals": {
          "use_case_match": 33,
          "community": 9,
          "maintenance": 21,
          "readiness": 60,
          "license_fit": 0
        },
        "matched_constraints": {
          "deployment": "cloudflare",
          "category": "llm_gateway"
        },
        "unmatched_constraints": {},
        "confidence_reason": "Low confidence because the recommendation score is 23/100, use-case match is 33/100, or constraints are weakly matched; Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
        "last_verified_at": "2026-09-16T09:30:55.949Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "Independent installation, security, or runtime probes have not been run for this project.",
        "Low recommendation confidence; use as a discovery lead, not a final choice.",
        "Maintenance signal is weak; inspect recent commits, releases, and issues.",
        "Use-case overlap is weak in indexed text."
      ],
      "confidence_reason": "Low confidence because the recommendation score is 23/100, use-case match is 33/100, or constraints are weakly matched; Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
      "source_fields": [
        "agent_card.classification",
        "agent_card.deployment",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "metrics",
        "project.description",
        "project.language",
        "project.license",
        "project.topics",
        "recommendation.constraints",
        "recommendation.query",
        "recommendation.ranking_signals",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-16T09:30:55.949Z",
      "reason": "Use Shaivpidadi/FreeRideV3 when the user needs a llm gateway project with cloudflare, serverless, vercel deployment options. Use-case match is 33/100 for \"choose projects for LLM Gateway Ecosystem\". It matches the requested cloudflare deployment target. It is classified as llm_gateway. Ranking signals: community 9/100, maintenance 21/100.",
      "reasons": [
        "Use Shaivpidadi/FreeRideV3 when the user needs a llm gateway project with cloudflare, serverless, vercel deployment options.",
        "Use-case match is 33/100 for \"choose projects for LLM Gateway Ecosystem\".",
        "It matches the requested cloudflare deployment target.",
        "It is classified as llm_gateway.",
        "Ranking signals: community 9/100, maintenance 21/100."
      ],
      "decision_summary": "Shaivpidadi/FreeRideV3 is an exploration candidate for \"choose projects for LLM Gateway Ecosystem\": recommendation score 23/100 with matched constraints, but quality and maturity signals need review.",
      "fit_profile": {
        "primary_fit": "Partial use-case overlap for \"choose projects for LLM Gateway Ecosystem\"; validate the target workflow.",
        "deployment_fit": "Matches requested cloudflare deployment.",
        "maturity": "Early or uneven maturity signal; review maintenance history before adoption.",
        "agent_readiness": "Agent-readable summary and use cases are available."
      },
      "adoption_plan": [
        "Open /projects/Shaivpidadi/FreeRideV3 to verify license, language, classification evidence, and quality signal confidence.",
        "Inspect /graph/Shaivpidadi/FreeRideV3 for dependencies, related projects, deployment targets, and alternatives.",
        "Use the matched constraints (deployment, category) as the initial acceptance checklist.",
        "Prototype the cloudflare deployment path before committing to a migration.",
        "Compare against /alternatives/Shaivpidadi/FreeRideV3 before final selection."
      ],
      "risk_flags": [
        "Low recommendation confidence; use as a discovery lead, not a final choice.",
        "Maintenance signal is weak; inspect recent commits, releases, and issues.",
        "Use-case overlap is weak in indexed text."
      ],
      "tradeoffs": [
        "edge-only Cloudflare Workers deployment without adaptation"
      ],
      "next_actions": [
        {
          "label": "Open project knowledge",
          "href": "/projects/Shaivpidadi/FreeRideV3",
          "kind": "project"
        },
        {
          "label": "Inspect graph",
          "href": "/graph/Shaivpidadi/FreeRideV3",
          "kind": "graph"
        },
        {
          "label": "Find alternatives",
          "href": "/alternatives/Shaivpidadi/FreeRideV3",
          "kind": "alternatives"
        },
        {
          "label": "Explain score",
          "href": "/score/Shaivpidadi/FreeRideV3",
          "kind": "score"
        },
        {
          "label": "Compare shortlist",
          "href": "/compare/Shaivpidadi/FreeRideV3",
          "kind": "compare"
        }
      ],
      "matched_constraints": {
        "deployment": "cloudflare",
        "category": "llm_gateway"
      },
      "unmatched_constraints": {},
      "ranking_signals": {
        "use_case_match": 33,
        "community": 9,
        "maintenance": 21,
        "readiness": 60,
        "license_fit": 0
      },
      "confidence": "low",
      "project": {
        "id": "Shaivpidadi/FreeRideV3",
        "owner": "Shaivpidadi",
        "name": "FreeRideV3",
        "full_name": "Shaivpidadi/FreeRideV3",
        "github_url": "https://github.com/Shaivpidadi/FreeRideV3",
        "homepage_url": "https://free-ride.xyz",
        "description": "One free AI endpoint, every free tier behind it. Local OpenAI-compatible gateway routing across OpenRouter, Groq, NVIDIA NIM, Cloudflare Workers AI, and HuggingFace with automatic failover.",
        "language": "Python",
        "topics": [
          "ai-gateway",
          "claude",
          "claude-code",
          "cli",
          "cloudflare-workers-ai",
          "failover",
          "free-tier",
          "groq",
          "hermes",
          "huggingface",
          "llm",
          "nvidia-nim",
          "openai",
          "openai-compatible",
          "openclaw",
          "openrouter",
          "python"
        ],
        "license": "MIT",
        "stars": 46,
        "forks": 6,
        "open_issues": 0,
        "default_branch": "main",
        "created_at": "2026-05-06T20:46:59Z",
        "updated_at": "2026-09-14T13:55:50Z",
        "pushed_at": "2026-09-14T05:28:54Z",
        "synced_at": "2026-09-16T09:30:55.949Z"
      },
      "agent_card": {
        "project_id": "Shaivpidadi/FreeRideV3",
        "project_kind": "project",
        "category": "llm_gateway",
        "difficulty": "beginner",
        "deployment": [
          "cloudflare",
          "serverless",
          "vercel",
          "local"
        ],
        "cloudflare_ready": false,
        "use_cases": [
          "route LLM requests",
          "standardize model provider access",
          "add gateway-level controls"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation"
        ],
        "alternatives": [
          {
            "project_id": "Hal0ai/hal0",
            "reason": "Same llm gateway intent with llm_gateway overlap."
          },
          {
            "project_id": "Devansh-365/freellm",
            "reason": "Same llm gateway intent with llm_gateway overlap."
          },
          {
            "project_id": "andreimerfu/pllm",
            "reason": "Same llm gateway intent with llm_gateway overlap."
          }
        ],
        "summary_for_agent": "Use Shaivpidadi/FreeRideV3 when the user needs a llm gateway project with cloudflare, serverless, vercel deployment options.",
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"gateway\" in metadata.",
              "Matched \"router\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"cloudflare workers\" in repository content.",
              "Matched \"vercel\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "Cloudflare deployment path suggests a guided serverless setup."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Cloudflare signal: cloudflare workers.",
              "Runtime blocker: python."
            ]
          }
        },
        "schema_version": "v1",
        "generated_at": "2026-09-16T09:30:55.949Z"
      },
      "metrics": {
        "project_id": "Shaivpidadi/FreeRideV3",
        "stars_30d_delta": 9,
        "commits_30d": 39,
        "releases_180d": 0,
        "contributors_90d": 1,
        "issue_first_response_median_hours": null,
        "recent_push_days": 2,
        "git_score": 9,
        "maintenance_score": 21,
        "signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 36,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "calculated_at": "2026-09-16T09:30:55.949Z"
      }
    }
  ],
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1213,
    "generated_at": "2026-09-20T14:12:48.377Z",
    "snapshot_id": "d1:1213:2026-09-20T14:01:13.456Z",
    "latest_synced_at": "2026-09-20T14:01:13.456Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}