{
  "query": {
    "use_case": "build Cloudflare-ready AI agents",
    "deployment": "cloudflare",
    "category": "rag_framework"
  },
  "recommendations": [
    {
      "project_id": "supermemoryai/smfs",
      "repo": "supermemoryai/smfs",
      "name": "smfs",
      "github_url": "https://github.com/supermemoryai/smfs",
      "homepage_url": "https://smfs.ai",
      "language": "Rust",
      "license": "MIT",
      "project_kind": "project",
      "category": [
        "rag_framework"
      ],
      "tags": [
        "ai-agents",
        "ai-memory",
        "filesystem",
        "memory",
        "rag"
      ],
      "description": "A filesystem designed for agents, with SOTA retrieval, automatic memory profiles, sync engine. Drop any file type (pdf, images, videos), and grep through them.",
      "overview": "Use supermemoryai/smfs when the user needs a rag framework project with docker, cloudflare, serverless deployment options.",
      "alternatives": [
        {
          "repo": "mem0ai/mem0",
          "reason": "Same rag framework intent with agent_memory, rag overlap."
        },
        {
          "repo": "deepset-ai/haystack",
          "reason": "Same rag framework intent with agent_memory, rag overlap."
        },
        {
          "repo": "cyberlife-coder/VelesDB",
          "reason": "Same rag framework intent with agent_memory, rag overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "Cloudflare Workers",
        "Vector database",
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "cloudflare",
        "serverless",
        "vercel",
        "local"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": false,
      "use_cases": [
        "build RAG applications",
        "connect private data to LLMs",
        "index documents for retrieval"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation"
      ],
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"rag\" 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.",
            "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: filesystem."
          ]
        }
      },
      "quality_signals": {
        "stars": 470,
        "recent_commits": 0,
        "contributors": 7,
        "issue_response_time_hours": null,
        "release_frequency_180d": 9
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 31,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 17,
      "agent_score": 64,
      "score": 43,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 27,
        "deployment": 100,
        "popularity": 53,
        "community": 52
      },
      "git_top_score": 77,
      "git_top_score_breakdown": {
        "community": 90,
        "maintenance": 30,
        "documentation": 92,
        "stability": 85,
        "adoption": 74,
        "agent_readability": 100
      },
      "summary": {
        "tl_dr": "Use supermemoryai/smfs when the user needs a rag framework project with docker, cloudflare, serverless deployment options.",
        "purpose": "Use supermemoryai/smfs when the user needs a rag framework project with docker, cloudflare, serverless deployment options.",
        "install": "Deploy on Cloudflare Workers using the repository's deployment instructions.",
        "inputs": [
          "documents",
          "queries",
          "embedding store"
        ],
        "outputs": [
          "retrieval results",
          "grounded answers",
          "indexes"
        ],
        "good_for": [
          "build RAG applications",
          "connect private data to LLMs",
          "index documents for retrieval",
          "retrieval augmented generation",
          "document search",
          "knowledge grounding"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "simple prompt apps",
          "tasks without external knowledge"
        ],
        "deployment": [
          "docker",
          "cloudflare",
          "serverless",
          "vercel",
          "local"
        ],
        "alternatives": [
          {
            "repo": "mem0ai/mem0",
            "reason": "Same rag framework intent with agent_memory, rag overlap."
          },
          {
            "repo": "deepset-ai/haystack",
            "reason": "Same rag framework intent with agent_memory, rag overlap."
          },
          {
            "repo": "cyberlife-coder/VelesDB",
            "reason": "Same rag framework intent with agent_memory, rag overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"rag\" 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.",
              "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: filesystem."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 31,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "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"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "Low recommendation confidence; use as a discovery lead, not a final choice.",
          "Maintenance signal is weak; inspect recent commits, releases, and issues."
        ],
        "recommendation_reasons": [
          "Use supermemoryai/smfs when the user needs a rag framework project with docker, cloudflare, serverless deployment options.",
          "Use-case match is 75/100 for \"build Cloudflare-ready AI agents\".",
          "It matches the requested cloudflare deployment target.",
          "It is classified as rag_framework.",
          "Ranking signals: community 17/100, maintenance 27/100."
        ],
        "ranking_signals": {
          "use_case_match": 75,
          "community": 17,
          "maintenance": 27,
          "readiness": 60,
          "license_fit": 0
        },
        "matched_constraints": {
          "deployment": "cloudflare",
          "category": "rag_framework"
        },
        "unmatched_constraints": {},
        "confidence_reason": "Low confidence because the recommendation score is 43/100, use-case match is 75/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-08-04T13:30:17.038Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "Low recommendation confidence; use as a discovery lead, not a final choice.",
        "Maintenance signal is weak; inspect recent commits, releases, and issues."
      ],
      "confidence_reason": "Low confidence because the recommendation score is 43/100, use-case match is 75/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"
      ],
      "last_verified_at": "2026-08-04T13:30:17.038Z",
      "reason": "Use supermemoryai/smfs when the user needs a rag framework project with docker, cloudflare, serverless deployment options. Use-case match is 75/100 for \"build Cloudflare-ready AI agents\". It matches the requested cloudflare deployment target. It is classified as rag_framework. Ranking signals: community 17/100, maintenance 27/100.",
      "reasons": [
        "Use supermemoryai/smfs when the user needs a rag framework project with docker, cloudflare, serverless deployment options.",
        "Use-case match is 75/100 for \"build Cloudflare-ready AI agents\".",
        "It matches the requested cloudflare deployment target.",
        "It is classified as rag_framework.",
        "Ranking signals: community 17/100, maintenance 27/100."
      ],
      "decision_summary": "supermemoryai/smfs is an exploration candidate for \"build Cloudflare-ready AI agents\": recommendation score 43/100 with matched constraints, but quality and maturity signals need review.",
      "fit_profile": {
        "primary_fit": "Strong use-case overlap for \"build Cloudflare-ready AI agents\".",
        "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/supermemoryai/smfs to verify license, language, classification evidence, and quality signal confidence.",
        "Inspect /graph/supermemoryai/smfs 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/supermemoryai/smfs 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."
      ],
      "tradeoffs": [
        "edge-only Cloudflare Workers deployment without adaptation"
      ],
      "next_actions": [
        {
          "label": "Open project knowledge",
          "href": "/projects/supermemoryai/smfs",
          "kind": "project"
        },
        {
          "label": "Inspect graph",
          "href": "/graph/supermemoryai/smfs",
          "kind": "graph"
        },
        {
          "label": "Find alternatives",
          "href": "/alternatives/supermemoryai/smfs",
          "kind": "alternatives"
        },
        {
          "label": "Explain score",
          "href": "/score/supermemoryai/smfs",
          "kind": "score"
        },
        {
          "label": "Compare shortlist",
          "href": "/compare/supermemoryai/smfs",
          "kind": "compare"
        }
      ],
      "matched_constraints": {
        "deployment": "cloudflare",
        "category": "rag_framework"
      },
      "unmatched_constraints": {},
      "ranking_signals": {
        "use_case_match": 75,
        "community": 17,
        "maintenance": 27,
        "readiness": 60,
        "license_fit": 0
      },
      "confidence": "low",
      "project": {
        "id": "supermemoryai/smfs",
        "owner": "supermemoryai",
        "name": "smfs",
        "full_name": "supermemoryai/smfs",
        "github_url": "https://github.com/supermemoryai/smfs",
        "homepage_url": "https://smfs.ai",
        "description": "A filesystem designed for agents, with SOTA retrieval, automatic memory profiles, sync engine. Drop any file type (pdf, images, videos), and grep through them.",
        "language": "Rust",
        "topics": [
          "ai-agents",
          "ai-memory",
          "filesystem",
          "memory",
          "rag"
        ],
        "license": "MIT",
        "stars": 470,
        "forks": 37,
        "open_issues": 3,
        "default_branch": "main",
        "created_at": "2026-04-14T19:00:51Z",
        "updated_at": "2026-08-03T23:39:04Z",
        "pushed_at": "2026-06-12T06:01:45Z",
        "synced_at": "2026-08-04T13:30:17.038Z"
      },
      "agent_card": {
        "project_id": "supermemoryai/smfs",
        "project_kind": "project",
        "category": "rag_framework",
        "difficulty": "beginner",
        "deployment": [
          "docker",
          "cloudflare",
          "serverless",
          "vercel",
          "local"
        ],
        "cloudflare_ready": false,
        "use_cases": [
          "build RAG applications",
          "connect private data to LLMs",
          "index documents for retrieval"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation"
        ],
        "alternatives": [
          {
            "project_id": "mem0ai/mem0",
            "reason": "Same rag framework intent with agent_memory, rag overlap."
          },
          {
            "project_id": "deepset-ai/haystack",
            "reason": "Same rag framework intent with agent_memory, rag overlap."
          },
          {
            "project_id": "cyberlife-coder/VelesDB",
            "reason": "Same rag framework intent with agent_memory, rag overlap."
          }
        ],
        "summary_for_agent": "Use supermemoryai/smfs when the user needs a rag framework project with docker, cloudflare, serverless deployment options.",
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"rag\" 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.",
              "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: filesystem."
            ]
          }
        },
        "schema_version": "v1",
        "generated_at": "2026-08-04T13:30:17.038Z"
      },
      "metrics": {
        "project_id": "supermemoryai/smfs",
        "stars_30d_delta": 7,
        "commits_30d": 0,
        "releases_180d": 9,
        "contributors_90d": 7,
        "issue_first_response_median_hours": null,
        "recent_push_days": 53,
        "git_score": 17,
        "maintenance_score": 27,
        "signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 31,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "calculated_at": "2026-08-04T13:30:17.038Z"
      }
    },
    {
      "project_id": "supermemoryai/opensearch-ai",
      "repo": "supermemoryai/opensearch-ai",
      "name": "opensearch-ai",
      "github_url": "https://github.com/supermemoryai/opensearch-ai",
      "homepage_url": "https://opensearch.supermemory.ai",
      "language": "TypeScript",
      "license": null,
      "project_kind": "project",
      "category": [
        "rag_framework"
      ],
      "tags": [],
      "description": "SearchGPT / Perplexity clone, but personalised for you.",
      "overview": "Use supermemoryai/opensearch-ai when the user needs a rag framework project with cloudflare, serverless, vercel deployment options. It is marked Cloudflare-ready.",
      "alternatives": [
        {
          "repo": "mem0ai/mem0",
          "reason": "Same rag framework intent with agent_memory, rag overlap."
        },
        {
          "repo": "supermemoryai/smfs",
          "reason": "Same rag framework intent with agent_memory, rag overlap."
        },
        {
          "repo": "microsoft/kernel-memory",
          "reason": "Same rag framework intent with agent_memory, rag overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "Cloudflare Workers",
        "Vector database"
      ],
      "deployments": [
        "cloudflare",
        "serverless",
        "vercel",
        "local"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": true,
      "use_cases": [
        "build RAG applications",
        "connect private data to LLMs",
        "index documents for retrieval"
      ],
      "not_good_for": [],
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Manual quality burn-down override for supermemoryai/opensearch-ai."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Found wrangler.toml.",
            "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: wrangler.toml.",
            "Runtime blocker: none detected."
          ]
        }
      },
      "quality_signals": {
        "stars": 1327,
        "recent_commits": 0,
        "contributors": 8,
        "issue_response_time_hours": null,
        "release_frequency_180d": 0
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 30,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 6,
      "agent_score": 61,
      "score": 36,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 8,
        "deployment": 100,
        "popularity": 62,
        "community": 53
      },
      "git_top_score": 69,
      "git_top_score_breakdown": {
        "community": 97,
        "maintenance": 5,
        "documentation": 92,
        "stability": 55,
        "adoption": 92,
        "agent_readability": 90
      },
      "summary": {
        "tl_dr": "Use supermemoryai/opensearch-ai when the user needs a rag framework project with cloudflare, serverless, vercel deployment options.",
        "purpose": "Use supermemoryai/opensearch-ai when the user needs a rag framework project with cloudflare, serverless, vercel deployment options. It is marked Cloudflare-ready.",
        "install": "Deploy on Cloudflare Workers using the repository's deployment instructions.",
        "inputs": [
          "documents",
          "queries",
          "embedding store"
        ],
        "outputs": [
          "retrieval results",
          "grounded answers",
          "indexes"
        ],
        "good_for": [
          "build RAG applications",
          "connect private data to LLMs",
          "index documents for retrieval",
          "retrieval augmented generation",
          "document search",
          "knowledge grounding"
        ],
        "not_good_for": [
          "simple prompt apps",
          "tasks without external knowledge"
        ],
        "deployment": [
          "cloudflare",
          "serverless",
          "vercel",
          "local"
        ],
        "alternatives": [
          {
            "repo": "mem0ai/mem0",
            "reason": "Same rag framework intent with agent_memory, rag overlap."
          },
          {
            "repo": "supermemoryai/smfs",
            "reason": "Same rag framework intent with agent_memory, rag overlap."
          },
          {
            "repo": "microsoft/kernel-memory",
            "reason": "Same rag framework intent with agent_memory, rag overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Manual quality burn-down override for supermemoryai/opensearch-ai."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Found wrangler.toml.",
              "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: wrangler.toml.",
              "Runtime blocker: none detected."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 30,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "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"
        ],
        "caveats": [
          "Low recommendation confidence; use as a discovery lead, not a final choice.",
          "Maintenance signal is weak; inspect recent commits, releases, and issues."
        ],
        "recommendation_reasons": [
          "Use supermemoryai/opensearch-ai when the user needs a rag framework project with cloudflare, serverless, vercel deployment options. It is marked Cloudflare-ready.",
          "Use-case match is 75/100 for \"build Cloudflare-ready AI agents\".",
          "It matches the requested cloudflare deployment target.",
          "It is classified as rag_framework.",
          "Ranking signals: community 6/100, maintenance 8/100."
        ],
        "ranking_signals": {
          "use_case_match": 75,
          "community": 6,
          "maintenance": 8,
          "readiness": 60,
          "license_fit": 0
        },
        "matched_constraints": {
          "deployment": "cloudflare",
          "category": "rag_framework"
        },
        "unmatched_constraints": {},
        "confidence_reason": "Low confidence because the recommendation score is 36/100, use-case match is 75/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-08-06T03:46:02.923Z"
      },
      "caveats": [
        "Low recommendation confidence; use as a discovery lead, not a final choice.",
        "Maintenance signal is weak; inspect recent commits, releases, and issues."
      ],
      "confidence_reason": "Low confidence because the recommendation score is 36/100, use-case match is 75/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"
      ],
      "last_verified_at": "2026-08-06T03:46:02.923Z",
      "reason": "Use supermemoryai/opensearch-ai when the user needs a rag framework project with cloudflare, serverless, vercel deployment options. It is marked Cloudflare-ready. Use-case match is 75/100 for \"build Cloudflare-ready AI agents\". It matches the requested cloudflare deployment target. It is classified as rag_framework. Ranking signals: community 6/100, maintenance 8/100.",
      "reasons": [
        "Use supermemoryai/opensearch-ai when the user needs a rag framework project with cloudflare, serverless, vercel deployment options. It is marked Cloudflare-ready.",
        "Use-case match is 75/100 for \"build Cloudflare-ready AI agents\".",
        "It matches the requested cloudflare deployment target.",
        "It is classified as rag_framework.",
        "Ranking signals: community 6/100, maintenance 8/100."
      ],
      "decision_summary": "supermemoryai/opensearch-ai is an exploration candidate for \"build Cloudflare-ready AI agents\": recommendation score 36/100 with matched constraints, but quality and maturity signals need review.",
      "fit_profile": {
        "primary_fit": "Strong use-case overlap for \"build Cloudflare-ready AI agents\".",
        "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/supermemoryai/opensearch-ai to verify license, language, classification evidence, and quality signal confidence.",
        "Inspect /graph/supermemoryai/opensearch-ai 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/supermemoryai/opensearch-ai 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."
      ],
      "tradeoffs": [],
      "next_actions": [
        {
          "label": "Open project knowledge",
          "href": "/projects/supermemoryai/opensearch-ai",
          "kind": "project"
        },
        {
          "label": "Inspect graph",
          "href": "/graph/supermemoryai/opensearch-ai",
          "kind": "graph"
        },
        {
          "label": "Find alternatives",
          "href": "/alternatives/supermemoryai/opensearch-ai",
          "kind": "alternatives"
        },
        {
          "label": "Explain score",
          "href": "/score/supermemoryai/opensearch-ai",
          "kind": "score"
        },
        {
          "label": "Compare shortlist",
          "href": "/compare/supermemoryai/opensearch-ai",
          "kind": "compare"
        }
      ],
      "matched_constraints": {
        "deployment": "cloudflare",
        "category": "rag_framework"
      },
      "unmatched_constraints": {},
      "ranking_signals": {
        "use_case_match": 75,
        "community": 6,
        "maintenance": 8,
        "readiness": 60,
        "license_fit": 0
      },
      "confidence": "low",
      "project": {
        "id": "supermemoryai/opensearch-ai",
        "owner": "supermemoryai",
        "name": "opensearch-ai",
        "full_name": "supermemoryai/opensearch-ai",
        "github_url": "https://github.com/supermemoryai/opensearch-ai",
        "homepage_url": "https://opensearch.supermemory.ai",
        "description": "SearchGPT / Perplexity clone, but personalised for you.",
        "language": "TypeScript",
        "topics": [],
        "license": null,
        "stars": 1327,
        "forks": 199,
        "open_issues": 1,
        "default_branch": "main",
        "created_at": "2024-07-31T01:50:05Z",
        "updated_at": "2026-08-04T04:04:17Z",
        "pushed_at": "2025-07-08T07:24:20Z",
        "synced_at": "2026-08-06T03:46:02.923Z"
      },
      "agent_card": {
        "project_id": "supermemoryai/opensearch-ai",
        "project_kind": "project",
        "category": "rag_framework",
        "difficulty": "beginner",
        "deployment": [
          "cloudflare",
          "serverless",
          "vercel",
          "local"
        ],
        "cloudflare_ready": true,
        "use_cases": [
          "build RAG applications",
          "connect private data to LLMs",
          "index documents for retrieval"
        ],
        "not_good_for": [],
        "alternatives": [
          {
            "project_id": "mem0ai/mem0",
            "reason": "Same rag framework intent with agent_memory, rag overlap."
          },
          {
            "project_id": "supermemoryai/smfs",
            "reason": "Same rag framework intent with agent_memory, rag overlap."
          },
          {
            "project_id": "microsoft/kernel-memory",
            "reason": "Same rag framework intent with agent_memory, rag overlap."
          }
        ],
        "summary_for_agent": "Use supermemoryai/opensearch-ai when the user needs a rag framework project with cloudflare, serverless, vercel deployment options. It is marked Cloudflare-ready.",
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Manual quality burn-down override for supermemoryai/opensearch-ai."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Found wrangler.toml.",
              "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: wrangler.toml.",
              "Runtime blocker: none detected."
            ]
          }
        },
        "schema_version": "v1",
        "generated_at": "2026-08-06T03:46:02.923Z"
      },
      "metrics": {
        "project_id": "supermemoryai/opensearch-ai",
        "stars_30d_delta": 4,
        "commits_30d": 0,
        "releases_180d": 0,
        "contributors_90d": 8,
        "issue_first_response_median_hours": null,
        "recent_push_days": 393,
        "git_score": 6,
        "maintenance_score": 8,
        "signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 30,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "calculated_at": "2026-08-06T03:46:02.923Z"
      }
    },
    {
      "project_id": "lobehub/lobehub-gateway",
      "repo": "lobehub/lobehub-gateway",
      "name": "lobehub-gateway",
      "github_url": "https://github.com/lobehub/lobehub-gateway",
      "homepage_url": null,
      "language": "Go",
      "license": null,
      "project_kind": "project",
      "category": [
        "rag_framework"
      ],
      "tags": [],
      "description": "Use lobehub/lobehub-gateway when the user needs a rag framework project with docker, cloudflare, serverless deployment options.",
      "overview": "Use lobehub/lobehub-gateway when the user needs a rag framework project with docker, cloudflare, serverless deployment options.",
      "alternatives": [
        {
          "repo": "infiniflow/ragflow",
          "reason": "Same rag framework intent with rag overlap."
        },
        {
          "repo": "QuantumNous/new-api",
          "reason": "Same rag framework intent with rag, llm_gateway overlap."
        },
        {
          "repo": "bytedance/deer-flow",
          "reason": "Same rag framework intent with rag, llm_gateway overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "Cloudflare Workers",
        "Vector database"
      ],
      "deployments": [
        "docker",
        "cloudflare",
        "serverless",
        "kubernetes",
        "local"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": false,
      "use_cases": [
        "build RAG applications",
        "connect private data to LLMs",
        "index documents for retrieval"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation"
      ],
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"rag\" in repository content."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"cloudflare workers\" in repository content.",
            "Matched \"durable objects\" in repository content.",
            "Matched \"kubernetes\" 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, durable objects.",
            "Runtime blocker: postgres."
          ]
        }
      },
      "quality_signals": {
        "stars": 19,
        "recent_commits": 20,
        "contributors": 1,
        "issue_response_time_hours": null,
        "release_frequency_180d": 6
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 44,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 14,
      "agent_score": 59,
      "score": 32,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 28,
        "deployment": 100,
        "popularity": 26,
        "community": 46
      },
      "git_top_score": 72,
      "git_top_score_breakdown": {
        "community": 58,
        "maintenance": 47,
        "documentation": 92,
        "stability": 100,
        "adoption": 41,
        "agent_readability": 100
      },
      "summary": {
        "tl_dr": "Use lobehub/lobehub-gateway when the user needs a rag framework project with docker, cloudflare, serverless deployment options.",
        "purpose": "Use lobehub/lobehub-gateway when the user needs a rag framework project with docker, cloudflare, serverless deployment options.",
        "install": "Deploy on Cloudflare Workers using the repository's deployment instructions.",
        "inputs": [
          "documents",
          "queries",
          "embedding store"
        ],
        "outputs": [
          "retrieval results",
          "grounded answers",
          "indexes"
        ],
        "good_for": [
          "build RAG applications",
          "connect private data to LLMs",
          "index documents for retrieval",
          "retrieval augmented generation",
          "document search",
          "knowledge grounding"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "simple prompt apps",
          "tasks without external knowledge"
        ],
        "deployment": [
          "docker",
          "cloudflare",
          "serverless",
          "kubernetes",
          "local"
        ],
        "alternatives": [
          {
            "repo": "infiniflow/ragflow",
            "reason": "Same rag framework intent with rag overlap."
          },
          {
            "repo": "QuantumNous/new-api",
            "reason": "Same rag framework intent with rag, llm_gateway overlap."
          },
          {
            "repo": "bytedance/deer-flow",
            "reason": "Same rag framework intent with rag, llm_gateway overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"rag\" in repository content."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"cloudflare workers\" in repository content.",
              "Matched \"durable objects\" in repository content.",
              "Matched \"kubernetes\" 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, durable objects.",
              "Runtime blocker: postgres."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 44,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "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"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "Low recommendation confidence; use as a discovery lead, not a final choice.",
          "Maintenance signal is weak; inspect recent commits, releases, and issues."
        ],
        "recommendation_reasons": [
          "Use lobehub/lobehub-gateway when the user needs a rag framework project with docker, cloudflare, serverless deployment options.",
          "Use-case match is 50/100 for \"build Cloudflare-ready AI agents\".",
          "It matches the requested cloudflare deployment target.",
          "It is classified as rag_framework.",
          "Ranking signals: community 14/100, maintenance 28/100."
        ],
        "ranking_signals": {
          "use_case_match": 50,
          "community": 14,
          "maintenance": 28,
          "readiness": 60,
          "license_fit": 0
        },
        "matched_constraints": {
          "deployment": "cloudflare",
          "category": "rag_framework"
        },
        "unmatched_constraints": {},
        "confidence_reason": "Low confidence because the recommendation score is 32/100, use-case match is 50/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-08-04T17:00:17.986Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "Low recommendation confidence; use as a discovery lead, not a final choice.",
        "Maintenance signal is weak; inspect recent commits, releases, and issues."
      ],
      "confidence_reason": "Low confidence because the recommendation score is 32/100, use-case match is 50/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"
      ],
      "last_verified_at": "2026-08-04T17:00:17.986Z",
      "reason": "Use lobehub/lobehub-gateway when the user needs a rag framework project with docker, cloudflare, serverless deployment options. Use-case match is 50/100 for \"build Cloudflare-ready AI agents\". It matches the requested cloudflare deployment target. It is classified as rag_framework. Ranking signals: community 14/100, maintenance 28/100.",
      "reasons": [
        "Use lobehub/lobehub-gateway when the user needs a rag framework project with docker, cloudflare, serverless deployment options.",
        "Use-case match is 50/100 for \"build Cloudflare-ready AI agents\".",
        "It matches the requested cloudflare deployment target.",
        "It is classified as rag_framework.",
        "Ranking signals: community 14/100, maintenance 28/100."
      ],
      "decision_summary": "lobehub/lobehub-gateway is an exploration candidate for \"build Cloudflare-ready AI agents\": recommendation score 32/100 with matched constraints, but quality and maturity signals need review.",
      "fit_profile": {
        "primary_fit": "Partial use-case overlap for \"build Cloudflare-ready AI agents\"; 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/lobehub/lobehub-gateway to verify license, language, classification evidence, and quality signal confidence.",
        "Inspect /graph/lobehub/lobehub-gateway 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/lobehub/lobehub-gateway 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."
      ],
      "tradeoffs": [
        "edge-only Cloudflare Workers deployment without adaptation"
      ],
      "next_actions": [
        {
          "label": "Open project knowledge",
          "href": "/projects/lobehub/lobehub-gateway",
          "kind": "project"
        },
        {
          "label": "Inspect graph",
          "href": "/graph/lobehub/lobehub-gateway",
          "kind": "graph"
        },
        {
          "label": "Find alternatives",
          "href": "/alternatives/lobehub/lobehub-gateway",
          "kind": "alternatives"
        },
        {
          "label": "Explain score",
          "href": "/score/lobehub/lobehub-gateway",
          "kind": "score"
        },
        {
          "label": "Compare shortlist",
          "href": "/compare/lobehub/lobehub-gateway",
          "kind": "compare"
        }
      ],
      "matched_constraints": {
        "deployment": "cloudflare",
        "category": "rag_framework"
      },
      "unmatched_constraints": {},
      "ranking_signals": {
        "use_case_match": 50,
        "community": 14,
        "maintenance": 28,
        "readiness": 60,
        "license_fit": 0
      },
      "confidence": "low",
      "project": {
        "id": "lobehub/lobehub-gateway",
        "owner": "lobehub",
        "name": "lobehub-gateway",
        "full_name": "lobehub/lobehub-gateway",
        "github_url": "https://github.com/lobehub/lobehub-gateway",
        "homepage_url": null,
        "description": null,
        "language": "Go",
        "topics": [],
        "license": null,
        "stars": 19,
        "forks": 18,
        "open_issues": 1,
        "default_branch": "master",
        "created_at": "2026-05-14T15:17:38Z",
        "updated_at": "2026-07-28T14:44:13Z",
        "pushed_at": "2026-07-25T06:58:44Z",
        "synced_at": "2026-08-04T17:00:17.986Z"
      },
      "agent_card": {
        "project_id": "lobehub/lobehub-gateway",
        "project_kind": "project",
        "category": "rag_framework",
        "difficulty": "beginner",
        "deployment": [
          "docker",
          "cloudflare",
          "serverless",
          "kubernetes",
          "local"
        ],
        "cloudflare_ready": false,
        "use_cases": [
          "build RAG applications",
          "connect private data to LLMs",
          "index documents for retrieval"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation"
        ],
        "alternatives": [
          {
            "project_id": "infiniflow/ragflow",
            "reason": "Same rag framework intent with rag overlap."
          },
          {
            "project_id": "QuantumNous/new-api",
            "reason": "Same rag framework intent with rag, llm_gateway overlap."
          },
          {
            "project_id": "bytedance/deer-flow",
            "reason": "Same rag framework intent with rag, llm_gateway overlap."
          }
        ],
        "summary_for_agent": "Use lobehub/lobehub-gateway when the user needs a rag framework project with docker, cloudflare, serverless deployment options.",
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"rag\" in repository content."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"cloudflare workers\" in repository content.",
              "Matched \"durable objects\" in repository content.",
              "Matched \"kubernetes\" 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, durable objects.",
              "Runtime blocker: postgres."
            ]
          }
        },
        "schema_version": "v1",
        "generated_at": "2026-08-04T17:00:17.986Z"
      },
      "metrics": {
        "project_id": "lobehub/lobehub-gateway",
        "stars_30d_delta": 13,
        "commits_30d": 20,
        "releases_180d": 6,
        "contributors_90d": 1,
        "issue_first_response_median_hours": null,
        "recent_push_days": 10,
        "git_score": 14,
        "maintenance_score": 28,
        "signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 44,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "calculated_at": "2026-08-04T17:00:17.986Z"
      }
    },
    {
      "project_id": "MrFadiAi/free-llm-gateway",
      "repo": "MrFadiAi/free-llm-gateway",
      "name": "free-llm-gateway",
      "github_url": "https://github.com/MrFadiAi/free-llm-gateway",
      "homepage_url": null,
      "language": "Python",
      "license": null,
      "project_kind": "project",
      "category": [
        "rag_framework"
      ],
      "tags": [],
      "description": "Unified OpenAI-compatible API gateway aggregating 14+ free LLM providers with automatic fallback routing, rate limit tracking, and web dashboard",
      "overview": "Use MrFadiAi/free-llm-gateway when the user needs a rag framework project with docker, cloudflare, serverless deployment options.",
      "alternatives": [
        {
          "repo": "bytedance/deer-flow",
          "reason": "Same rag framework intent with rag, llm_gateway overlap."
        },
        {
          "repo": "deepset-ai/haystack",
          "reason": "Same rag framework intent with rag, llm_gateway overlap."
        },
        {
          "repo": "mloda-ai/mloda",
          "reason": "Same rag framework intent with rag, observability overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "Cloudflare Workers",
        "Vector database",
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "cloudflare",
        "serverless",
        "library_only",
        "local"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": false,
      "use_cases": [
        "build RAG applications",
        "connect private data to LLMs",
        "index documents for retrieval"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"rag\" in repository content."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Found Docker configuration file.",
            "Matched \"cloudflare workers\" in repository content.",
            "Matched \"pip 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, gpu."
          ]
        }
      },
      "quality_signals": {
        "stars": 162,
        "recent_commits": 0,
        "contributors": 1,
        "issue_response_time_hours": null,
        "release_frequency_180d": 0
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 28,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 5,
      "agent_score": 57,
      "score": 25,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 6,
        "deployment": 100,
        "popularity": 44,
        "community": 46
      },
      "git_top_score": 61,
      "git_top_score_breakdown": {
        "community": 67,
        "maintenance": 4,
        "documentation": 92,
        "stability": 55,
        "adoption": 63,
        "agent_readability": 100
      },
      "summary": {
        "tl_dr": "Use MrFadiAi/free-llm-gateway when the user needs a rag framework project with docker, cloudflare, serverless deployment options.",
        "purpose": "Use MrFadiAi/free-llm-gateway when the user needs a rag framework project with docker, cloudflare, serverless deployment options.",
        "install": "Deploy on Cloudflare Workers using the repository's deployment instructions.",
        "inputs": [
          "documents",
          "queries",
          "embedding store"
        ],
        "outputs": [
          "retrieval results",
          "grounded answers",
          "indexes"
        ],
        "good_for": [
          "build RAG applications",
          "connect private data to LLMs",
          "index documents for retrieval",
          "retrieval augmented generation",
          "document search",
          "knowledge grounding"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "simple prompt apps",
          "tasks without external knowledge"
        ],
        "deployment": [
          "docker",
          "cloudflare",
          "serverless",
          "library_only",
          "local"
        ],
        "alternatives": [
          {
            "repo": "bytedance/deer-flow",
            "reason": "Same rag framework intent with rag, llm_gateway overlap."
          },
          {
            "repo": "deepset-ai/haystack",
            "reason": "Same rag framework intent with rag, llm_gateway overlap."
          },
          {
            "repo": "mloda-ai/mloda",
            "reason": "Same rag framework intent with rag, observability overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"rag\" in repository content."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Found Docker configuration file.",
              "Matched \"cloudflare workers\" in repository content.",
              "Matched \"pip 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, gpu."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 28,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "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"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "Low recommendation confidence; use as a discovery lead, not a final choice.",
          "Maintenance signal is weak; inspect recent commits, releases, and issues.",
          "users expecting a complete hosted product"
        ],
        "recommendation_reasons": [
          "Use MrFadiAi/free-llm-gateway when the user needs a rag framework project with docker, cloudflare, serverless deployment options.",
          "Use-case match is 50/100 for \"build Cloudflare-ready AI agents\".",
          "It matches the requested cloudflare deployment target.",
          "It is classified as rag_framework.",
          "Ranking signals: community 5/100, maintenance 6/100."
        ],
        "ranking_signals": {
          "use_case_match": 50,
          "community": 5,
          "maintenance": 6,
          "readiness": 60,
          "license_fit": 0
        },
        "matched_constraints": {
          "deployment": "cloudflare",
          "category": "rag_framework"
        },
        "unmatched_constraints": {},
        "confidence_reason": "Low confidence because the recommendation score is 25/100, use-case match is 50/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-08-01T10:00:19.760Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "Low recommendation confidence; use as a discovery lead, not a final choice.",
        "Maintenance signal is weak; inspect recent commits, releases, and issues.",
        "users expecting a complete hosted product"
      ],
      "confidence_reason": "Low confidence because the recommendation score is 25/100, use-case match is 50/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"
      ],
      "last_verified_at": "2026-08-01T10:00:19.760Z",
      "reason": "Use MrFadiAi/free-llm-gateway when the user needs a rag framework project with docker, cloudflare, serverless deployment options. Use-case match is 50/100 for \"build Cloudflare-ready AI agents\". It matches the requested cloudflare deployment target. It is classified as rag_framework. Ranking signals: community 5/100, maintenance 6/100.",
      "reasons": [
        "Use MrFadiAi/free-llm-gateway when the user needs a rag framework project with docker, cloudflare, serverless deployment options.",
        "Use-case match is 50/100 for \"build Cloudflare-ready AI agents\".",
        "It matches the requested cloudflare deployment target.",
        "It is classified as rag_framework.",
        "Ranking signals: community 5/100, maintenance 6/100."
      ],
      "decision_summary": "MrFadiAi/free-llm-gateway is an exploration candidate for \"build Cloudflare-ready AI agents\": recommendation score 25/100 with matched constraints, but quality and maturity signals need review.",
      "fit_profile": {
        "primary_fit": "Partial use-case overlap for \"build Cloudflare-ready AI agents\"; 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/MrFadiAi/free-llm-gateway to verify license, language, classification evidence, and quality signal confidence.",
        "Inspect /graph/MrFadiAi/free-llm-gateway 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/MrFadiAi/free-llm-gateway 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."
      ],
      "tradeoffs": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "next_actions": [
        {
          "label": "Open project knowledge",
          "href": "/projects/MrFadiAi/free-llm-gateway",
          "kind": "project"
        },
        {
          "label": "Inspect graph",
          "href": "/graph/MrFadiAi/free-llm-gateway",
          "kind": "graph"
        },
        {
          "label": "Find alternatives",
          "href": "/alternatives/MrFadiAi/free-llm-gateway",
          "kind": "alternatives"
        },
        {
          "label": "Explain score",
          "href": "/score/MrFadiAi/free-llm-gateway",
          "kind": "score"
        },
        {
          "label": "Compare shortlist",
          "href": "/compare/MrFadiAi/free-llm-gateway",
          "kind": "compare"
        }
      ],
      "matched_constraints": {
        "deployment": "cloudflare",
        "category": "rag_framework"
      },
      "unmatched_constraints": {},
      "ranking_signals": {
        "use_case_match": 50,
        "community": 5,
        "maintenance": 6,
        "readiness": 60,
        "license_fit": 0
      },
      "confidence": "low",
      "project": {
        "id": "MrFadiAi/free-llm-gateway",
        "owner": "MrFadiAi",
        "name": "free-llm-gateway",
        "full_name": "MrFadiAi/free-llm-gateway",
        "github_url": "https://github.com/MrFadiAi/free-llm-gateway",
        "homepage_url": null,
        "description": "Unified OpenAI-compatible API gateway aggregating 14+ free LLM providers with automatic fallback routing, rate limit tracking, and web dashboard",
        "language": "Python",
        "topics": [],
        "license": null,
        "stars": 162,
        "forks": 29,
        "open_issues": 1,
        "default_branch": "master",
        "created_at": "2026-04-24T00:14:38Z",
        "updated_at": "2026-08-01T08:02:05Z",
        "pushed_at": "2026-05-24T21:49:21Z",
        "synced_at": "2026-08-01T10:00:19.760Z"
      },
      "agent_card": {
        "project_id": "MrFadiAi/free-llm-gateway",
        "project_kind": "project",
        "category": "rag_framework",
        "difficulty": "beginner",
        "deployment": [
          "docker",
          "cloudflare",
          "serverless",
          "library_only",
          "local"
        ],
        "cloudflare_ready": false,
        "use_cases": [
          "build RAG applications",
          "connect private data to LLMs",
          "index documents for retrieval"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product"
        ],
        "alternatives": [
          {
            "project_id": "bytedance/deer-flow",
            "reason": "Same rag framework intent with rag, llm_gateway overlap."
          },
          {
            "project_id": "deepset-ai/haystack",
            "reason": "Same rag framework intent with rag, llm_gateway overlap."
          },
          {
            "project_id": "mloda-ai/mloda",
            "reason": "Same rag framework intent with rag, observability overlap."
          }
        ],
        "summary_for_agent": "Use MrFadiAi/free-llm-gateway when the user needs a rag framework project with docker, cloudflare, serverless deployment options.",
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"rag\" in repository content."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Found Docker configuration file.",
              "Matched \"cloudflare workers\" in repository content.",
              "Matched \"pip 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, gpu."
            ]
          }
        },
        "schema_version": "v1",
        "generated_at": "2026-08-01T10:00:19.760Z"
      },
      "metrics": {
        "project_id": "MrFadiAi/free-llm-gateway",
        "stars_30d_delta": 18,
        "commits_30d": 0,
        "releases_180d": 0,
        "contributors_90d": 1,
        "issue_first_response_median_hours": null,
        "recent_push_days": 68,
        "git_score": 5,
        "maintenance_score": 6,
        "signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 28,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "calculated_at": "2026-08-01T10:00:19.760Z"
      }
    }
  ],
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1057,
    "generated_at": "2026-08-08T09:17:55.984Z",
    "snapshot_id": "d1:1057:2026-08-08T07:00:42.325Z",
    "latest_synced_at": "2026-08-08T07:00:42.325Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}