{
  "profile": "full",
  "query": {
    "cloudflare_ready": "true",
    "deployment": "cloudflare",
    "ranking": "browse"
  },
  "projects": [
    {
      "project_id": "cloudflare/agents",
      "repo": "cloudflare/agents",
      "name": "agents",
      "github_url": "https://github.com/cloudflare/agents",
      "homepage_url": "https://developers.cloudflare.com/agents/",
      "language": "TypeScript",
      "license": "MIT",
      "project_kind": "project",
      "category": [
        "agent_framework"
      ],
      "tags": [
        "agents",
        "ai",
        "cloudflare",
        "durable-objects",
        "workflows"
      ],
      "description": "Build and deploy AI Agents on Cloudflare ",
      "overview": "Use cloudflare/agents when the user needs an agent framework project with cloudflare, serverless, library-only deployment options. It is marked Cloudflare-ready.",
      "alternatives": [
        {
          "repo": "langchain-ai/langchain",
          "reason": "Same agent framework intent with workflow overlap."
        },
        {
          "repo": "CopilotKit/CopilotKit",
          "reason": "Same agent framework intent with workflow overlap."
        },
        {
          "repo": "BuilderIO/agent-native",
          "reason": "Same agent framework intent with workflow overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "Cloudflare Workers",
        "LLM provider"
      ],
      "deployments": [
        "cloudflare",
        "serverless",
        "library_only",
        "local"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": true,
      "use_cases": [
        "build agents with agents",
        "orchestrate LLM tools",
        "prototype autonomous workflows"
      ],
      "not_good_for": [
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Manual product trust override for cloudflare/agents: Cloudflare Workers-native agent framework."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"durable objects\" 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": [
            "Manual product trust override for cloudflare/agents: first-party Cloudflare Agents SDK is Workers-native."
          ]
        }
      },
      "quality_signals": {
        "stars": 5594,
        "recent_commits": 61,
        "contributors": 77,
        "issue_response_time_hours": null,
        "release_frequency_180d": 100
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 30,
        "commits_30d": "complete",
        "releases_180d": "partial",
        "contributors_90d": "complete"
      },
      "quality_score": 43,
      "agent_score": 86,
      "score": 93,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 70,
        "deployment": 100,
        "popularity": 75,
        "community": 100
      },
      "git_top_score": 93,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 80,
        "documentation": 92,
        "stability": 90,
        "adoption": 100,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-18T15:01:06.290Z",
        "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 cloudflare/agents when the user needs an agent framework project with cloudflare, serverless, library-only deployment options.",
        "purpose": "Use cloudflare/agents when the user needs an agent framework project with cloudflare, serverless, library-only deployment options. It is marked Cloudflare-ready.",
        "install": "Deploy on Cloudflare Workers using the repository's deployment instructions.",
        "inputs": [
          "task prompt",
          "tools",
          "context",
          "memory/state"
        ],
        "outputs": [
          "agent runs",
          "tool calls",
          "workflow state"
        ],
        "good_for": [
          "build agents with agents",
          "orchestrate LLM tools",
          "prototype autonomous workflows",
          "stateful agents",
          "tool-using assistants",
          "workflow orchestration"
        ],
        "not_good_for": [
          "users expecting a complete hosted product",
          "simple prompt-only apps",
          "one-shot chat wrappers"
        ],
        "deployment": [
          "cloudflare",
          "serverless",
          "library_only",
          "local"
        ],
        "alternatives": [
          {
            "repo": "langchain-ai/langchain",
            "reason": "Same agent framework intent with workflow overlap."
          },
          {
            "repo": "CopilotKit/CopilotKit",
            "reason": "Same agent framework intent with workflow overlap."
          },
          {
            "repo": "BuilderIO/agent-native",
            "reason": "Same agent framework intent with workflow overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Manual product trust override for cloudflare/agents: Cloudflare Workers-native agent framework."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"durable objects\" 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": [
              "Manual product trust override for cloudflare/agents: first-party Cloudflare Agents SDK is Workers-native."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 30,
          "commits_30d": "complete",
          "releases_180d": "partial",
          "contributors_90d": "complete"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-18T15:01:06.290Z",
          "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": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "caveats": [
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: releases180d.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
        "last_verified_at": "2026-09-18T15:01:06.290Z"
      },
      "caveats": [
        "users expecting a complete hosted product",
        "Partial or estimated quality signals: releases180d.",
        "Independent installation, security, or runtime probes have not been run for this project."
      ],
      "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
      "source_fields": [
        "project.description",
        "project.topics",
        "project.language",
        "project.license",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "agent_card.deployment",
        "agent_card.classification",
        "metrics",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-18T15:01:06.290Z"
    },
    {
      "project_id": "cloudflare/puppeteer",
      "repo": "cloudflare/puppeteer",
      "name": "puppeteer",
      "github_url": "https://github.com/cloudflare/puppeteer",
      "homepage_url": "https://developers.cloudflare.com/",
      "language": "TypeScript",
      "license": "Apache-2.0",
      "project_kind": "project",
      "category": [
        "workflow_automation"
      ],
      "tags": [
        "cloudflare",
        "workers"
      ],
      "description": "Puppeteer Core fork that works with Cloudflare Browser Workers",
      "overview": "Use cloudflare/puppeteer when the user needs a workflow automation project with docker, cloudflare, serverless deployment options. It is marked Cloudflare-ready.",
      "alternatives": [
        {
          "repo": "microsoft/playwright",
          "reason": "Same workflow automation intent with browser_automation, workflow overlap."
        },
        {
          "repo": "lightpanda-io/browser",
          "reason": "Same workflow automation intent with browser_automation, workflow overlap."
        },
        {
          "repo": "puppeteer/puppeteer",
          "reason": "Same workflow automation intent with browser_automation, workflow overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "Cloudflare Workers",
        "Browser automation"
      ],
      "deployments": [
        "docker",
        "cloudflare",
        "serverless",
        "library_only",
        "local"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": true,
      "use_cases": [
        "orchestrate AI workflows",
        "connect tools and services",
        "automate repeated tasks"
      ],
      "not_good_for": [
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"workflow\" in repository content."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"cloudflare workers\" in repository content.",
            "Matched \"library\" 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: none detected."
          ]
        }
      },
      "quality_signals": {
        "stars": 371,
        "recent_commits": 0,
        "contributors": 100,
        "issue_response_time_hours": null,
        "release_frequency_180d": 5
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 31,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "partial"
      },
      "quality_score": 25,
      "agent_score": 76,
      "score": 83,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 44,
        "deployment": 100,
        "popularity": 51,
        "community": 100
      },
      "git_top_score": 83,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 40,
        "documentation": 92,
        "stability": 100,
        "adoption": 74,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-19T19:30:45.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 cloudflare/puppeteer when the user needs a workflow automation project with docker, cloudflare, serverless deployment options.",
        "purpose": "Use cloudflare/puppeteer when the user needs a workflow automation project with docker, cloudflare, serverless deployment options. It is marked Cloudflare-ready.",
        "install": "Deploy on Cloudflare Workers using the repository's deployment instructions.",
        "inputs": [
          "triggers",
          "jobs",
          "state"
        ],
        "outputs": [
          "automation runs",
          "orchestrated steps",
          "workflow events"
        ],
        "good_for": [
          "orchestrate AI workflows",
          "connect tools and services",
          "automate repeated tasks",
          "scheduled jobs",
          "durable workflows",
          "service orchestration"
        ],
        "not_good_for": [
          "users expecting a complete hosted product",
          "single-step utilities",
          "stateless examples"
        ],
        "deployment": [
          "docker",
          "cloudflare",
          "serverless",
          "library_only",
          "local"
        ],
        "alternatives": [
          {
            "repo": "microsoft/playwright",
            "reason": "Same workflow automation intent with browser_automation, workflow overlap."
          },
          {
            "repo": "lightpanda-io/browser",
            "reason": "Same workflow automation intent with browser_automation, workflow overlap."
          },
          {
            "repo": "puppeteer/puppeteer",
            "reason": "Same workflow automation intent with browser_automation, workflow overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"workflow\" in repository content."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"cloudflare workers\" in repository content.",
              "Matched \"library\" 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: none detected."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 31,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "partial"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-19T19:30:45.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": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "caveats": [
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: contributors90d.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "last_verified_at": "2026-09-19T19:30:45.080Z"
      },
      "caveats": [
        "users expecting a complete hosted product",
        "Partial or estimated quality signals: contributors90d.",
        "Independent installation, security, or runtime probes have not been run for this project."
      ],
      "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
      "source_fields": [
        "project.description",
        "project.topics",
        "project.language",
        "project.license",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "agent_card.deployment",
        "agent_card.classification",
        "metrics",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-19T19:30:45.080Z"
    },
    {
      "project_id": "cloudflare/templates",
      "repo": "cloudflare/templates",
      "name": "templates",
      "github_url": "https://github.com/cloudflare/templates",
      "homepage_url": "https://workers.cloudflare.com",
      "language": "TypeScript",
      "license": "MIT",
      "project_kind": "collection",
      "collection_metadata": {
        "scope": "starter_collection",
        "curated": true,
        "estimated_items": 10,
        "freshness": "active"
      },
      "category": [
        "ai_app_template"
      ],
      "tags": [],
      "description": "Templates for Cloudflare Workers",
      "overview": "Use cloudflare/templates when the user needs a curated ai app template resource collection with cloudflare, serverless, local usage paths. It is marked Cloudflare-ready.",
      "alternatives": [
        {
          "repo": "cloudflare/vibesdk-templates",
          "reason": "Similar ai app template with cloudflare/serverless deployment overlap."
        },
        {
          "repo": "lobehub/lobe-chat-plugins",
          "reason": "Similar ai app template with serverless/local deployment overlap."
        },
        {
          "repo": "lobehub/lobehub",
          "reason": "Similar ai app template with serverless/local deployment overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "Cloudflare Workers"
      ],
      "deployments": [
        "cloudflare",
        "serverless",
        "local"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": true,
      "use_cases": [
        "discover related AI projects",
        "compare implementation patterns",
        "bootstrap project selection"
      ],
      "not_good_for": [
        "users expecting a single installable runtime or library"
      ],
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"template\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"cloudflare workers\" 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: none detected."
          ]
        }
      },
      "quality_signals": {
        "stars": 2118,
        "recent_commits": 10,
        "contributors": 100,
        "issue_response_time_hours": null,
        "release_frequency_180d": 2
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 31,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "partial"
      },
      "quality_score": 24,
      "agent_score": 77,
      "score": 82,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 38,
        "deployment": 100,
        "popularity": 67,
        "community": 100
      },
      "git_top_score": 82,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 38,
        "documentation": 92,
        "stability": 76,
        "adoption": 100,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-19T17:30:37.985Z",
        "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_applicable",
            "source": "git_top_runtime",
            "evidence": [
              "collection/resource hub has no single install target"
            ]
          },
          "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": 1,
          "unknown": 0
        },
        "next_steps": [
          "Run a dependency and security scan before treating the score as a trust claim."
        ]
      },
      "summary": {
        "tl_dr": "Use cloudflare/templates when the user needs a curated ai app template resource collection with cloudflare, serverless, local usage paths.",
        "purpose": "Use cloudflare/templates when the user needs a curated ai app template resource collection with cloudflare, serverless, local usage paths. It is marked Cloudflare-ready.",
        "install": "Reference collection; there is no direct install step.",
        "inputs": [
          "starter config",
          "app requirements"
        ],
        "outputs": [
          "project scaffold",
          "starter app",
          "template structure"
        ],
        "good_for": [
          "discover related AI projects",
          "compare implementation patterns",
          "bootstrap project selection",
          "new AI applications",
          "starter projects",
          "reference implementations"
        ],
        "not_good_for": [
          "users expecting a single installable runtime or library",
          "drop-in libraries",
          "runtime infrastructure"
        ],
        "deployment": [
          "cloudflare",
          "serverless",
          "local"
        ],
        "alternatives": [
          {
            "repo": "cloudflare/vibesdk-templates",
            "reason": "Similar ai app template with cloudflare/serverless deployment overlap."
          },
          {
            "repo": "lobehub/lobe-chat-plugins",
            "reason": "Similar ai app template with serverless/local deployment overlap."
          },
          {
            "repo": "lobehub/lobehub",
            "reason": "Similar ai app template with serverless/local deployment overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"template\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"cloudflare workers\" 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: none detected."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 31,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "partial"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-19T17:30:37.985Z",
          "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_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "collection/resource hub has no single install target"
              ]
            },
            "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": 1,
            "unknown": 0
          },
          "next_steps": [
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "caveats": [
          "users expecting a single installable runtime or library",
          "Partial or estimated quality signals: contributors90d.",
          "Collection/resource hub; not a single installable runtime.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "last_verified_at": "2026-09-19T17:30:37.985Z"
      },
      "caveats": [
        "users expecting a single installable runtime or library",
        "Partial or estimated quality signals: contributors90d.",
        "Collection/resource hub; not a single installable runtime.",
        "Independent installation, security, or runtime probes have not been run for this project."
      ],
      "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
      "source_fields": [
        "project.description",
        "project.topics",
        "project.language",
        "project.license",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "agent_card.deployment",
        "agent_card.classification",
        "metrics",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-19T17:30:37.985Z"
    },
    {
      "project_id": "qdrant/qdrant-js",
      "repo": "qdrant/qdrant-js",
      "name": "qdrant-js",
      "github_url": "https://github.com/qdrant/qdrant-js",
      "homepage_url": "https://qdrant.tech",
      "language": "TypeScript",
      "license": "Apache-2.0",
      "project_kind": "project",
      "category": [
        "vector_database"
      ],
      "tags": [
        "javascript",
        "sdk",
        "sdk-typescript",
        "typescript",
        "vector-database"
      ],
      "description": "JavaScript/Typescript SDK for Qdrant Vector Database",
      "overview": "Use qdrant/qdrant-js when the user needs a vector database project with docker, cloudflare, serverless deployment options. It is marked Cloudflare-ready.",
      "alternatives": [
        {
          "repo": "milvus-io/milvus",
          "reason": "Same vector database intent with rag overlap."
        },
        {
          "repo": "qdrant/qdrant",
          "reason": "Same vector database intent with rag overlap."
        },
        {
          "repo": "weaviate/weaviate",
          "reason": "Same vector database intent with rag overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "Cloudflare Workers"
      ],
      "deployments": [
        "docker",
        "cloudflare",
        "serverless",
        "library_only",
        "local"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": true,
      "use_cases": [
        "store embeddings",
        "power semantic search",
        "serve retrieval workloads"
      ],
      "not_good_for": [
        "users expecting a complete hosted product",
        "simple prompt-only prototypes"
      ],
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"vector database\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"cloudflare workers\" in repository content.",
            "Matched \"npm install\" in repository content.",
            "Matched \"library\" 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: none detected."
          ]
        }
      },
      "quality_signals": {
        "stars": 464,
        "recent_commits": 0,
        "contributors": 16,
        "issue_response_time_hours": null,
        "release_frequency_180d": 2
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 31,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 10,
      "agent_score": 65,
      "score": 76,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 24,
        "deployment": 100,
        "popularity": 53,
        "community": 61
      },
      "git_top_score": 76,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 20,
        "documentation": 92,
        "stability": 86,
        "adoption": 75,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-19T15:00:49.892Z",
        "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 qdrant/qdrant-js when the user needs a vector database project with docker, cloudflare, serverless deployment options.",
        "purpose": "Use qdrant/qdrant-js when the user needs a vector database project with docker, cloudflare, serverless deployment options. It is marked Cloudflare-ready.",
        "install": "Deploy on Cloudflare Workers using the repository's deployment instructions.",
        "inputs": [
          "embeddings",
          "records",
          "similarity queries"
        ],
        "outputs": [
          "nearest neighbors",
          "vector search results",
          "filtered matches"
        ],
        "good_for": [
          "store embeddings",
          "power semantic search",
          "serve retrieval workloads",
          "embedding search",
          "semantic retrieval",
          "similarity indexing"
        ],
        "not_good_for": [
          "users expecting a complete hosted product",
          "simple prompt-only prototypes",
          "plain key-value storage",
          "prompt-only apps"
        ],
        "deployment": [
          "docker",
          "cloudflare",
          "serverless",
          "library_only",
          "local"
        ],
        "alternatives": [
          {
            "repo": "milvus-io/milvus",
            "reason": "Same vector database intent with rag overlap."
          },
          {
            "repo": "qdrant/qdrant",
            "reason": "Same vector database intent with rag overlap."
          },
          {
            "repo": "weaviate/weaviate",
            "reason": "Same vector database intent with rag overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"vector database\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"cloudflare workers\" in repository content.",
              "Matched \"npm install\" in repository content.",
              "Matched \"library\" 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: none detected."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 31,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-19T15:00:49.892Z",
          "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": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "caveats": [
          "users expecting a complete hosted product",
          "simple prompt-only prototypes",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "last_verified_at": "2026-09-19T15:00:49.892Z"
      },
      "caveats": [
        "users expecting a complete hosted product",
        "simple prompt-only prototypes",
        "Independent installation, security, or runtime probes have not been run for this project."
      ],
      "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
      "source_fields": [
        "project.description",
        "project.topics",
        "project.language",
        "project.license",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "agent_card.deployment",
        "agent_card.classification",
        "metrics",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-19T15:00:49.892Z"
    },
    {
      "project_id": "amikos-tech/chroma-go",
      "repo": "amikos-tech/chroma-go",
      "name": "chroma-go",
      "github_url": "https://github.com/amikos-tech/chroma-go",
      "homepage_url": "https://go-client.chromadb.dev",
      "language": "Go",
      "license": "MIT",
      "project_kind": "project",
      "category": [
        "vector_database"
      ],
      "tags": [
        "chromadb",
        "client",
        "embeddings",
        "vector-database"
      ],
      "description": "The Go client for Chroma vector database",
      "overview": "Use amikos-tech/chroma-go when the user needs a vector database project with docker, cloudflare, serverless deployment options. It is marked Cloudflare-ready.",
      "alternatives": [
        {
          "repo": "milvus-io/milvus",
          "reason": "Same vector database intent with rag overlap."
        },
        {
          "repo": "weaviate/weaviate",
          "reason": "Same vector database intent with rag overlap."
        },
        {
          "repo": "philippgille/chromem-go",
          "reason": "Same vector database intent with rag overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "Cloudflare Workers"
      ],
      "deployments": [
        "docker",
        "cloudflare",
        "serverless",
        "kubernetes",
        "library_only",
        "local"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": true,
      "use_cases": [
        "store embeddings",
        "power semantic search",
        "serve retrieval workloads"
      ],
      "not_good_for": [
        "users expecting a complete hosted product",
        "simple prompt-only prototypes"
      ],
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"vector database\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"cloudflare workers\" in repository content.",
            "Matched \"helm chart\" in repository content.",
            "Matched \"library\" 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: none detected."
          ]
        }
      },
      "quality_signals": {
        "stars": 208,
        "recent_commits": 0,
        "contributors": 9,
        "issue_response_time_hours": null,
        "release_frequency_180d": 1
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 31,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 7,
      "agent_score": 59,
      "score": 70,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 10,
        "deployment": 100,
        "popularity": 46,
        "community": 54
      },
      "git_top_score": 70,
      "git_top_score_breakdown": {
        "community": 92,
        "maintenance": 9,
        "documentation": 92,
        "stability": 78,
        "adoption": 66,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-18T21:30:38.860Z",
        "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 amikos-tech/chroma-go when the user needs a vector database project with docker, cloudflare, serverless deployment options.",
        "purpose": "Use amikos-tech/chroma-go when the user needs a vector database project with docker, cloudflare, serverless deployment options. It is marked Cloudflare-ready.",
        "install": "Deploy on Cloudflare Workers using the repository's deployment instructions.",
        "inputs": [
          "embeddings",
          "records",
          "similarity queries"
        ],
        "outputs": [
          "nearest neighbors",
          "vector search results",
          "filtered matches"
        ],
        "good_for": [
          "store embeddings",
          "power semantic search",
          "serve retrieval workloads",
          "embedding search",
          "semantic retrieval",
          "similarity indexing"
        ],
        "not_good_for": [
          "users expecting a complete hosted product",
          "simple prompt-only prototypes",
          "plain key-value storage",
          "prompt-only apps"
        ],
        "deployment": [
          "docker",
          "cloudflare",
          "serverless",
          "kubernetes",
          "library_only",
          "local"
        ],
        "alternatives": [
          {
            "repo": "milvus-io/milvus",
            "reason": "Same vector database intent with rag overlap."
          },
          {
            "repo": "weaviate/weaviate",
            "reason": "Same vector database intent with rag overlap."
          },
          {
            "repo": "philippgille/chromem-go",
            "reason": "Same vector database intent with rag overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"vector database\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"cloudflare workers\" in repository content.",
              "Matched \"helm chart\" in repository content.",
              "Matched \"library\" 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: none detected."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 31,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-18T21:30:38.860Z",
          "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": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "caveats": [
          "users expecting a complete hosted product",
          "simple prompt-only prototypes",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "last_verified_at": "2026-09-18T21:30:38.860Z"
      },
      "caveats": [
        "users expecting a complete hosted product",
        "simple prompt-only prototypes",
        "Independent installation, security, or runtime probes have not been run for this project."
      ],
      "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
      "source_fields": [
        "project.description",
        "project.topics",
        "project.language",
        "project.license",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "agent_card.deployment",
        "agent_card.classification",
        "metrics",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-18T21:30:38.860Z"
    },
    {
      "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": 1331,
        "recent_commits": 0,
        "contributors": 8,
        "issue_response_time_hours": null,
        "release_frequency_180d": 0
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 31,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 6,
      "agent_score": 61,
      "score": 69,
      "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
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-19T18:30:28.975Z",
        "signals": {
          "activity": {
            "status": "observed",
            "source": "github_metadata",
            "evidence": [
              "project.pushed_at",
              "metrics.recent_push_days"
            ]
          },
          "license": {
            "status": "unknown",
            "source": "github_metadata",
            "evidence": [
              "project.license is null"
            ]
          },
          "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": 2,
          "inferred": 1,
          "not_run": 2,
          "unknown": 1
        },
        "next_steps": [
          "Run an installation/build probe before production adoption.",
          "Run a dependency and security scan before treating the score as a trust claim.",
          "Fill missing GitHub metadata and re-sync the project."
        ]
      },
      "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": 31,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-19T18:30:28.975Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "unknown",
              "source": "github_metadata",
              "evidence": [
                "project.license is null"
              ]
            },
            "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": 2,
            "inferred": 1,
            "not_run": 2,
            "unknown": 1
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim.",
            "Fill missing GitHub metadata and re-sync the project."
          ]
        },
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "caveats": [
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
        "last_verified_at": "2026-09-19T18:30:28.975Z"
      },
      "caveats": [
        "Independent installation, security, or runtime probes have not been run for this project."
      ],
      "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
      "source_fields": [
        "project.description",
        "project.topics",
        "project.language",
        "project.license",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "agent_card.deployment",
        "agent_card.classification",
        "metrics",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-19T18:30:28.975Z"
    },
    {
      "project_id": "cloudflare/ai-utils",
      "repo": "cloudflare/ai-utils",
      "name": "ai-utils",
      "github_url": "https://github.com/cloudflare/ai-utils",
      "homepage_url": null,
      "language": "TypeScript",
      "license": "NOASSERTION",
      "project_kind": "project",
      "category": [
        "agent_framework"
      ],
      "tags": [],
      "description": "Developer toolkit that makes it simple to build with the Workers AI platform.",
      "overview": "Use cloudflare/ai-utils when the user needs an agent framework project with cloudflare, serverless, library-only deployment options. It is marked Cloudflare-ready.",
      "alternatives": [
        {
          "repo": "supermemoryai/supermemory",
          "reason": "Same agent framework intent with workflow overlap."
        },
        {
          "repo": "langchain-ai/langchainjs",
          "reason": "Same agent framework intent with workflow overlap."
        },
        {
          "repo": "cloudflare/agents",
          "reason": "Same agent framework intent with workflow overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "Cloudflare Workers",
        "LLM provider"
      ],
      "deployments": [
        "cloudflare",
        "serverless",
        "library_only",
        "local"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": true,
      "use_cases": [
        "build agents with ai-utils",
        "orchestrate LLM tools",
        "prototype autonomous workflows"
      ],
      "not_good_for": [
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"agent\" in repository content.",
            "Matched \"agents\" in repository content."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"cloudflare workers\" 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: none detected."
          ]
        }
      },
      "quality_signals": {
        "stars": 197,
        "recent_commits": 0,
        "contributors": 3,
        "issue_response_time_hours": null,
        "release_frequency_180d": 0
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 31,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 5,
      "agent_score": 57,
      "score": 63,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 7,
        "deployment": 100,
        "popularity": 46,
        "community": 48
      },
      "git_top_score": 63,
      "git_top_score_breakdown": {
        "community": 74,
        "maintenance": 5,
        "documentation": 92,
        "stability": 55,
        "adoption": 65,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-20T00:30:27.517Z",
        "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 cloudflare/ai-utils when the user needs an agent framework project with cloudflare, serverless, library-only deployment options.",
        "purpose": "Use cloudflare/ai-utils when the user needs an agent framework project with cloudflare, serverless, library-only deployment options. It is marked Cloudflare-ready.",
        "install": "Deploy on Cloudflare Workers using the repository's deployment instructions.",
        "inputs": [
          "task prompt",
          "tools",
          "context",
          "memory/state"
        ],
        "outputs": [
          "agent runs",
          "tool calls",
          "workflow state"
        ],
        "good_for": [
          "build agents with ai-utils",
          "orchestrate LLM tools",
          "prototype autonomous workflows",
          "stateful agents",
          "tool-using assistants",
          "workflow orchestration"
        ],
        "not_good_for": [
          "users expecting a complete hosted product",
          "simple prompt-only apps",
          "one-shot chat wrappers"
        ],
        "deployment": [
          "cloudflare",
          "serverless",
          "library_only",
          "local"
        ],
        "alternatives": [
          {
            "repo": "supermemoryai/supermemory",
            "reason": "Same agent framework intent with workflow overlap."
          },
          {
            "repo": "langchain-ai/langchainjs",
            "reason": "Same agent framework intent with workflow overlap."
          },
          {
            "repo": "cloudflare/agents",
            "reason": "Same agent framework intent with workflow overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"agent\" in repository content.",
              "Matched \"agents\" in repository content."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"cloudflare workers\" 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: none detected."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 31,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-20T00:30:27.517Z",
          "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": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "caveats": [
          "users expecting a complete hosted product",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
        "last_verified_at": "2026-09-20T00:30:27.517Z"
      },
      "caveats": [
        "users expecting a complete hosted product",
        "Independent installation, security, or runtime probes have not been run for this project."
      ],
      "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
      "source_fields": [
        "project.description",
        "project.topics",
        "project.language",
        "project.license",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "agent_card.deployment",
        "agent_card.classification",
        "metrics",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-20T00:30:27.517Z"
    },
    {
      "project_id": "Portkey-AI/hoot",
      "repo": "Portkey-AI/hoot",
      "name": "hoot",
      "github_url": "https://github.com/Portkey-AI/hoot",
      "homepage_url": "https://hoot.run",
      "language": "TypeScript",
      "license": "MIT",
      "project_kind": "project",
      "category": [
        "mcp_server"
      ],
      "tags": [
        "ai-gateway",
        "llm",
        "llmops",
        "mcp",
        "mcp-client",
        "mcp-gateway",
        "mcp-server",
        "mcp-servers",
        "mcp-tools",
        "model-context-protocol",
        "portkey"
      ],
      "description": "MCP Testing Tool — Like Postman, but for the Model Context Protocol.",
      "overview": "Use Portkey-AI/hoot when the user needs a mcp server project with cloudflare, serverless, library-only deployment options. It is marked Cloudflare-ready.",
      "alternatives": [
        {
          "repo": "headroomlabs-ai/headroom",
          "reason": "Same mcp server intent with mcp, llm_gateway overlap."
        },
        {
          "repo": "BerriAI/litellm",
          "reason": "Same mcp server intent with mcp, llm_gateway overlap."
        },
        {
          "repo": "rocketride-org/rocketride-server",
          "reason": "Same mcp server intent with mcp, llm_gateway overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "MCP",
        "Cloudflare Workers",
        "LLM provider"
      ],
      "deployments": [
        "cloudflare",
        "serverless",
        "library_only",
        "local"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": true,
      "use_cases": [
        "connect agents to tools",
        "expose APIs through MCP",
        "bootstrap MCP integrations"
      ],
      "not_good_for": [
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"model context protocol\" in metadata.",
            "Matched \"mcp\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"cloudflare workers\" in repository content.",
            "Matched \"durable objects\" 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, durable objects.",
            "Runtime blocker: none detected."
          ]
        }
      },
      "quality_signals": {
        "stars": 20,
        "recent_commits": 0,
        "contributors": 1,
        "issue_response_time_hours": null,
        "release_frequency_180d": 0
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 31,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 4,
      "agent_score": 53,
      "score": 55,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 6,
        "deployment": 100,
        "popularity": 26,
        "community": 46
      },
      "git_top_score": 55,
      "git_top_score_breakdown": {
        "community": 58,
        "maintenance": 4,
        "documentation": 92,
        "stability": 55,
        "adoption": 36,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-19T14:00:58.684Z",
        "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_run",
            "source": "git_top_runtime",
            "evidence": [
              "MCP liveness and tool-call probe is not enabled"
            ]
          }
        },
        "coverage": {
          "observed": 3,
          "inferred": 1,
          "not_run": 3,
          "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.",
          "Run MCP initialize, tools/list, first-call, and error probes before relying on this server."
        ]
      },
      "summary": {
        "tl_dr": "Use Portkey-AI/hoot when the user needs a mcp server project with cloudflare, serverless, library-only deployment options.",
        "purpose": "Use Portkey-AI/hoot when the user needs a mcp server project with cloudflare, serverless, library-only deployment options. It is marked Cloudflare-ready.",
        "install": "Deploy on Cloudflare Workers using the repository's deployment instructions.",
        "inputs": [
          "tool definitions",
          "resource config",
          "transport settings"
        ],
        "outputs": [
          "MCP tools",
          "JSON-RPC responses",
          "server capabilities"
        ],
        "good_for": [
          "connect agents to tools",
          "expose APIs through MCP",
          "bootstrap MCP integrations",
          "agent tool exposure",
          "MCP integrations",
          "tool servers"
        ],
        "not_good_for": [
          "users expecting a complete hosted product",
          "front-end apps",
          "non-tooling backends"
        ],
        "deployment": [
          "cloudflare",
          "serverless",
          "library_only",
          "local"
        ],
        "alternatives": [
          {
            "repo": "headroomlabs-ai/headroom",
            "reason": "Same mcp server intent with mcp, llm_gateway overlap."
          },
          {
            "repo": "BerriAI/litellm",
            "reason": "Same mcp server intent with mcp, llm_gateway overlap."
          },
          {
            "repo": "rocketride-org/rocketride-server",
            "reason": "Same mcp server intent with mcp, llm_gateway overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"model context protocol\" in metadata.",
              "Matched \"mcp\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"cloudflare workers\" in repository content.",
              "Matched \"durable objects\" 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, durable objects.",
              "Runtime blocker: none detected."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 31,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-19T14:00:58.684Z",
          "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_run",
              "source": "git_top_runtime",
              "evidence": [
                "MCP liveness and tool-call probe is not enabled"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 3,
            "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.",
            "Run MCP initialize, tools/list, first-call, and error probes before relying on this server."
          ]
        },
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "caveats": [
          "users expecting a complete hosted product",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
        "last_verified_at": "2026-09-19T14:00:58.684Z"
      },
      "caveats": [
        "users expecting a complete hosted product",
        "Independent installation, security, or runtime probes have not been run for this project."
      ],
      "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
      "source_fields": [
        "project.description",
        "project.topics",
        "project.language",
        "project.license",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "agent_card.deployment",
        "agent_card.classification",
        "metrics",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-19T14:00:58.684Z"
    }
  ],
  "knowledge": [
    {
      "project": {
        "id": "cloudflare/agents",
        "owner": "cloudflare",
        "name": "agents",
        "full_name": "cloudflare/agents",
        "github_url": "https://github.com/cloudflare/agents",
        "homepage_url": "https://developers.cloudflare.com/agents/",
        "description": "Build and deploy AI Agents on Cloudflare ",
        "language": "TypeScript",
        "topics": [
          "agents",
          "ai",
          "cloudflare",
          "durable-objects",
          "workflows"
        ],
        "license": "MIT",
        "stars": 5594,
        "forks": 720,
        "open_issues": 197,
        "default_branch": "main",
        "created_at": "2025-01-29T23:14:04Z",
        "updated_at": "2026-09-18T14:52:06Z",
        "pushed_at": "2026-09-18T14:14:45Z",
        "synced_at": "2026-09-18T15:01:06.290Z"
      },
      "agent_card": {
        "project_id": "cloudflare/agents",
        "project_kind": "project",
        "category": "agent_framework",
        "difficulty": "beginner",
        "deployment": [
          "cloudflare",
          "serverless",
          "library_only",
          "local"
        ],
        "cloudflare_ready": true,
        "use_cases": [
          "build agents with agents",
          "orchestrate LLM tools",
          "prototype autonomous workflows"
        ],
        "not_good_for": [
          "users expecting a complete hosted product"
        ],
        "alternatives": [
          {
            "project_id": "langchain-ai/langchain",
            "reason": "Same agent framework intent with workflow overlap."
          },
          {
            "project_id": "CopilotKit/CopilotKit",
            "reason": "Same agent framework intent with workflow overlap."
          },
          {
            "project_id": "BuilderIO/agent-native",
            "reason": "Same agent framework intent with workflow overlap."
          }
        ],
        "summary_for_agent": "Use cloudflare/agents when the user needs an agent framework project with cloudflare, serverless, library-only deployment options. It is marked Cloudflare-ready.",
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Manual product trust override for cloudflare/agents: Cloudflare Workers-native agent framework."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"durable objects\" 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": [
              "Manual product trust override for cloudflare/agents: first-party Cloudflare Agents SDK is Workers-native."
            ]
          }
        },
        "schema_version": "v1",
        "generated_at": "2026-09-18T15:01:06.290Z"
      },
      "metrics": {
        "project_id": "cloudflare/agents",
        "stars_30d_delta": 136,
        "commits_30d": 61,
        "releases_180d": 100,
        "contributors_90d": 77,
        "issue_first_response_median_hours": null,
        "recent_push_days": 0,
        "git_score": 43,
        "maintenance_score": 70,
        "signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 30,
          "commits_30d": "complete",
          "releases_180d": "partial",
          "contributors_90d": "complete"
        },
        "calculated_at": "2026-09-18T15:01:06.290Z"
      }
    },
    {
      "project": {
        "id": "cloudflare/puppeteer",
        "owner": "cloudflare",
        "name": "puppeteer",
        "full_name": "cloudflare/puppeteer",
        "github_url": "https://github.com/cloudflare/puppeteer",
        "homepage_url": "https://developers.cloudflare.com/",
        "description": "Puppeteer Core fork that works with Cloudflare Browser Workers",
        "language": "TypeScript",
        "topics": [
          "cloudflare",
          "workers"
        ],
        "license": "Apache-2.0",
        "stars": 371,
        "forks": 56,
        "open_issues": 29,
        "default_branch": "main",
        "created_at": "2023-04-21T20:08:59Z",
        "updated_at": "2026-09-17T11:57:41Z",
        "pushed_at": "2026-09-12T22:53:55Z",
        "synced_at": "2026-09-19T19:30:45.080Z"
      },
      "agent_card": {
        "project_id": "cloudflare/puppeteer",
        "project_kind": "project",
        "category": "workflow_automation",
        "difficulty": "beginner",
        "deployment": [
          "docker",
          "cloudflare",
          "serverless",
          "library_only",
          "local"
        ],
        "cloudflare_ready": true,
        "use_cases": [
          "orchestrate AI workflows",
          "connect tools and services",
          "automate repeated tasks"
        ],
        "not_good_for": [
          "users expecting a complete hosted product"
        ],
        "alternatives": [
          {
            "project_id": "microsoft/playwright",
            "reason": "Same workflow automation intent with browser_automation, workflow overlap."
          },
          {
            "project_id": "lightpanda-io/browser",
            "reason": "Same workflow automation intent with browser_automation, workflow overlap."
          },
          {
            "project_id": "puppeteer/puppeteer",
            "reason": "Same workflow automation intent with browser_automation, workflow overlap."
          }
        ],
        "summary_for_agent": "Use cloudflare/puppeteer when the user needs a workflow automation project with docker, cloudflare, serverless deployment options. It is marked Cloudflare-ready.",
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"workflow\" in repository content."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"cloudflare workers\" in repository content.",
              "Matched \"library\" 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: none detected."
            ]
          }
        },
        "schema_version": "v1",
        "generated_at": "2026-09-19T19:30:45.080Z"
      },
      "metrics": {
        "project_id": "cloudflare/puppeteer",
        "stars_30d_delta": 2,
        "commits_30d": 0,
        "releases_180d": 5,
        "contributors_90d": 100,
        "issue_first_response_median_hours": null,
        "recent_push_days": 6,
        "git_score": 25,
        "maintenance_score": 44,
        "signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 31,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "partial"
        },
        "calculated_at": "2026-09-19T19:30:45.080Z"
      }
    },
    {
      "project": {
        "id": "cloudflare/templates",
        "owner": "cloudflare",
        "name": "templates",
        "full_name": "cloudflare/templates",
        "github_url": "https://github.com/cloudflare/templates",
        "homepage_url": "https://workers.cloudflare.com",
        "description": "Templates for Cloudflare Workers",
        "language": "TypeScript",
        "topics": [],
        "license": "MIT",
        "stars": 2118,
        "forks": 1034,
        "open_issues": 197,
        "default_branch": "main",
        "created_at": "2017-12-19T16:38:32Z",
        "updated_at": "2026-09-19T16:43:44Z",
        "pushed_at": "2026-09-08T18:44:16Z",
        "synced_at": "2026-09-19T17:30:37.985Z"
      },
      "agent_card": {
        "project_id": "cloudflare/templates",
        "project_kind": "collection",
        "collection_metadata": {
          "scope": "starter_collection",
          "curated": true,
          "estimated_items": 10,
          "freshness": "active"
        },
        "category": "ai_app_template",
        "difficulty": "beginner",
        "deployment": [
          "cloudflare",
          "serverless",
          "local"
        ],
        "cloudflare_ready": true,
        "use_cases": [
          "discover related AI projects",
          "compare implementation patterns",
          "bootstrap project selection"
        ],
        "not_good_for": [
          "users expecting a single installable runtime or library"
        ],
        "alternatives": [
          {
            "project_id": "cloudflare/vibesdk-templates",
            "reason": "Similar ai app template with cloudflare/serverless deployment overlap."
          },
          {
            "project_id": "lobehub/lobe-chat-plugins",
            "reason": "Similar ai app template with serverless/local deployment overlap."
          },
          {
            "project_id": "lobehub/lobehub",
            "reason": "Similar ai app template with serverless/local deployment overlap."
          }
        ],
        "summary_for_agent": "Use cloudflare/templates when the user needs a curated ai app template resource collection with cloudflare, serverless, local usage paths. It is marked Cloudflare-ready.",
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"template\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"cloudflare workers\" 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: none detected."
            ]
          }
        },
        "schema_version": "v1",
        "generated_at": "2026-09-19T17:30:37.985Z"
      },
      "metrics": {
        "project_id": "cloudflare/templates",
        "stars_30d_delta": 43,
        "commits_30d": 10,
        "releases_180d": 2,
        "contributors_90d": 100,
        "issue_first_response_median_hours": null,
        "recent_push_days": 10,
        "git_score": 24,
        "maintenance_score": 38,
        "signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 31,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "partial"
        },
        "calculated_at": "2026-09-19T17:30:37.985Z"
      }
    },
    {
      "project": {
        "id": "qdrant/qdrant-js",
        "owner": "qdrant",
        "name": "qdrant-js",
        "full_name": "qdrant/qdrant-js",
        "github_url": "https://github.com/qdrant/qdrant-js",
        "homepage_url": "https://qdrant.tech",
        "description": "JavaScript/Typescript SDK for Qdrant Vector Database",
        "language": "TypeScript",
        "topics": [
          "javascript",
          "sdk",
          "sdk-typescript",
          "typescript",
          "vector-database"
        ],
        "license": "Apache-2.0",
        "stars": 464,
        "forks": 46,
        "open_issues": 38,
        "default_branch": "master",
        "created_at": "2023-03-29T08:50:14Z",
        "updated_at": "2026-09-17T20:10:33Z",
        "pushed_at": "2026-09-17T15:08:54Z",
        "synced_at": "2026-09-19T15:00:49.892Z"
      },
      "agent_card": {
        "project_id": "qdrant/qdrant-js",
        "project_kind": "project",
        "category": "vector_database",
        "difficulty": "beginner",
        "deployment": [
          "docker",
          "cloudflare",
          "serverless",
          "library_only",
          "local"
        ],
        "cloudflare_ready": true,
        "use_cases": [
          "store embeddings",
          "power semantic search",
          "serve retrieval workloads"
        ],
        "not_good_for": [
          "users expecting a complete hosted product",
          "simple prompt-only prototypes"
        ],
        "alternatives": [
          {
            "project_id": "milvus-io/milvus",
            "reason": "Same vector database intent with rag overlap."
          },
          {
            "project_id": "qdrant/qdrant",
            "reason": "Same vector database intent with rag overlap."
          },
          {
            "project_id": "weaviate/weaviate",
            "reason": "Same vector database intent with rag overlap."
          }
        ],
        "summary_for_agent": "Use qdrant/qdrant-js when the user needs a vector database project with docker, cloudflare, serverless deployment options. It is marked Cloudflare-ready.",
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"vector database\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"cloudflare workers\" in repository content.",
              "Matched \"npm install\" in repository content.",
              "Matched \"library\" 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: none detected."
            ]
          }
        },
        "schema_version": "v1",
        "generated_at": "2026-09-19T15:00:49.892Z"
      },
      "metrics": {
        "project_id": "qdrant/qdrant-js",
        "stars_30d_delta": 4,
        "commits_30d": 0,
        "releases_180d": 2,
        "contributors_90d": 16,
        "issue_first_response_median_hours": null,
        "recent_push_days": 1,
        "git_score": 10,
        "maintenance_score": 24,
        "signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 31,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "calculated_at": "2026-09-19T15:00:49.892Z"
      }
    },
    {
      "project": {
        "id": "amikos-tech/chroma-go",
        "owner": "amikos-tech",
        "name": "chroma-go",
        "full_name": "amikos-tech/chroma-go",
        "github_url": "https://github.com/amikos-tech/chroma-go",
        "homepage_url": "https://go-client.chromadb.dev",
        "description": "The Go client for Chroma vector database",
        "language": "Go",
        "topics": [
          "chromadb",
          "client",
          "embeddings",
          "vector-database"
        ],
        "license": "MIT",
        "stars": 208,
        "forks": 35,
        "open_issues": 33,
        "default_branch": "main",
        "created_at": "2023-08-03T08:52:06Z",
        "updated_at": "2026-09-04T18:33:33Z",
        "pushed_at": "2026-08-19T03:53:29Z",
        "synced_at": "2026-09-18T21:30:38.860Z"
      },
      "agent_card": {
        "project_id": "amikos-tech/chroma-go",
        "project_kind": "project",
        "category": "vector_database",
        "difficulty": "beginner",
        "deployment": [
          "docker",
          "cloudflare",
          "serverless",
          "kubernetes",
          "library_only",
          "local"
        ],
        "cloudflare_ready": true,
        "use_cases": [
          "store embeddings",
          "power semantic search",
          "serve retrieval workloads"
        ],
        "not_good_for": [
          "users expecting a complete hosted product",
          "simple prompt-only prototypes"
        ],
        "alternatives": [
          {
            "project_id": "milvus-io/milvus",
            "reason": "Same vector database intent with rag overlap."
          },
          {
            "project_id": "weaviate/weaviate",
            "reason": "Same vector database intent with rag overlap."
          },
          {
            "project_id": "philippgille/chromem-go",
            "reason": "Same vector database intent with rag overlap."
          }
        ],
        "summary_for_agent": "Use amikos-tech/chroma-go when the user needs a vector database project with docker, cloudflare, serverless deployment options. It is marked Cloudflare-ready.",
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"vector database\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"cloudflare workers\" in repository content.",
              "Matched \"helm chart\" in repository content.",
              "Matched \"library\" 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: none detected."
            ]
          }
        },
        "schema_version": "v1",
        "generated_at": "2026-09-18T21:30:38.860Z"
      },
      "metrics": {
        "project_id": "amikos-tech/chroma-go",
        "stars_30d_delta": 0,
        "commits_30d": 0,
        "releases_180d": 1,
        "contributors_90d": 9,
        "issue_first_response_median_hours": null,
        "recent_push_days": 30,
        "git_score": 7,
        "maintenance_score": 10,
        "signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 31,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "calculated_at": "2026-09-18T21:30:38.860Z"
      }
    },
    {
      "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": 1331,
        "forks": 199,
        "open_issues": 1,
        "default_branch": "main",
        "created_at": "2024-07-31T01:50:05Z",
        "updated_at": "2026-09-17T09:50:50Z",
        "pushed_at": "2025-07-08T07:24:20Z",
        "synced_at": "2026-09-19T18:30:28.975Z"
      },
      "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-09-19T18:30:28.975Z"
      },
      "metrics": {
        "project_id": "supermemoryai/opensearch-ai",
        "stars_30d_delta": 2,
        "commits_30d": 0,
        "releases_180d": 0,
        "contributors_90d": 8,
        "issue_first_response_median_hours": null,
        "recent_push_days": 438,
        "git_score": 6,
        "maintenance_score": 8,
        "signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 31,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "calculated_at": "2026-09-19T18:30:28.975Z"
      }
    },
    {
      "project": {
        "id": "cloudflare/ai-utils",
        "owner": "cloudflare",
        "name": "ai-utils",
        "full_name": "cloudflare/ai-utils",
        "github_url": "https://github.com/cloudflare/ai-utils",
        "homepage_url": null,
        "description": "Developer toolkit that makes it simple to build with the Workers AI platform.",
        "language": "TypeScript",
        "topics": [],
        "license": "NOASSERTION",
        "stars": 197,
        "forks": 29,
        "open_issues": 16,
        "default_branch": "main",
        "created_at": "2024-06-27T12:49:08Z",
        "updated_at": "2026-09-16T12:38:15Z",
        "pushed_at": "2026-06-08T16:19:09Z",
        "synced_at": "2026-09-20T00:30:27.517Z"
      },
      "agent_card": {
        "project_id": "cloudflare/ai-utils",
        "project_kind": "project",
        "category": "agent_framework",
        "difficulty": "beginner",
        "deployment": [
          "cloudflare",
          "serverless",
          "library_only",
          "local"
        ],
        "cloudflare_ready": true,
        "use_cases": [
          "build agents with ai-utils",
          "orchestrate LLM tools",
          "prototype autonomous workflows"
        ],
        "not_good_for": [
          "users expecting a complete hosted product"
        ],
        "alternatives": [
          {
            "project_id": "supermemoryai/supermemory",
            "reason": "Same agent framework intent with workflow overlap."
          },
          {
            "project_id": "langchain-ai/langchainjs",
            "reason": "Same agent framework intent with workflow overlap."
          },
          {
            "project_id": "cloudflare/agents",
            "reason": "Same agent framework intent with workflow overlap."
          }
        ],
        "summary_for_agent": "Use cloudflare/ai-utils when the user needs an agent framework project with cloudflare, serverless, library-only deployment options. It is marked Cloudflare-ready.",
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"agent\" in repository content.",
              "Matched \"agents\" in repository content."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"cloudflare workers\" 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: none detected."
            ]
          }
        },
        "schema_version": "v1",
        "generated_at": "2026-09-20T00:30:27.517Z"
      },
      "metrics": {
        "project_id": "cloudflare/ai-utils",
        "stars_30d_delta": 0,
        "commits_30d": 0,
        "releases_180d": 0,
        "contributors_90d": 3,
        "issue_first_response_median_hours": null,
        "recent_push_days": 103,
        "git_score": 5,
        "maintenance_score": 7,
        "signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 31,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "calculated_at": "2026-09-20T00:30:27.517Z"
      }
    },
    {
      "project": {
        "id": "Portkey-AI/hoot",
        "owner": "Portkey-AI",
        "name": "hoot",
        "full_name": "Portkey-AI/hoot",
        "github_url": "https://github.com/Portkey-AI/hoot",
        "homepage_url": "https://hoot.run",
        "description": "MCP Testing Tool — Like Postman, but for the Model Context Protocol.",
        "language": "TypeScript",
        "topics": [
          "ai-gateway",
          "llm",
          "llmops",
          "mcp",
          "mcp-client",
          "mcp-gateway",
          "mcp-server",
          "mcp-servers",
          "mcp-tools",
          "model-context-protocol",
          "portkey"
        ],
        "license": "MIT",
        "stars": 20,
        "forks": 6,
        "open_issues": 2,
        "default_branch": "main",
        "created_at": "2025-10-24T08:06:32Z",
        "updated_at": "2026-05-20T23:43:16Z",
        "pushed_at": "2026-02-11T09:47:42Z",
        "synced_at": "2026-09-19T14:00:58.684Z"
      },
      "agent_card": {
        "project_id": "Portkey-AI/hoot",
        "project_kind": "project",
        "category": "mcp_server",
        "difficulty": "beginner",
        "deployment": [
          "cloudflare",
          "serverless",
          "library_only",
          "local"
        ],
        "cloudflare_ready": true,
        "use_cases": [
          "connect agents to tools",
          "expose APIs through MCP",
          "bootstrap MCP integrations"
        ],
        "not_good_for": [
          "users expecting a complete hosted product"
        ],
        "alternatives": [
          {
            "project_id": "headroomlabs-ai/headroom",
            "reason": "Same mcp server intent with mcp, llm_gateway overlap."
          },
          {
            "project_id": "BerriAI/litellm",
            "reason": "Same mcp server intent with mcp, llm_gateway overlap."
          },
          {
            "project_id": "rocketride-org/rocketride-server",
            "reason": "Same mcp server intent with mcp, llm_gateway overlap."
          }
        ],
        "summary_for_agent": "Use Portkey-AI/hoot when the user needs a mcp server project with cloudflare, serverless, library-only deployment options. It is marked Cloudflare-ready.",
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"model context protocol\" in metadata.",
              "Matched \"mcp\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"cloudflare workers\" in repository content.",
              "Matched \"durable objects\" 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, durable objects.",
              "Runtime blocker: none detected."
            ]
          }
        },
        "schema_version": "v1",
        "generated_at": "2026-09-19T14:00:58.684Z"
      },
      "metrics": {
        "project_id": "Portkey-AI/hoot",
        "stars_30d_delta": 0,
        "commits_30d": 0,
        "releases_180d": 0,
        "contributors_90d": 1,
        "issue_first_response_median_hours": null,
        "recent_push_days": 220,
        "git_score": 4,
        "maintenance_score": 6,
        "signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 31,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "calculated_at": "2026-09-19T14:00:58.684Z"
      }
    }
  ],
  "search": {
    "applied_filters": {
      "deployment": "cloudflare",
      "cloudflare_ready": true
    },
    "known_filter_values": {
      "category": [
        "agent_framework",
        "ai_app_template",
        "ai_observability",
        "browser_agent",
        "coding_agent",
        "llm_eval",
        "llm_gateway",
        "local_llm_runtime",
        "mcp_server",
        "prompt_tooling",
        "rag_framework",
        "vector_database",
        "workflow_automation"
      ],
      "deployment": [
        "cloud",
        "cloudflare",
        "docker",
        "kubernetes",
        "library_only",
        "local",
        "serverless",
        "vercel"
      ],
      "difficulty": [
        "advanced",
        "beginner",
        "intermediate"
      ],
      "language": [
        "C",
        "C#",
        "C++",
        "Clojure",
        "Dart",
        "Dockerfile",
        "Elixir",
        "Go",
        "Go Template",
        "Haskell",
        "HTML",
        "Java",
        "JavaScript",
        "Jupyter Notebook",
        "Kotlin",
        "Lua",
        "MDX",
        "Nix",
        "OCaml",
        "Pascal",
        "PHP",
        "PowerShell",
        "Python",
        "QML",
        "ReScript",
        "Ruby",
        "Rust",
        "Shell",
        "Svelte",
        "Swift",
        "TeX",
        "TypeScript",
        "Wolfram Language",
        "Zig"
      ],
      "project_kind": [
        "project",
        "collection"
      ],
      "min_confidence": [
        "low",
        "medium",
        "high"
      ],
      "cloudflare_ready": [
        false,
        true
      ]
    }
  },
  "page": {
    "offset": 0,
    "limit": 20,
    "has_more": false,
    "next_cursor": null,
    "snapshot_id": "d1:1213:2026-09-20T01:00:55.157Z"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1213,
    "generated_at": "2026-09-20T01:02:59.877Z",
    "snapshot_id": "d1:1213:2026-09-20T01:00:55.157Z",
    "latest_synced_at": "2026-09-20T01:00:55.157Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}