{
  "query": {
    "use_case": "build Cloudflare-ready AI agents",
    "deployment": "vercel",
    "category": "browser_agent"
  },
  "recommendations": [
    {
      "project_id": "vercel-labs/agent-browser",
      "repo": "vercel-labs/agent-browser",
      "name": "agent-browser",
      "github_url": "https://github.com/vercel-labs/agent-browser",
      "homepage_url": "https://agent-browser.dev",
      "language": "Rust",
      "license": "Apache-2.0",
      "project_kind": "project",
      "category": [
        "browser_agent"
      ],
      "tags": [],
      "description": "Browser automation CLI for AI agents",
      "overview": "Use vercel-labs/agent-browser when the user needs a browser agent project with vercel, serverless, library-only deployment options.",
      "alternatives": [
        {
          "repo": "browser-use/browser-use",
          "reason": "Same browser agent intent with browser_automation, workflow overlap."
        },
        {
          "repo": "unclecode/crawl4ai",
          "reason": "Same browser agent intent with browser_automation, workflow overlap."
        },
        {
          "repo": "huggingface/huggingface.js",
          "reason": "Same browser agent intent with browser_automation, workflow overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "Browser automation",
        "LLM provider"
      ],
      "deployments": [
        "vercel",
        "serverless",
        "library_only",
        "local"
      ],
      "difficulty": "intermediate",
      "cloudflare_ready": false,
      "use_cases": [
        "build browser automation agents",
        "operate web tasks with LLMs",
        "test web workflows"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"browser automation\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"vercel\" 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": [
            "No strong beginner or advanced signal found; defaulting to intermediate."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "quality_signals": {
        "stars": 42847,
        "recent_commits": 47,
        "contributors": 100,
        "issue_response_time_hours": null,
        "release_frequency_180d": 50
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 30,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "partial"
      },
      "quality_score": 79,
      "agent_score": 87,
      "score": 56,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 68,
        "deployment": 90,
        "popularity": 93,
        "community": 100
      },
      "git_top_score": 93,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 78,
        "documentation": 92,
        "stability": 90,
        "adoption": 100,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-19T02:00:37.119Z",
        "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 vercel-labs/agent-browser when the user needs a browser agent project with vercel, serverless, library-only deployment options.",
        "purpose": "Use vercel-labs/agent-browser when the user needs a browser agent project with vercel, serverless, library-only deployment options.",
        "install": "Install as a library or package using the repository instructions.",
        "inputs": [
          "URL or page task",
          "browser session",
          "navigation constraints"
        ],
        "outputs": [
          "browser actions",
          "page state",
          "extracted data"
        ],
        "good_for": [
          "build browser automation agents",
          "operate web tasks with LLMs",
          "test web workflows",
          "web automation",
          "browser tasks",
          "UI-driven workflows"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "backend-only jobs",
          "offline batch processing"
        ],
        "deployment": [
          "vercel",
          "serverless",
          "library_only",
          "local"
        ],
        "alternatives": [
          {
            "repo": "browser-use/browser-use",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "unclecode/crawl4ai",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "huggingface/huggingface.js",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"browser automation\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"vercel\" 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": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 30,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "partial"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-19T02:00:37.119Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "source_fields": [
          "agent_card.classification",
          "agent_card.deployment",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "metrics",
          "project.description",
          "project.language",
          "project.license",
          "project.topics",
          "recommendation.constraints",
          "recommendation.query",
          "recommendation.ranking_signals",
          "verification.signals"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "Independent installation, security, or runtime probes have not been run for this project.",
          "Partial or estimated quality signals: contributors90d.",
          "users expecting a complete hosted product"
        ],
        "recommendation_reasons": [
          "Use vercel-labs/agent-browser when the user needs a browser agent project with vercel, serverless, library-only deployment options.",
          "Use-case match is 50/100 for \"build Cloudflare-ready AI agents\".",
          "It matches the requested vercel deployment target.",
          "It is classified as browser_agent.",
          "Ranking signals: community 79/100, maintenance 68/100."
        ],
        "ranking_signals": {
          "use_case_match": 50,
          "community": 79,
          "maintenance": 68,
          "readiness": 60,
          "license_fit": 0
        },
        "matched_constraints": {
          "deployment": "vercel",
          "category": "browser_agent"
        },
        "unmatched_constraints": {},
        "confidence_reason": "Medium confidence because the 56/100 recommendation is usable but quality or maturity evidence should be reviewed; Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "last_verified_at": "2026-09-19T02:00:37.119Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "Independent installation, security, or runtime probes have not been run for this project.",
        "Partial or estimated quality signals: contributors90d.",
        "users expecting a complete hosted product"
      ],
      "confidence_reason": "Medium confidence because the 56/100 recommendation is usable but quality or maturity evidence should be reviewed; Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
      "source_fields": [
        "agent_card.classification",
        "agent_card.deployment",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "metrics",
        "project.description",
        "project.language",
        "project.license",
        "project.topics",
        "recommendation.constraints",
        "recommendation.query",
        "recommendation.ranking_signals",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-19T02:00:37.119Z",
      "reason": "Use vercel-labs/agent-browser when the user needs a browser agent project with vercel, serverless, library-only deployment options. Use-case match is 50/100 for \"build Cloudflare-ready AI agents\". It matches the requested vercel deployment target. It is classified as browser_agent. Ranking signals: community 79/100, maintenance 68/100.",
      "reasons": [
        "Use vercel-labs/agent-browser when the user needs a browser agent project with vercel, serverless, library-only deployment options.",
        "Use-case match is 50/100 for \"build Cloudflare-ready AI agents\".",
        "It matches the requested vercel deployment target.",
        "It is classified as browser_agent.",
        "Ranking signals: community 79/100, maintenance 68/100."
      ],
      "decision_summary": "vercel-labs/agent-browser is an exploration candidate for \"build Cloudflare-ready AI agents\": recommendation score 56/100 with matched constraints, but quality and maturity signals need review.",
      "fit_profile": {
        "primary_fit": "Partial use-case overlap for \"build Cloudflare-ready AI agents\"; validate the target workflow.",
        "deployment_fit": "Matches requested vercel deployment.",
        "maturity": "High maturity signal from community and maintenance scores.",
        "agent_readiness": "Agent-readable summary and use cases are available."
      },
      "adoption_plan": [
        "Open /projects/vercel-labs/agent-browser to verify license, language, classification evidence, and quality signal confidence.",
        "Inspect /graph/vercel-labs/agent-browser for dependencies, related projects, deployment targets, and alternatives.",
        "Use the matched constraints (deployment, category) as the initial acceptance checklist.",
        "Prototype the vercel deployment path before committing to a migration.",
        "Compare against /alternatives/vercel-labs/agent-browser before final selection."
      ],
      "risk_flags": [],
      "tradeoffs": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "next_actions": [
        {
          "label": "Open project knowledge",
          "href": "/projects/vercel-labs/agent-browser",
          "kind": "project"
        },
        {
          "label": "Inspect graph",
          "href": "/graph/vercel-labs/agent-browser",
          "kind": "graph"
        },
        {
          "label": "Find alternatives",
          "href": "/alternatives/vercel-labs/agent-browser",
          "kind": "alternatives"
        },
        {
          "label": "Explain score",
          "href": "/score/vercel-labs/agent-browser",
          "kind": "score"
        },
        {
          "label": "Compare shortlist",
          "href": "/compare/vercel-labs/agent-browser",
          "kind": "compare"
        }
      ],
      "matched_constraints": {
        "deployment": "vercel",
        "category": "browser_agent"
      },
      "unmatched_constraints": {},
      "ranking_signals": {
        "use_case_match": 50,
        "community": 79,
        "maintenance": 68,
        "readiness": 60,
        "license_fit": 0
      },
      "confidence": "medium",
      "project": {
        "id": "vercel-labs/agent-browser",
        "owner": "vercel-labs",
        "name": "agent-browser",
        "full_name": "vercel-labs/agent-browser",
        "github_url": "https://github.com/vercel-labs/agent-browser",
        "homepage_url": "https://agent-browser.dev",
        "description": "Browser automation CLI for AI agents",
        "language": "Rust",
        "topics": [],
        "license": "Apache-2.0",
        "stars": 42847,
        "forks": 2873,
        "open_issues": 789,
        "default_branch": "main",
        "created_at": "2026-01-11T05:38:15Z",
        "updated_at": "2026-09-19T01:57:01Z",
        "pushed_at": "2026-09-18T22:18:42Z",
        "synced_at": "2026-09-19T02:00:37.119Z"
      },
      "agent_card": {
        "project_id": "vercel-labs/agent-browser",
        "project_kind": "project",
        "category": "browser_agent",
        "difficulty": "intermediate",
        "deployment": [
          "vercel",
          "serverless",
          "library_only",
          "local"
        ],
        "cloudflare_ready": false,
        "use_cases": [
          "build browser automation agents",
          "operate web tasks with LLMs",
          "test web workflows"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product"
        ],
        "alternatives": [
          {
            "project_id": "browser-use/browser-use",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "project_id": "unclecode/crawl4ai",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "project_id": "huggingface/huggingface.js",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          }
        ],
        "summary_for_agent": "Use vercel-labs/agent-browser when the user needs a browser agent project with vercel, serverless, library-only deployment options.",
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"browser automation\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"vercel\" 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": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "schema_version": "v1",
        "generated_at": "2026-09-19T02:00:37.119Z"
      },
      "metrics": {
        "project_id": "vercel-labs/agent-browser",
        "stars_30d_delta": 1906,
        "commits_30d": 47,
        "releases_180d": 50,
        "contributors_90d": 100,
        "issue_first_response_median_hours": null,
        "recent_push_days": 0,
        "git_score": 79,
        "maintenance_score": 68,
        "signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 30,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "partial"
        },
        "calculated_at": "2026-09-19T02:00:37.119Z"
      }
    },
    {
      "project_id": "jackwener/OpenCLI",
      "repo": "jackwener/OpenCLI",
      "name": "OpenCLI",
      "github_url": "https://github.com/jackwener/OpenCLI",
      "homepage_url": "https://opencli.info/",
      "language": "JavaScript",
      "license": "Apache-2.0",
      "project_kind": "project",
      "category": [
        "browser_agent"
      ],
      "tags": [
        "ai-agent",
        "ai-agents",
        "ai-tools",
        "browser-automation",
        "browser-use",
        "cli",
        "playwright"
      ],
      "description": "Make Any Website into CLI & Use your logged-in browser by AI agent. ",
      "overview": "Use jackwener/OpenCLI when the user needs a browser agent project with docker, vercel, serverless deployment options.",
      "alternatives": [
        {
          "repo": "browser-use/browser-use",
          "reason": "Same browser agent intent with browser_automation, workflow overlap."
        },
        {
          "repo": "jo-inc/camofox-browser",
          "reason": "Same browser agent intent with browser_automation, workflow overlap."
        },
        {
          "repo": "citrolabs/ego-lite",
          "reason": "Same browser agent intent with browser_automation, workflow overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "Browser automation",
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "vercel",
        "serverless",
        "library_only",
        "local"
      ],
      "difficulty": "intermediate",
      "cloudflare_ready": false,
      "use_cases": [
        "build browser automation agents",
        "operate web tasks with LLMs",
        "test web workflows"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"playwright\" in metadata.",
            "Matched \"browser-use\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"vercel\" in repository content.",
            "Matched \"npm install\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "No strong beginner or advanced signal found; defaulting to intermediate."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "quality_signals": {
        "stars": 29442,
        "recent_commits": 99,
        "contributors": 100,
        "issue_response_time_hours": null,
        "release_frequency_180d": 59
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 32,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "partial"
      },
      "quality_score": 76,
      "agent_score": 88,
      "score": 56,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 68,
        "deployment": 100,
        "popularity": 89,
        "community": 100
      },
      "git_top_score": 91,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 78,
        "documentation": 84,
        "stability": 90,
        "adoption": 100,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-18T21:30:25.088Z",
        "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 jackwener/OpenCLI when the user needs a browser agent project with docker, vercel, serverless deployment options.",
        "purpose": "Use jackwener/OpenCLI when the user needs a browser agent project with docker, vercel, serverless deployment options.",
        "install": "Run with Docker using the repository's container instructions.",
        "inputs": [
          "URL or page task",
          "browser session",
          "navigation constraints"
        ],
        "outputs": [
          "browser actions",
          "page state",
          "extracted data"
        ],
        "good_for": [
          "build browser automation agents",
          "operate web tasks with LLMs",
          "test web workflows",
          "web automation",
          "browser tasks",
          "UI-driven workflows"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "backend-only jobs",
          "offline batch processing"
        ],
        "deployment": [
          "docker",
          "vercel",
          "serverless",
          "library_only",
          "local"
        ],
        "alternatives": [
          {
            "repo": "browser-use/browser-use",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "jo-inc/camofox-browser",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "citrolabs/ego-lite",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"playwright\" in metadata.",
              "Matched \"browser-use\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"vercel\" in repository content.",
              "Matched \"npm install\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 32,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "partial"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-18T21:30:25.088Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "source_fields": [
          "agent_card.classification",
          "agent_card.deployment",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "metrics",
          "project.description",
          "project.language",
          "project.license",
          "project.topics",
          "recommendation.constraints",
          "recommendation.query",
          "recommendation.ranking_signals",
          "verification.signals"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "Independent installation, security, or runtime probes have not been run for this project.",
          "Partial or estimated quality signals: contributors90d.",
          "users expecting a complete hosted product"
        ],
        "recommendation_reasons": [
          "Use jackwener/OpenCLI when the user needs a browser agent project with docker, vercel, serverless deployment options.",
          "Use-case match is 50/100 for \"build Cloudflare-ready AI agents\".",
          "It matches the requested vercel deployment target.",
          "It is classified as browser_agent.",
          "Ranking signals: community 76/100, maintenance 68/100."
        ],
        "ranking_signals": {
          "use_case_match": 50,
          "community": 76,
          "maintenance": 68,
          "readiness": 60,
          "license_fit": 0
        },
        "matched_constraints": {
          "deployment": "vercel",
          "category": "browser_agent"
        },
        "unmatched_constraints": {},
        "confidence_reason": "Medium confidence because the 56/100 recommendation is usable but quality or maturity evidence should be reviewed; Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
        "last_verified_at": "2026-09-18T21:30:25.088Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "Independent installation, security, or runtime probes have not been run for this project.",
        "Partial or estimated quality signals: contributors90d.",
        "users expecting a complete hosted product"
      ],
      "confidence_reason": "Medium confidence because the 56/100 recommendation is usable but quality or maturity evidence should be reviewed; Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
      "source_fields": [
        "agent_card.classification",
        "agent_card.deployment",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "metrics",
        "project.description",
        "project.language",
        "project.license",
        "project.topics",
        "recommendation.constraints",
        "recommendation.query",
        "recommendation.ranking_signals",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-18T21:30:25.088Z",
      "reason": "Use jackwener/OpenCLI when the user needs a browser agent project with docker, vercel, serverless deployment options. Use-case match is 50/100 for \"build Cloudflare-ready AI agents\". It matches the requested vercel deployment target. It is classified as browser_agent. Ranking signals: community 76/100, maintenance 68/100.",
      "reasons": [
        "Use jackwener/OpenCLI when the user needs a browser agent project with docker, vercel, serverless deployment options.",
        "Use-case match is 50/100 for \"build Cloudflare-ready AI agents\".",
        "It matches the requested vercel deployment target.",
        "It is classified as browser_agent.",
        "Ranking signals: community 76/100, maintenance 68/100."
      ],
      "decision_summary": "jackwener/OpenCLI is an exploration candidate for \"build Cloudflare-ready AI agents\": recommendation score 56/100 with matched constraints, but quality and maturity signals need review.",
      "fit_profile": {
        "primary_fit": "Partial use-case overlap for \"build Cloudflare-ready AI agents\"; validate the target workflow.",
        "deployment_fit": "Matches requested vercel deployment.",
        "maturity": "High maturity signal from community and maintenance scores.",
        "agent_readiness": "Agent-readable summary and use cases are available."
      },
      "adoption_plan": [
        "Open /projects/jackwener/OpenCLI to verify license, language, classification evidence, and quality signal confidence.",
        "Inspect /graph/jackwener/OpenCLI for dependencies, related projects, deployment targets, and alternatives.",
        "Use the matched constraints (deployment, category) as the initial acceptance checklist.",
        "Prototype the vercel deployment path before committing to a migration.",
        "Compare against /alternatives/jackwener/OpenCLI before final selection."
      ],
      "risk_flags": [],
      "tradeoffs": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "next_actions": [
        {
          "label": "Open project knowledge",
          "href": "/projects/jackwener/OpenCLI",
          "kind": "project"
        },
        {
          "label": "Inspect graph",
          "href": "/graph/jackwener/OpenCLI",
          "kind": "graph"
        },
        {
          "label": "Find alternatives",
          "href": "/alternatives/jackwener/OpenCLI",
          "kind": "alternatives"
        },
        {
          "label": "Explain score",
          "href": "/score/jackwener/OpenCLI",
          "kind": "score"
        },
        {
          "label": "Compare shortlist",
          "href": "/compare/jackwener/OpenCLI",
          "kind": "compare"
        }
      ],
      "matched_constraints": {
        "deployment": "vercel",
        "category": "browser_agent"
      },
      "unmatched_constraints": {},
      "ranking_signals": {
        "use_case_match": 50,
        "community": 76,
        "maintenance": 68,
        "readiness": 60,
        "license_fit": 0
      },
      "confidence": "medium",
      "project": {
        "id": "jackwener/OpenCLI",
        "owner": "jackwener",
        "name": "OpenCLI",
        "full_name": "jackwener/OpenCLI",
        "github_url": "https://github.com/jackwener/OpenCLI",
        "homepage_url": "https://opencli.info/",
        "description": "Make Any Website into CLI & Use your logged-in browser by AI agent. ",
        "language": "JavaScript",
        "topics": [
          "ai-agent",
          "ai-agents",
          "ai-tools",
          "browser-automation",
          "browser-use",
          "cli",
          "playwright"
        ],
        "license": "Apache-2.0",
        "stars": 29442,
        "forks": 2875,
        "open_issues": 278,
        "default_branch": "main",
        "created_at": "2026-03-14T22:10:23Z",
        "updated_at": "2026-09-18T20:13:14Z",
        "pushed_at": "2026-08-30T17:36:26Z",
        "synced_at": "2026-09-18T21:30:25.088Z"
      },
      "agent_card": {
        "project_id": "jackwener/OpenCLI",
        "project_kind": "project",
        "category": "browser_agent",
        "difficulty": "intermediate",
        "deployment": [
          "docker",
          "vercel",
          "serverless",
          "library_only",
          "local"
        ],
        "cloudflare_ready": false,
        "use_cases": [
          "build browser automation agents",
          "operate web tasks with LLMs",
          "test web workflows"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product"
        ],
        "alternatives": [
          {
            "project_id": "browser-use/browser-use",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "project_id": "jo-inc/camofox-browser",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "project_id": "citrolabs/ego-lite",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          }
        ],
        "summary_for_agent": "Use jackwener/OpenCLI when the user needs a browser agent project with docker, vercel, serverless deployment options.",
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"playwright\" in metadata.",
              "Matched \"browser-use\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"vercel\" in repository content.",
              "Matched \"npm install\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "schema_version": "v1",
        "generated_at": "2026-09-18T21:30:25.088Z"
      },
      "metrics": {
        "project_id": "jackwener/OpenCLI",
        "stars_30d_delta": 1201,
        "commits_30d": 99,
        "releases_180d": 59,
        "contributors_90d": 100,
        "issue_first_response_median_hours": null,
        "recent_push_days": 19,
        "git_score": 76,
        "maintenance_score": 68,
        "signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 32,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "partial"
        },
        "calculated_at": "2026-09-18T21:30:25.088Z"
      }
    },
    {
      "project_id": "citrolabs/ego-lite",
      "repo": "citrolabs/ego-lite",
      "name": "ego-lite",
      "github_url": "https://github.com/citrolabs/ego-lite",
      "homepage_url": "https://lite.ego.app",
      "language": "JavaScript",
      "license": "MIT",
      "project_kind": "project",
      "category": [
        "browser_agent"
      ],
      "tags": [
        "agent-skills",
        "ai-agent",
        "automation",
        "browser",
        "browser-automation",
        "claude-code",
        "codex",
        "hermes-agent",
        "skills",
        "skills-sh"
      ],
      "description": "The fastest browser for AI agents to run browser automation, built for sharing your logged-in browser state with your AI agents, like Codex or Claude Code, without disturbing you. Zero cost, zero config.",
      "overview": "Use citrolabs/ego-lite when the user needs a browser agent project with vercel, serverless, local deployment options.",
      "alternatives": [
        {
          "repo": "vercel-labs/agent-browser",
          "reason": "Same browser agent intent with browser_automation, workflow overlap."
        },
        {
          "repo": "jackwener/OpenCLI",
          "reason": "Same browser agent intent with browser_automation, workflow overlap."
        },
        {
          "repo": "jo-inc/camofox-browser",
          "reason": "Same browser agent intent with browser_automation, workflow overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "Browser automation",
        "LLM provider"
      ],
      "deployments": [
        "vercel",
        "serverless",
        "local"
      ],
      "difficulty": "intermediate",
      "cloudflare_ready": false,
      "use_cases": [
        "build browser automation agents",
        "operate web tasks with LLMs",
        "test web workflows"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation"
      ],
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"browser automation\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"vercel\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "No strong beginner or advanced signal found; defaulting to intermediate."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "quality_signals": {
        "stars": 16192,
        "recent_commits": 100,
        "contributors": 9,
        "issue_response_time_hours": null,
        "release_frequency_180d": 13
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 30,
        "commits_30d": "partial",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 71,
      "agent_score": 73,
      "score": 52,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 58,
        "deployment": 80,
        "popularity": 84,
        "community": 54
      },
      "git_top_score": 90,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 71,
        "documentation": 84,
        "stability": 90,
        "adoption": 100,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-19T02:30:36.105Z",
        "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 citrolabs/ego-lite when the user needs a browser agent project with vercel, serverless, local deployment options.",
        "purpose": "Use citrolabs/ego-lite when the user needs a browser agent project with vercel, serverless, local deployment options.",
        "install": "Run the browser agent with the setup described in the repository README.",
        "inputs": [
          "URL or page task",
          "browser session",
          "navigation constraints"
        ],
        "outputs": [
          "browser actions",
          "page state",
          "extracted data"
        ],
        "good_for": [
          "build browser automation agents",
          "operate web tasks with LLMs",
          "test web workflows",
          "web automation",
          "browser tasks",
          "UI-driven workflows"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "backend-only jobs",
          "offline batch processing"
        ],
        "deployment": [
          "vercel",
          "serverless",
          "local"
        ],
        "alternatives": [
          {
            "repo": "vercel-labs/agent-browser",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "jackwener/OpenCLI",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "jo-inc/camofox-browser",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"browser automation\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"vercel\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 30,
          "commits_30d": "partial",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-19T02:30:36.105Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "source_fields": [
          "agent_card.classification",
          "agent_card.deployment",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "metrics",
          "project.description",
          "project.language",
          "project.license",
          "project.topics",
          "recommendation.constraints",
          "recommendation.query",
          "recommendation.ranking_signals",
          "verification.signals"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "Independent installation, security, or runtime probes have not been run for this project.",
          "Partial or estimated quality signals: commits30d."
        ],
        "recommendation_reasons": [
          "Use citrolabs/ego-lite when the user needs a browser agent project with vercel, serverless, local deployment options.",
          "Use-case match is 50/100 for \"build Cloudflare-ready AI agents\".",
          "It matches the requested vercel deployment target.",
          "It is classified as browser_agent.",
          "Ranking signals: community 71/100, maintenance 58/100."
        ],
        "ranking_signals": {
          "use_case_match": 50,
          "community": 71,
          "maintenance": 58,
          "readiness": 60,
          "license_fit": 0
        },
        "matched_constraints": {
          "deployment": "vercel",
          "category": "browser_agent"
        },
        "unmatched_constraints": {},
        "confidence_reason": "Medium confidence because the 52/100 recommendation is usable but quality or maturity evidence should be reviewed; Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "last_verified_at": "2026-09-19T02:30:36.105Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "Independent installation, security, or runtime probes have not been run for this project.",
        "Partial or estimated quality signals: commits30d."
      ],
      "confidence_reason": "Medium confidence because the 52/100 recommendation is usable but quality or maturity evidence should be reviewed; Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
      "source_fields": [
        "agent_card.classification",
        "agent_card.deployment",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "metrics",
        "project.description",
        "project.language",
        "project.license",
        "project.topics",
        "recommendation.constraints",
        "recommendation.query",
        "recommendation.ranking_signals",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-19T02:30:36.105Z",
      "reason": "Use citrolabs/ego-lite when the user needs a browser agent project with vercel, serverless, local deployment options. Use-case match is 50/100 for \"build Cloudflare-ready AI agents\". It matches the requested vercel deployment target. It is classified as browser_agent. Ranking signals: community 71/100, maintenance 58/100.",
      "reasons": [
        "Use citrolabs/ego-lite when the user needs a browser agent project with vercel, serverless, local deployment options.",
        "Use-case match is 50/100 for \"build Cloudflare-ready AI agents\".",
        "It matches the requested vercel deployment target.",
        "It is classified as browser_agent.",
        "Ranking signals: community 71/100, maintenance 58/100."
      ],
      "decision_summary": "citrolabs/ego-lite is an exploration candidate for \"build Cloudflare-ready AI agents\": recommendation score 52/100 with matched constraints, but quality and maturity signals need review.",
      "fit_profile": {
        "primary_fit": "Partial use-case overlap for \"build Cloudflare-ready AI agents\"; validate the target workflow.",
        "deployment_fit": "Matches requested vercel deployment.",
        "maturity": "Moderate maturity signal; maintenance is acceptable but compare community adoption.",
        "agent_readiness": "Agent-readable summary and use cases are available."
      },
      "adoption_plan": [
        "Open /projects/citrolabs/ego-lite to verify license, language, classification evidence, and quality signal confidence.",
        "Inspect /graph/citrolabs/ego-lite for dependencies, related projects, deployment targets, and alternatives.",
        "Use the matched constraints (deployment, category) as the initial acceptance checklist.",
        "Prototype the vercel deployment path before committing to a migration.",
        "Compare against /alternatives/citrolabs/ego-lite before final selection."
      ],
      "risk_flags": [],
      "tradeoffs": [
        "edge-only Cloudflare Workers deployment without adaptation"
      ],
      "next_actions": [
        {
          "label": "Open project knowledge",
          "href": "/projects/citrolabs/ego-lite",
          "kind": "project"
        },
        {
          "label": "Inspect graph",
          "href": "/graph/citrolabs/ego-lite",
          "kind": "graph"
        },
        {
          "label": "Find alternatives",
          "href": "/alternatives/citrolabs/ego-lite",
          "kind": "alternatives"
        },
        {
          "label": "Explain score",
          "href": "/score/citrolabs/ego-lite",
          "kind": "score"
        },
        {
          "label": "Compare shortlist",
          "href": "/compare/citrolabs/ego-lite",
          "kind": "compare"
        }
      ],
      "matched_constraints": {
        "deployment": "vercel",
        "category": "browser_agent"
      },
      "unmatched_constraints": {},
      "ranking_signals": {
        "use_case_match": 50,
        "community": 71,
        "maintenance": 58,
        "readiness": 60,
        "license_fit": 0
      },
      "confidence": "medium",
      "project": {
        "id": "citrolabs/ego-lite",
        "owner": "citrolabs",
        "name": "ego-lite",
        "full_name": "citrolabs/ego-lite",
        "github_url": "https://github.com/citrolabs/ego-lite",
        "homepage_url": "https://lite.ego.app",
        "description": "The fastest browser for AI agents to run browser automation, built for sharing your logged-in browser state with your AI agents, like Codex or Claude Code, without disturbing you. Zero cost, zero config.",
        "language": "JavaScript",
        "topics": [
          "agent-skills",
          "ai-agent",
          "automation",
          "browser",
          "browser-automation",
          "claude-code",
          "codex",
          "hermes-agent",
          "skills",
          "skills-sh"
        ],
        "license": "MIT",
        "stars": 16192,
        "forks": 845,
        "open_issues": 170,
        "default_branch": "main",
        "created_at": "2026-04-16T12:51:09Z",
        "updated_at": "2026-09-19T02:07:53Z",
        "pushed_at": "2026-09-18T09:27:56Z",
        "synced_at": "2026-09-19T02:30:36.105Z"
      },
      "agent_card": {
        "project_id": "citrolabs/ego-lite",
        "project_kind": "project",
        "category": "browser_agent",
        "difficulty": "intermediate",
        "deployment": [
          "vercel",
          "serverless",
          "local"
        ],
        "cloudflare_ready": false,
        "use_cases": [
          "build browser automation agents",
          "operate web tasks with LLMs",
          "test web workflows"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation"
        ],
        "alternatives": [
          {
            "project_id": "vercel-labs/agent-browser",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "project_id": "jackwener/OpenCLI",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "project_id": "jo-inc/camofox-browser",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          }
        ],
        "summary_for_agent": "Use citrolabs/ego-lite when the user needs a browser agent project with vercel, serverless, local deployment options.",
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"browser automation\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"vercel\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "schema_version": "v1",
        "generated_at": "2026-09-19T02:30:36.105Z"
      },
      "metrics": {
        "project_id": "citrolabs/ego-lite",
        "stars_30d_delta": 4266,
        "commits_30d": 100,
        "releases_180d": 13,
        "contributors_90d": 9,
        "issue_first_response_median_hours": null,
        "recent_push_days": 0,
        "git_score": 71,
        "maintenance_score": 58,
        "signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 30,
          "commits_30d": "partial",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "calculated_at": "2026-09-19T02:30:36.105Z"
      }
    },
    {
      "project_id": "browserbase/stagehand",
      "repo": "browserbase/stagehand",
      "name": "stagehand",
      "github_url": "https://github.com/browserbase/stagehand",
      "homepage_url": "https://stagehand.dev",
      "language": "TypeScript",
      "license": "MIT",
      "project_kind": "project",
      "category": [
        "browser_agent"
      ],
      "tags": [
        "agents",
        "ai",
        "ai-agents",
        "browser-agent",
        "browser-automation",
        "cdp",
        "cloud-browser",
        "data-extraction",
        "headless-chrome",
        "playwright",
        "python",
        "typescript",
        "web-automation",
        "web-scraping"
      ],
      "description": "The SDK to extract data and interact with any site on the web. Get started with Claude Code, Codex, Eve, Mastra, and more.",
      "overview": "Use browserbase/stagehand when the user needs a browser agent project with vercel, serverless, library-only deployment options.",
      "alternatives": [
        {
          "repo": "browser-use/browser-use",
          "reason": "Same browser agent intent with browser_automation, workflow overlap."
        },
        {
          "repo": "jackwener/OpenCLI",
          "reason": "Same browser agent intent with browser_automation, workflow overlap."
        },
        {
          "repo": "jo-inc/camofox-browser",
          "reason": "Same browser agent intent with browser_automation, workflow overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "Browser automation",
        "LLM provider"
      ],
      "deployments": [
        "vercel",
        "serverless",
        "library_only",
        "local"
      ],
      "difficulty": "intermediate",
      "cloudflare_ready": false,
      "use_cases": [
        "build browser automation agents",
        "operate web tasks with LLMs",
        "test web workflows"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"playwright\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"vercel\" in repository content.",
            "Matched \"pip install\" in repository content.",
            "Matched \"pnpm add\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "No strong beginner or advanced signal found; defaulting to intermediate."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: python.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "quality_signals": {
        "stars": 24332,
        "recent_commits": 75,
        "contributors": 43,
        "issue_response_time_hours": null,
        "release_frequency_180d": 27
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 32,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 45,
      "agent_score": 83,
      "score": 47,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 63,
        "deployment": 90,
        "popularity": 88,
        "community": 88
      },
      "git_top_score": 92,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 75,
        "documentation": 92,
        "stability": 90,
        "adoption": 100,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-18T18:30:51.726Z",
        "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 browserbase/stagehand when the user needs a browser agent project with vercel, serverless, library-only deployment options.",
        "purpose": "Use browserbase/stagehand when the user needs a browser agent project with vercel, serverless, library-only deployment options.",
        "install": "Install as a library or package using the repository instructions.",
        "inputs": [
          "URL or page task",
          "browser session",
          "navigation constraints"
        ],
        "outputs": [
          "browser actions",
          "page state",
          "extracted data"
        ],
        "good_for": [
          "build browser automation agents",
          "operate web tasks with LLMs",
          "test web workflows",
          "web automation",
          "browser tasks",
          "UI-driven workflows"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "backend-only jobs",
          "offline batch processing"
        ],
        "deployment": [
          "vercel",
          "serverless",
          "library_only",
          "local"
        ],
        "alternatives": [
          {
            "repo": "browser-use/browser-use",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "jackwener/OpenCLI",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "jo-inc/camofox-browser",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"playwright\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"vercel\" in repository content.",
              "Matched \"pip install\" in repository content.",
              "Matched \"pnpm add\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Runtime blocker: python.",
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 32,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-18T18:30:51.726Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "source_fields": [
          "agent_card.classification",
          "agent_card.deployment",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "metrics",
          "project.description",
          "project.language",
          "project.license",
          "project.topics",
          "recommendation.constraints",
          "recommendation.query",
          "recommendation.ranking_signals",
          "verification.signals"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "Independent installation, security, or runtime probes have not been run for this project.",
          "users expecting a complete hosted product"
        ],
        "recommendation_reasons": [
          "Use browserbase/stagehand when the user needs a browser agent project with vercel, serverless, library-only deployment options.",
          "Use-case match is 50/100 for \"build Cloudflare-ready AI agents\".",
          "It matches the requested vercel deployment target.",
          "It is classified as browser_agent.",
          "Ranking signals: community 45/100, maintenance 63/100."
        ],
        "ranking_signals": {
          "use_case_match": 50,
          "community": 45,
          "maintenance": 63,
          "readiness": 60,
          "license_fit": 0
        },
        "matched_constraints": {
          "deployment": "vercel",
          "category": "browser_agent"
        },
        "unmatched_constraints": {},
        "confidence_reason": "Medium confidence because the 47/100 recommendation is usable but quality or maturity evidence should be reviewed; Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "last_verified_at": "2026-09-18T18:30:51.726Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "Independent installation, security, or runtime probes have not been run for this project.",
        "users expecting a complete hosted product"
      ],
      "confidence_reason": "Medium confidence because the 47/100 recommendation is usable but quality or maturity evidence should be reviewed; Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
      "source_fields": [
        "agent_card.classification",
        "agent_card.deployment",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "metrics",
        "project.description",
        "project.language",
        "project.license",
        "project.topics",
        "recommendation.constraints",
        "recommendation.query",
        "recommendation.ranking_signals",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-18T18:30:51.726Z",
      "reason": "Use browserbase/stagehand when the user needs a browser agent project with vercel, serverless, library-only deployment options. Use-case match is 50/100 for \"build Cloudflare-ready AI agents\". It matches the requested vercel deployment target. It is classified as browser_agent. Ranking signals: community 45/100, maintenance 63/100.",
      "reasons": [
        "Use browserbase/stagehand when the user needs a browser agent project with vercel, serverless, library-only deployment options.",
        "Use-case match is 50/100 for \"build Cloudflare-ready AI agents\".",
        "It matches the requested vercel deployment target.",
        "It is classified as browser_agent.",
        "Ranking signals: community 45/100, maintenance 63/100."
      ],
      "decision_summary": "browserbase/stagehand is an exploration candidate for \"build Cloudflare-ready AI agents\": recommendation score 47/100 with matched constraints, but quality and maturity signals need review.",
      "fit_profile": {
        "primary_fit": "Partial use-case overlap for \"build Cloudflare-ready AI agents\"; validate the target workflow.",
        "deployment_fit": "Matches requested vercel deployment.",
        "maturity": "Moderate maturity signal; maintenance is acceptable but compare community adoption.",
        "agent_readiness": "Agent-readable summary and use cases are available."
      },
      "adoption_plan": [
        "Open /projects/browserbase/stagehand to verify license, language, classification evidence, and quality signal confidence.",
        "Inspect /graph/browserbase/stagehand for dependencies, related projects, deployment targets, and alternatives.",
        "Use the matched constraints (deployment, category) as the initial acceptance checklist.",
        "Prototype the vercel deployment path before committing to a migration.",
        "Compare against /alternatives/browserbase/stagehand before final selection."
      ],
      "risk_flags": [],
      "tradeoffs": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "next_actions": [
        {
          "label": "Open project knowledge",
          "href": "/projects/browserbase/stagehand",
          "kind": "project"
        },
        {
          "label": "Inspect graph",
          "href": "/graph/browserbase/stagehand",
          "kind": "graph"
        },
        {
          "label": "Find alternatives",
          "href": "/alternatives/browserbase/stagehand",
          "kind": "alternatives"
        },
        {
          "label": "Explain score",
          "href": "/score/browserbase/stagehand",
          "kind": "score"
        },
        {
          "label": "Compare shortlist",
          "href": "/compare/browserbase/stagehand",
          "kind": "compare"
        }
      ],
      "matched_constraints": {
        "deployment": "vercel",
        "category": "browser_agent"
      },
      "unmatched_constraints": {},
      "ranking_signals": {
        "use_case_match": 50,
        "community": 45,
        "maintenance": 63,
        "readiness": 60,
        "license_fit": 0
      },
      "confidence": "medium",
      "project": {
        "id": "browserbase/stagehand",
        "owner": "browserbase",
        "name": "stagehand",
        "full_name": "browserbase/stagehand",
        "github_url": "https://github.com/browserbase/stagehand",
        "homepage_url": "https://stagehand.dev",
        "description": "The SDK to extract data and interact with any site on the web. Get started with Claude Code, Codex, Eve, Mastra, and more.",
        "language": "TypeScript",
        "topics": [
          "agents",
          "ai",
          "ai-agents",
          "browser-agent",
          "browser-automation",
          "cdp",
          "cloud-browser",
          "data-extraction",
          "headless-chrome",
          "playwright",
          "python",
          "typescript",
          "web-automation",
          "web-scraping"
        ],
        "license": "MIT",
        "stars": 24332,
        "forks": 1688,
        "open_issues": 393,
        "default_branch": "main",
        "created_at": "2024-03-24T19:19:44Z",
        "updated_at": "2026-09-18T17:02:47Z",
        "pushed_at": "2026-09-18T16:46:24Z",
        "synced_at": "2026-09-18T18:30:51.726Z"
      },
      "agent_card": {
        "project_id": "browserbase/stagehand",
        "project_kind": "project",
        "category": "browser_agent",
        "difficulty": "intermediate",
        "deployment": [
          "vercel",
          "serverless",
          "library_only",
          "local"
        ],
        "cloudflare_ready": false,
        "use_cases": [
          "build browser automation agents",
          "operate web tasks with LLMs",
          "test web workflows"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product"
        ],
        "alternatives": [
          {
            "project_id": "browser-use/browser-use",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "project_id": "jackwener/OpenCLI",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "project_id": "jo-inc/camofox-browser",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          }
        ],
        "summary_for_agent": "Use browserbase/stagehand when the user needs a browser agent project with vercel, serverless, library-only deployment options.",
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"playwright\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"vercel\" in repository content.",
              "Matched \"pip install\" in repository content.",
              "Matched \"pnpm add\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Runtime blocker: python.",
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "schema_version": "v1",
        "generated_at": "2026-09-18T18:30:51.726Z"
      },
      "metrics": {
        "project_id": "browserbase/stagehand",
        "stars_30d_delta": 375,
        "commits_30d": 75,
        "releases_180d": 27,
        "contributors_90d": 43,
        "issue_first_response_median_hours": null,
        "recent_push_days": 0,
        "git_score": 45,
        "maintenance_score": 63,
        "signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 32,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "calculated_at": "2026-09-18T18:30:51.726Z"
      }
    },
    {
      "project_id": "fitchmultz/pi-agent-browser-native",
      "repo": "fitchmultz/pi-agent-browser-native",
      "name": "pi-agent-browser-native",
      "github_url": "https://github.com/fitchmultz/pi-agent-browser-native",
      "homepage_url": null,
      "language": "TypeScript",
      "license": "MIT",
      "project_kind": "project",
      "category": [
        "browser_agent"
      ],
      "tags": [
        "agent-browser",
        "browser-automation",
        "npm-package",
        "pi",
        "pi-extension",
        "pi-package",
        "typescript"
      ],
      "description": "pi extension that exposes agent-browser as a native tool for browser automation",
      "overview": "Use fitchmultz/pi-agent-browser-native when the user needs a browser agent project with vercel, serverless, local deployment options.",
      "alternatives": [
        {
          "repo": "browser-use/browser-use",
          "reason": "Same browser agent intent with browser_automation, workflow overlap."
        },
        {
          "repo": "vercel-labs/agent-browser",
          "reason": "Same browser agent intent with browser_automation, workflow overlap."
        },
        {
          "repo": "jackwener/OpenCLI",
          "reason": "Same browser agent intent with browser_automation, workflow overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "Browser automation",
        "LLM provider"
      ],
      "deployments": [
        "vercel",
        "serverless",
        "local"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": false,
      "use_cases": [
        "build browser automation agents",
        "operate web tasks with LLMs",
        "test web workflows"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation"
      ],
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"browser automation\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"vercel\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "quality_signals": {
        "stars": 221,
        "recent_commits": 78,
        "contributors": 9,
        "issue_response_time_hours": null,
        "release_frequency_180d": 100
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 34,
        "commits_30d": "complete",
        "releases_180d": "partial",
        "contributors_90d": "complete"
      },
      "quality_score": 29,
      "agent_score": 66,
      "score": 41,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 55,
        "deployment": 80,
        "popularity": 47,
        "community": 54
      },
      "git_top_score": 86,
      "git_top_score_breakdown": {
        "community": 92,
        "maintenance": 69,
        "documentation": 92,
        "stability": 100,
        "adoption": 66,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-18T06:00:33.978Z",
        "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 fitchmultz/pi-agent-browser-native when the user needs a browser agent project with vercel, serverless, local deployment options.",
        "purpose": "Use fitchmultz/pi-agent-browser-native when the user needs a browser agent project with vercel, serverless, local deployment options.",
        "install": "Run the browser agent with the setup described in the repository README.",
        "inputs": [
          "URL or page task",
          "browser session",
          "navigation constraints"
        ],
        "outputs": [
          "browser actions",
          "page state",
          "extracted data"
        ],
        "good_for": [
          "build browser automation agents",
          "operate web tasks with LLMs",
          "test web workflows",
          "web automation",
          "browser tasks",
          "UI-driven workflows"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "backend-only jobs",
          "offline batch processing"
        ],
        "deployment": [
          "vercel",
          "serverless",
          "local"
        ],
        "alternatives": [
          {
            "repo": "browser-use/browser-use",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "vercel-labs/agent-browser",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "jackwener/OpenCLI",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"browser automation\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"vercel\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "Repository has under 10k stars, so complexity is treated conservatively."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 34,
          "commits_30d": "complete",
          "releases_180d": "partial",
          "contributors_90d": "complete"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-18T06:00:33.978Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "source_fields": [
          "agent_card.classification",
          "agent_card.deployment",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "metrics",
          "project.description",
          "project.language",
          "project.license",
          "project.topics",
          "recommendation.constraints",
          "recommendation.query",
          "recommendation.ranking_signals",
          "verification.signals"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "Independent installation, security, or runtime probes have not been run for this project.",
          "Low recommendation confidence; use as a discovery lead, not a final choice.",
          "Partial or estimated quality signals: releases180d."
        ],
        "recommendation_reasons": [
          "Use fitchmultz/pi-agent-browser-native when the user needs a browser agent project with vercel, serverless, local deployment options.",
          "Use-case match is 50/100 for \"build Cloudflare-ready AI agents\".",
          "It matches the requested vercel deployment target.",
          "It is classified as browser_agent.",
          "Ranking signals: community 29/100, maintenance 55/100."
        ],
        "ranking_signals": {
          "use_case_match": 50,
          "community": 29,
          "maintenance": 55,
          "readiness": 60,
          "license_fit": 0
        },
        "matched_constraints": {
          "deployment": "vercel",
          "category": "browser_agent"
        },
        "unmatched_constraints": {},
        "confidence_reason": "Low confidence because the recommendation score is 41/100, use-case match is 50/100, or constraints are weakly matched; Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "last_verified_at": "2026-09-18T06:00:33.978Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "Independent installation, security, or runtime probes have not been run for this project.",
        "Low recommendation confidence; use as a discovery lead, not a final choice.",
        "Partial or estimated quality signals: releases180d."
      ],
      "confidence_reason": "Low confidence because the recommendation score is 41/100, use-case match is 50/100, or constraints are weakly matched; Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
      "source_fields": [
        "agent_card.classification",
        "agent_card.deployment",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "metrics",
        "project.description",
        "project.language",
        "project.license",
        "project.topics",
        "recommendation.constraints",
        "recommendation.query",
        "recommendation.ranking_signals",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-18T06:00:33.978Z",
      "reason": "Use fitchmultz/pi-agent-browser-native when the user needs a browser agent project with vercel, serverless, local deployment options. Use-case match is 50/100 for \"build Cloudflare-ready AI agents\". It matches the requested vercel deployment target. It is classified as browser_agent. Ranking signals: community 29/100, maintenance 55/100.",
      "reasons": [
        "Use fitchmultz/pi-agent-browser-native when the user needs a browser agent project with vercel, serverless, local deployment options.",
        "Use-case match is 50/100 for \"build Cloudflare-ready AI agents\".",
        "It matches the requested vercel deployment target.",
        "It is classified as browser_agent.",
        "Ranking signals: community 29/100, maintenance 55/100."
      ],
      "decision_summary": "fitchmultz/pi-agent-browser-native is an exploration candidate for \"build Cloudflare-ready AI agents\": recommendation score 41/100 with matched constraints, but quality and maturity signals need review.",
      "fit_profile": {
        "primary_fit": "Partial use-case overlap for \"build Cloudflare-ready AI agents\"; validate the target workflow.",
        "deployment_fit": "Matches requested vercel deployment.",
        "maturity": "Moderate maturity signal; maintenance is acceptable but compare community adoption.",
        "agent_readiness": "Agent-readable summary and use cases are available."
      },
      "adoption_plan": [
        "Open /projects/fitchmultz/pi-agent-browser-native to verify license, language, classification evidence, and quality signal confidence.",
        "Inspect /graph/fitchmultz/pi-agent-browser-native for dependencies, related projects, deployment targets, and alternatives.",
        "Use the matched constraints (deployment, category) as the initial acceptance checklist.",
        "Prototype the vercel deployment path before committing to a migration.",
        "Compare against /alternatives/fitchmultz/pi-agent-browser-native before final selection."
      ],
      "risk_flags": [
        "Low recommendation confidence; use as a discovery lead, not a final choice."
      ],
      "tradeoffs": [
        "edge-only Cloudflare Workers deployment without adaptation"
      ],
      "next_actions": [
        {
          "label": "Open project knowledge",
          "href": "/projects/fitchmultz/pi-agent-browser-native",
          "kind": "project"
        },
        {
          "label": "Inspect graph",
          "href": "/graph/fitchmultz/pi-agent-browser-native",
          "kind": "graph"
        },
        {
          "label": "Find alternatives",
          "href": "/alternatives/fitchmultz/pi-agent-browser-native",
          "kind": "alternatives"
        },
        {
          "label": "Explain score",
          "href": "/score/fitchmultz/pi-agent-browser-native",
          "kind": "score"
        },
        {
          "label": "Compare shortlist",
          "href": "/compare/fitchmultz/pi-agent-browser-native",
          "kind": "compare"
        }
      ],
      "matched_constraints": {
        "deployment": "vercel",
        "category": "browser_agent"
      },
      "unmatched_constraints": {},
      "ranking_signals": {
        "use_case_match": 50,
        "community": 29,
        "maintenance": 55,
        "readiness": 60,
        "license_fit": 0
      },
      "confidence": "low",
      "project": {
        "id": "fitchmultz/pi-agent-browser-native",
        "owner": "fitchmultz",
        "name": "pi-agent-browser-native",
        "full_name": "fitchmultz/pi-agent-browser-native",
        "github_url": "https://github.com/fitchmultz/pi-agent-browser-native",
        "homepage_url": null,
        "description": "pi extension that exposes agent-browser as a native tool for browser automation",
        "language": "TypeScript",
        "topics": [
          "agent-browser",
          "browser-automation",
          "npm-package",
          "pi",
          "pi-extension",
          "pi-package",
          "typescript"
        ],
        "license": "MIT",
        "stars": 221,
        "forks": 31,
        "open_issues": 22,
        "default_branch": "main",
        "created_at": "2026-04-09T14:01:59Z",
        "updated_at": "2026-09-18T04:31:19Z",
        "pushed_at": "2026-09-18T04:31:28Z",
        "synced_at": "2026-09-18T06:00:33.978Z"
      },
      "agent_card": {
        "project_id": "fitchmultz/pi-agent-browser-native",
        "project_kind": "project",
        "category": "browser_agent",
        "difficulty": "beginner",
        "deployment": [
          "vercel",
          "serverless",
          "local"
        ],
        "cloudflare_ready": false,
        "use_cases": [
          "build browser automation agents",
          "operate web tasks with LLMs",
          "test web workflows"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation"
        ],
        "alternatives": [
          {
            "project_id": "browser-use/browser-use",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "project_id": "vercel-labs/agent-browser",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "project_id": "jackwener/OpenCLI",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          }
        ],
        "summary_for_agent": "Use fitchmultz/pi-agent-browser-native when the user needs a browser agent project with vercel, serverless, local deployment options.",
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"browser automation\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"vercel\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "Repository has under 10k stars, so complexity is treated conservatively."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "schema_version": "v1",
        "generated_at": "2026-09-18T06:00:33.978Z"
      },
      "metrics": {
        "project_id": "fitchmultz/pi-agent-browser-native",
        "stars_30d_delta": 30,
        "commits_30d": 78,
        "releases_180d": 100,
        "contributors_90d": 9,
        "issue_first_response_median_hours": null,
        "recent_push_days": 0,
        "git_score": 29,
        "maintenance_score": 55,
        "signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 34,
          "commits_30d": "complete",
          "releases_180d": "partial",
          "contributors_90d": "complete"
        },
        "calculated_at": "2026-09-18T06:00:33.978Z"
      }
    }
  ],
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1213,
    "generated_at": "2026-09-20T03:56:33.553Z",
    "snapshot_id": "d1:1213:2026-09-20T03:30:42.223Z",
    "latest_synced_at": "2026-09-20T03:30:42.223Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}