{
  "project": {
    "project_id": "obra/superpowers",
    "repo": "obra/superpowers",
    "name": "superpowers",
    "github_url": "https://github.com/obra/superpowers",
    "homepage_url": null,
    "language": "Shell",
    "license": "MIT",
    "project_kind": "project",
    "category": [
      "agent_framework"
    ],
    "tags": [
      "ai",
      "brainstorming",
      "coding",
      "obra",
      "sdlc",
      "skills",
      "subagent-driven-development",
      "superpowers"
    ],
    "description": "An agentic skills framework & software development methodology that works.",
    "overview": "Use obra/superpowers when the user needs an agent framework project with library-only, local, cloud deployment options.",
    "alternatives": [
      {
        "repo": "omnigent-ai/omnigent",
        "reason": "Same agent framework intent with coding_agent, workflow overlap."
      },
      {
        "repo": "charmbracelet/crush",
        "reason": "Same agent framework intent with coding_agent, workflow overlap."
      },
      {
        "repo": "NeuralInverse/neuralinverse",
        "reason": "Same agent framework intent with coding_agent, workflow overlap."
      }
    ],
    "related": [],
    "dependencies": [
      "LLM provider"
    ],
    "deployments": [
      "library_only",
      "local",
      "cloud"
    ],
    "difficulty": "intermediate",
    "cloudflare_ready": false,
    "use_cases": [
      "build agents with superpowers",
      "orchestrate LLM tools",
      "prototype autonomous workflows"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product"
    ],
    "classification": {
      "category": {
        "confidence": "medium",
        "evidence": [
          "Matched \"agent\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "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": 282928,
      "recent_commits": 1,
      "contributors": 38,
      "issue_response_time_hours": null,
      "release_frequency_180d": 12
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "snapshot",
      "stars30d_window_days": 31,
      "commits_30d": "complete",
      "releases_180d": "complete",
      "contributors_90d": "complete"
    },
    "quality_score": 66,
    "agent_score": 79,
    "score": 85,
    "agent_score_breakdown": {
      "documentation": 90,
      "maintenance": 50,
      "deployment": 80,
      "popularity": 100,
      "community": 83
    },
    "git_top_score": 85,
    "git_top_score_breakdown": {
      "community": 100,
      "maintenance": 47,
      "documentation": 84,
      "stability": 90,
      "adoption": 100,
      "agent_readability": 100
    },
    "verification": {
      "schema_version": "git-top.verification.v1",
      "overall_status": "partial",
      "observed_at": "2026-09-08T06:01:01.639Z",
      "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 obra/superpowers when the user needs an agent framework project with library-only, local, cloud deployment options.",
      "purpose": "Use obra/superpowers when the user needs an agent framework project with library-only, local, cloud deployment options.",
      "install": "Install as a library or package using the repository instructions.",
      "inputs": [
        "task prompt",
        "tools",
        "context",
        "memory/state"
      ],
      "outputs": [
        "agent runs",
        "tool calls",
        "workflow state"
      ],
      "good_for": [
        "build agents with superpowers",
        "orchestrate LLM tools",
        "prototype autonomous workflows",
        "stateful agents",
        "tool-using assistants",
        "workflow orchestration"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "simple prompt-only apps",
        "one-shot chat wrappers"
      ],
      "deployment": [
        "library_only",
        "local",
        "cloud"
      ],
      "alternatives": [
        {
          "repo": "omnigent-ai/omnigent",
          "reason": "Same agent framework intent with coding_agent, workflow overlap."
        },
        {
          "repo": "charmbracelet/crush",
          "reason": "Same agent framework intent with coding_agent, workflow overlap."
        },
        {
          "repo": "NeuralInverse/neuralinverse",
          "reason": "Same agent framework intent with coding_agent, workflow overlap."
        }
      ]
    },
    "evidence": {
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"agent\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "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": 31,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-08T06:01:01.639Z",
        "signals": {
          "activity": {
            "status": "observed",
            "source": "github_metadata",
            "evidence": [
              "project.pushed_at",
              "metrics.recent_push_days"
            ]
          },
          "license": {
            "status": "observed",
            "source": "github_metadata",
            "evidence": [
              "project.license"
            ]
          },
          "documentation": {
            "status": "observed",
            "source": "github_metadata",
            "evidence": [
              "project.description"
            ]
          },
          "runtime": {
            "status": "inferred",
            "source": "git_top_heuristic",
            "evidence": [
              "agent_card.deployment",
              "agent_card.cloudflare_ready"
            ]
          },
          "install": {
            "status": "not_run",
            "source": "git_top_runtime",
            "evidence": [
              "installation/build probe is not enabled"
            ]
          },
          "security": {
            "status": "not_run",
            "source": "git_top_runtime",
            "evidence": [
              "dependency/security scan is not enabled"
            ]
          },
          "mcp": {
            "status": "not_applicable",
            "source": "git_top_runtime",
            "evidence": [
              "project is not classified as mcp_server"
            ]
          }
        },
        "coverage": {
          "observed": 3,
          "inferred": 1,
          "not_run": 2,
          "unknown": 0
        },
        "next_steps": [
          "Run an installation/build probe before production adoption.",
          "Run a dependency and security scan before treating the score as a trust claim."
        ]
      },
      "source_fields": [
        "project.description",
        "project.topics",
        "project.language",
        "project.license",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "agent_card.deployment",
        "agent_card.classification",
        "metrics",
        "verification.signals"
      ],
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "Independent installation, security, or runtime probes have not been run for this project."
      ],
      "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
      "last_verified_at": "2026-09-08T06:01:01.639Z"
    },
    "caveats": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "Independent installation, security, or runtime probes have not been run for this project."
    ],
    "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
    "source_fields": [
      "project.description",
      "project.topics",
      "project.language",
      "project.license",
      "agent_card.summary_for_agent",
      "agent_card.use_cases",
      "agent_card.deployment",
      "agent_card.classification",
      "metrics",
      "verification.signals"
    ],
    "last_verified_at": "2026-09-08T06:01:01.639Z"
  },
  "related": [
    {
      "project_id": "e2b-dev/E2B",
      "repo": "e2b-dev/E2B",
      "name": "E2B",
      "github_url": "https://github.com/e2b-dev/E2B",
      "homepage_url": "https://docs.e2b.dev/?utm_source=github&utm_medium=referral&utm_campaign=repo_website&utm_content=e2b",
      "language": "Python",
      "license": "Apache-2.0",
      "project_kind": "project",
      "category": [
        "agent_framework"
      ],
      "tags": [
        "agent",
        "ai",
        "ai-agent",
        "ai-agents",
        "code-interpreter",
        "copilot",
        "development",
        "devtools",
        "gpt",
        "gpt-4",
        "javascript",
        "llm",
        "nextjs",
        "openai",
        "python",
        "react",
        "software",
        "typescript"
      ],
      "description": "Open-source, secure environment with real-world tools for enterprise-grade agents.",
      "overview": "Use e2b-dev/E2B when the user needs an agent framework project with docker, library-only, local deployment options.",
      "alternatives": [
        {
          "repo": "langchain-ai/langchain",
          "reason": "Same agent framework intent with workflow overlap."
        },
        {
          "repo": "omnigent-ai/omnigent",
          "reason": "Same agent framework intent with workflow overlap."
        },
        {
          "repo": "Significant-Gravitas/AutoGPT",
          "reason": "Same agent framework intent with workflow overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "library_only",
        "local",
        "cloud"
      ],
      "difficulty": "intermediate",
      "cloudflare_ready": false,
      "use_cases": [
        "build agents with E2B",
        "orchestrate LLM tools",
        "prototype autonomous workflows"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"agent\" in metadata.",
            "Matched \"agents\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"pip 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": [
            "Runtime blocker: python.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "quality_signals": {
        "stars": 13710,
        "recent_commits": 100,
        "contributors": 57,
        "issue_response_time_hours": null,
        "release_frequency_180d": 100
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 31,
        "commits_30d": "partial",
        "releases_180d": "partial",
        "contributors_90d": "complete"
      },
      "quality_score": 51,
      "agent_score": 86,
      "score": 93,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 70,
        "deployment": 90,
        "popularity": 83,
        "community": 100
      },
      "git_top_score": 93,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 80,
        "documentation": 84,
        "stability": 100,
        "adoption": 100,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-08T15:31:16.819Z",
        "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 e2b-dev/E2B when the user needs an agent framework project with docker, library-only, local deployment options.",
        "purpose": "Use e2b-dev/E2B when the user needs an agent framework project with docker, library-only, local deployment options.",
        "install": "Run with Docker using the repository's container instructions.",
        "inputs": [
          "task prompt",
          "tools",
          "context",
          "memory/state"
        ],
        "outputs": [
          "agent runs",
          "tool calls",
          "workflow state"
        ],
        "good_for": [
          "build agents with E2B",
          "orchestrate LLM tools",
          "prototype autonomous workflows",
          "stateful agents",
          "tool-using assistants",
          "workflow orchestration"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "simple prompt-only apps",
          "one-shot chat wrappers"
        ],
        "deployment": [
          "docker",
          "library_only",
          "local",
          "cloud"
        ],
        "alternatives": [
          {
            "repo": "langchain-ai/langchain",
            "reason": "Same agent framework intent with workflow overlap."
          },
          {
            "repo": "omnigent-ai/omnigent",
            "reason": "Same agent framework intent with workflow overlap."
          },
          {
            "repo": "Significant-Gravitas/AutoGPT",
            "reason": "Same agent framework intent with workflow overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"agent\" in metadata.",
              "Matched \"agents\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"pip 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": [
              "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": 31,
          "commits_30d": "partial",
          "releases_180d": "partial",
          "contributors_90d": "complete"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-08T15:31:16.819Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: commits30d, releases180d.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "last_verified_at": "2026-09-08T15:31:16.819Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "Partial or estimated quality signals: commits30d, releases180d.",
        "Independent installation, security, or runtime probes have not been run for this project."
      ],
      "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
      "source_fields": [
        "project.description",
        "project.topics",
        "project.language",
        "project.license",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "agent_card.deployment",
        "agent_card.classification",
        "metrics",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-08T15:31:16.819Z"
    },
    {
      "project_id": "Cellium-Project/Cellium-Agent",
      "repo": "Cellium-Project/Cellium-Agent",
      "name": "Cellium-Agent",
      "github_url": "https://github.com/Cellium-Project/Cellium-Agent",
      "homepage_url": "https://agent.cellium.top",
      "language": "Python",
      "license": "NOASSERTION",
      "project_kind": "project",
      "category": [
        "agent_framework"
      ],
      "tags": [
        "agent",
        "agentic",
        "ai",
        "liunx",
        "llm-agents",
        "python",
        "qqbot",
        "skill",
        "tgbot"
      ],
      "description": "运行时自扩展工具AI Self-Evolving AI Agent Framework | Decision-Loop Driven Microkernel Architecture with Hot-Pluggable Components & Triple-Layer Memory | Agent Infinite Evolution Engine that Learns from Failures",
      "overview": "Use Cellium-Project/Cellium-Agent when the user needs an agent framework project with library-only, local, cloud deployment options.",
      "alternatives": [
        {
          "repo": "google/adk-python",
          "reason": "Same agent framework intent with workflow overlap."
        },
        {
          "repo": "e2b-dev/E2B",
          "reason": "Same agent framework intent with workflow overlap."
        },
        {
          "repo": "ag2ai/ag2",
          "reason": "Same agent framework intent with workflow overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "LLM provider"
      ],
      "deployments": [
        "library_only",
        "local",
        "cloud"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": false,
      "use_cases": [
        "build agents with Cellium-Agent",
        "orchestrate LLM tools",
        "prototype autonomous workflows"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"agent framework\" in metadata.",
            "Matched \"agent\" in metadata.",
            "Matched \"agents\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"pip install\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: python.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "quality_signals": {
        "stars": 265,
        "recent_commits": 45,
        "contributors": 3,
        "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": 25,
      "agent_score": 64,
      "score": 81,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 49,
        "deployment": 80,
        "popularity": 48,
        "community": 48
      },
      "git_top_score": 81,
      "git_top_score_breakdown": {
        "community": 75,
        "maintenance": 65,
        "documentation": 92,
        "stability": 100,
        "adoption": 59,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-07T16:31:09.874Z",
        "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 Cellium-Project/Cellium-Agent when the user needs an agent framework project with library-only, local, cloud deployment options.",
        "purpose": "Use Cellium-Project/Cellium-Agent when the user needs an agent framework project with library-only, local, cloud deployment options.",
        "install": "Install as a library or package using the repository instructions.",
        "inputs": [
          "task prompt",
          "tools",
          "context",
          "memory/state"
        ],
        "outputs": [
          "agent runs",
          "tool calls",
          "workflow state"
        ],
        "good_for": [
          "build agents with Cellium-Agent",
          "orchestrate LLM tools",
          "prototype autonomous workflows",
          "stateful agents",
          "tool-using assistants",
          "workflow orchestration"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "simple prompt-only apps",
          "one-shot chat wrappers"
        ],
        "deployment": [
          "library_only",
          "local",
          "cloud"
        ],
        "alternatives": [
          {
            "repo": "google/adk-python",
            "reason": "Same agent framework intent with workflow overlap."
          },
          {
            "repo": "e2b-dev/E2B",
            "reason": "Same agent framework intent with workflow overlap."
          },
          {
            "repo": "ag2ai/ag2",
            "reason": "Same agent framework intent with workflow overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"agent framework\" in metadata.",
              "Matched \"agent\" in metadata.",
              "Matched \"agents\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"pip install\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "Repository has under 10k stars, so complexity is treated conservatively."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Runtime blocker: python.",
              "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-07T16:31:09.874Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: releases180d.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
        "last_verified_at": "2026-09-07T16:31:09.874Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "Partial or estimated quality signals: releases180d.",
        "Independent installation, security, or runtime probes have not been run for this project."
      ],
      "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
      "source_fields": [
        "project.description",
        "project.topics",
        "project.language",
        "project.license",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "agent_card.deployment",
        "agent_card.classification",
        "metrics",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-07T16:31:09.874Z"
    },
    {
      "project_id": "CopilotKit/CopilotKit",
      "repo": "CopilotKit/CopilotKit",
      "name": "CopilotKit",
      "github_url": "https://github.com/CopilotKit/CopilotKit",
      "homepage_url": "https://docs.copilotkit.ai",
      "language": "TypeScript",
      "license": "MIT",
      "project_kind": "project",
      "category": [
        "agent_framework"
      ],
      "tags": [
        "agent",
        "agent-native",
        "agentic-ai",
        "agents",
        "ai",
        "ai-agent",
        "ai-assistant",
        "assistant",
        "assistant-chat-bots",
        "copilot",
        "copilot-chat",
        "generative-ui",
        "js",
        "llm",
        "nextjs",
        "open-source",
        "react",
        "reactjs",
        "ts",
        "typescript"
      ],
      "description": "The Frontend Stack for Agents & Generative UI. React, Angular, Mobile, Slack, and more.  Makers of the AG-UI Protocol",
      "overview": "Use CopilotKit/CopilotKit when the user needs an agent framework project with docker, library-only, local deployment options.",
      "alternatives": [
        {
          "repo": "iOfficeAI/AionUi",
          "reason": "Same agent framework intent with workflow overlap."
        },
        {
          "repo": "vercel/ai",
          "reason": "Same agent framework intent with workflow overlap."
        },
        {
          "repo": "cloudflare/agents",
          "reason": "Same agent framework intent with workflow overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "library_only",
        "local",
        "cloud"
      ],
      "difficulty": "intermediate",
      "cloudflare_ready": false,
      "use_cases": [
        "build agents with CopilotKit",
        "orchestrate LLM tools",
        "prototype autonomous workflows"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"agent\" in metadata.",
            "Matched \"agents\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "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": 37256,
        "recent_commits": 100,
        "contributors": 100,
        "issue_response_time_hours": null,
        "release_frequency_180d": 100
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 31,
        "commits_30d": "partial",
        "releases_180d": "partial",
        "contributors_90d": "partial"
      },
      "quality_score": 61,
      "agent_score": 88,
      "score": 94,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 76,
        "deployment": 90,
        "popularity": 91,
        "community": 100
      },
      "git_top_score": 94,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 84,
        "documentation": 92,
        "stability": 90,
        "adoption": 100,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-08T22:00:57.362Z",
        "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 CopilotKit/CopilotKit when the user needs an agent framework project with docker, library-only, local deployment options.",
        "purpose": "Use CopilotKit/CopilotKit when the user needs an agent framework project with docker, library-only, local deployment options.",
        "install": "Run with Docker using the repository's container instructions.",
        "inputs": [
          "task prompt",
          "tools",
          "context",
          "memory/state"
        ],
        "outputs": [
          "agent runs",
          "tool calls",
          "workflow state"
        ],
        "good_for": [
          "build agents with CopilotKit",
          "orchestrate LLM tools",
          "prototype autonomous workflows",
          "stateful agents",
          "tool-using assistants",
          "workflow orchestration"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "simple prompt-only apps",
          "one-shot chat wrappers"
        ],
        "deployment": [
          "docker",
          "library_only",
          "local",
          "cloud"
        ],
        "alternatives": [
          {
            "repo": "iOfficeAI/AionUi",
            "reason": "Same agent framework intent with workflow overlap."
          },
          {
            "repo": "vercel/ai",
            "reason": "Same agent framework intent with workflow overlap."
          },
          {
            "repo": "cloudflare/agents",
            "reason": "Same agent framework intent with workflow overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"agent\" in metadata.",
              "Matched \"agents\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "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": 31,
          "commits_30d": "partial",
          "releases_180d": "partial",
          "contributors_90d": "partial"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-08T22:00:57.362Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: commits30d, releases180d, contributors90d.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "last_verified_at": "2026-09-08T22:00:57.362Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "Partial or estimated quality signals: commits30d, releases180d, contributors90d.",
        "Independent installation, security, or runtime probes have not been run for this project."
      ],
      "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
      "source_fields": [
        "project.description",
        "project.topics",
        "project.language",
        "project.license",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "agent_card.deployment",
        "agent_card.classification",
        "metrics",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-08T22:00:57.362Z"
    },
    {
      "project_id": "google/adk-python",
      "repo": "google/adk-python",
      "name": "adk-python",
      "github_url": "https://github.com/google/adk-python",
      "homepage_url": "https://google.github.io/adk-docs/",
      "language": "Python",
      "license": "Apache-2.0",
      "project_kind": "project",
      "category": [
        "agent_framework"
      ],
      "tags": [
        "agent",
        "agentic",
        "agentic-ai",
        "agents",
        "agents-sdk",
        "ai",
        "ai-agents",
        "aiagentframework",
        "genai",
        "genai-chatbot",
        "llm",
        "llms",
        "multi-agent",
        "multi-agent-systems",
        "multi-agents",
        "multi-agents-collaboration"
      ],
      "description": "An open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.",
      "overview": "Use google/adk-python when the user needs an agent framework project with library-only, local, cloud deployment options.",
      "alternatives": [
        {
          "repo": "langchain-ai/langchain",
          "reason": "Same agent framework intent with workflow overlap."
        },
        {
          "repo": "omnigent-ai/omnigent",
          "reason": "Same agent framework intent with workflow overlap."
        },
        {
          "repo": "crewAIInc/crewAI",
          "reason": "Same agent framework intent with workflow overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "LLM provider"
      ],
      "deployments": [
        "library_only",
        "local",
        "cloud"
      ],
      "difficulty": "intermediate",
      "cloudflare_ready": false,
      "use_cases": [
        "build agents with adk-python",
        "orchestrate LLM tools",
        "prototype autonomous workflows"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"agent\" in metadata.",
            "Matched \"agents\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"pip 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": [
            "Runtime blocker: python.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "quality_signals": {
        "stars": 21446,
        "recent_commits": 100,
        "contributors": 100,
        "issue_response_time_hours": null,
        "release_frequency_180d": 44
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 30,
        "commits_30d": "partial",
        "releases_180d": "complete",
        "contributors_90d": "partial"
      },
      "quality_score": 55,
      "agent_score": 86,
      "score": 93,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 76,
        "deployment": 80,
        "popularity": 87,
        "community": 100
      },
      "git_top_score": 93,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 84,
        "documentation": 84,
        "stability": 90,
        "adoption": 100,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-08T04:31:21.655Z",
        "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 google/adk-python when the user needs an agent framework project with library-only, local, cloud deployment options.",
        "purpose": "Use google/adk-python when the user needs an agent framework project with library-only, local, cloud deployment options.",
        "install": "Install as a library or package using the repository instructions.",
        "inputs": [
          "task prompt",
          "tools",
          "context",
          "memory/state"
        ],
        "outputs": [
          "agent runs",
          "tool calls",
          "workflow state"
        ],
        "good_for": [
          "build agents with adk-python",
          "orchestrate LLM tools",
          "prototype autonomous workflows",
          "stateful agents",
          "tool-using assistants",
          "workflow orchestration"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "simple prompt-only apps",
          "one-shot chat wrappers"
        ],
        "deployment": [
          "library_only",
          "local",
          "cloud"
        ],
        "alternatives": [
          {
            "repo": "langchain-ai/langchain",
            "reason": "Same agent framework intent with workflow overlap."
          },
          {
            "repo": "omnigent-ai/omnigent",
            "reason": "Same agent framework intent with workflow overlap."
          },
          {
            "repo": "crewAIInc/crewAI",
            "reason": "Same agent framework intent with workflow overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"agent\" in metadata.",
              "Matched \"agents\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"pip 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": [
              "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": 30,
          "commits_30d": "partial",
          "releases_180d": "complete",
          "contributors_90d": "partial"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-08T04:31:21.655Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: commits30d, contributors90d.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "last_verified_at": "2026-09-08T04:31:21.655Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "Partial or estimated quality signals: commits30d, contributors90d.",
        "Independent installation, security, or runtime probes have not been run for this project."
      ],
      "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
      "source_fields": [
        "project.description",
        "project.topics",
        "project.language",
        "project.license",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "agent_card.deployment",
        "agent_card.classification",
        "metrics",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-08T04:31:21.655Z"
    },
    {
      "project_id": "avibe-bot/avibe",
      "repo": "avibe-bot/avibe",
      "name": "avibe",
      "github_url": "https://github.com/avibe-bot/avibe",
      "homepage_url": "https://avibe.bot",
      "language": "Python",
      "license": "MIT",
      "project_kind": "project",
      "category": [
        "agent_framework"
      ],
      "tags": [
        "agent",
        "agent-os",
        "ai",
        "ai-agents",
        "chatops",
        "claude",
        "claude-code",
        "codex",
        "devtools",
        "discord-bot",
        "lark-bot",
        "llm",
        "local-first",
        "opencode",
        "slack-bot",
        "vibe-coding",
        "wechat"
      ],
      "description": "The local-first Agent OS — your AI partner lives on your own machine. Drive the official Claude Code, Codex & OpenCode from your browser or any chat app.",
      "overview": "Use avibe-bot/avibe when the user needs an agent framework project with docker, library-only, local deployment options.",
      "alternatives": [
        {
          "repo": "langchain-ai/langchain",
          "reason": "Same agent framework intent with workflow overlap."
        },
        {
          "repo": "omnigent-ai/omnigent",
          "reason": "Same agent framework intent with coding_agent, workflow overlap."
        },
        {
          "repo": "Significant-Gravitas/AutoGPT",
          "reason": "Same agent framework intent with workflow overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "Browser automation",
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "library_only",
        "local",
        "cloud"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": false,
      "use_cases": [
        "build agents with avibe",
        "orchestrate LLM tools",
        "prototype autonomous workflows"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"agent\" in metadata.",
            "Matched \"agents\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Found Docker configuration file.",
            "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": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: python.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "quality_signals": {
        "stars": 499,
        "recent_commits": 100,
        "contributors": 17,
        "issue_response_time_hours": null,
        "release_frequency_180d": 100
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 36,
        "commits_30d": "partial",
        "releases_180d": "partial",
        "contributors_90d": "complete"
      },
      "quality_score": 33,
      "agent_score": 72,
      "score": 89,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 60,
        "deployment": 90,
        "popularity": 54,
        "community": 62
      },
      "git_top_score": 89,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 73,
        "documentation": 84,
        "stability": 100,
        "adoption": 78,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-07T17:01:16.809Z",
        "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 avibe-bot/avibe when the user needs an agent framework project with docker, library-only, local deployment options.",
        "purpose": "Use avibe-bot/avibe when the user needs an agent framework project with docker, library-only, local deployment options.",
        "install": "Run with Docker using the repository's container instructions.",
        "inputs": [
          "task prompt",
          "tools",
          "context",
          "memory/state"
        ],
        "outputs": [
          "agent runs",
          "tool calls",
          "workflow state"
        ],
        "good_for": [
          "build agents with avibe",
          "orchestrate LLM tools",
          "prototype autonomous workflows",
          "stateful agents",
          "tool-using assistants",
          "workflow orchestration"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "simple prompt-only apps",
          "one-shot chat wrappers"
        ],
        "deployment": [
          "docker",
          "library_only",
          "local",
          "cloud"
        ],
        "alternatives": [
          {
            "repo": "langchain-ai/langchain",
            "reason": "Same agent framework intent with workflow overlap."
          },
          {
            "repo": "omnigent-ai/omnigent",
            "reason": "Same agent framework intent with coding_agent, workflow overlap."
          },
          {
            "repo": "Significant-Gravitas/AutoGPT",
            "reason": "Same agent framework intent with workflow overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"agent\" in metadata.",
              "Matched \"agents\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Found Docker configuration file.",
              "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": [
              "Repository has under 10k stars, so complexity is treated conservatively."
            ]
          },
          "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": 36,
          "commits_30d": "partial",
          "releases_180d": "partial",
          "contributors_90d": "complete"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-07T17:01:16.809Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: commits30d, releases180d.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "last_verified_at": "2026-09-07T17:01:16.809Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "Partial or estimated quality signals: commits30d, releases180d.",
        "Independent installation, security, or runtime probes have not been run for this project."
      ],
      "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
      "source_fields": [
        "project.description",
        "project.topics",
        "project.language",
        "project.license",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "agent_card.deployment",
        "agent_card.classification",
        "metrics",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-07T17:01:16.809Z"
    },
    {
      "project_id": "alibaba/open-code-review",
      "repo": "alibaba/open-code-review",
      "name": "open-code-review",
      "github_url": "https://github.com/alibaba/open-code-review",
      "homepage_url": "https://open-codereview.ai",
      "language": "Go",
      "license": "Apache-2.0",
      "project_kind": "project",
      "category": [
        "agent_framework"
      ],
      "tags": [
        "agent",
        "agent-skills",
        "code-review",
        "code-review-assistant",
        "harness",
        "repository-level-context"
      ],
      "description": "Fast, efficient, battle-tested at Alibaba's scale. Hybrid architecture code review tool: deterministic pipelines + LLM Agent, precise line-level comments, built-in multi-language ruleset (NPE, thread-safety, XSS, SQL injection), OpenAI & Anthropic compatible.",
      "overview": "Use alibaba/open-code-review when the user needs an agent framework project with library-only, local, cloud deployment options.",
      "alternatives": [
        {
          "repo": "charmbracelet/crush",
          "reason": "Same agent framework intent with workflow overlap."
        },
        {
          "repo": "CopilotKit/CopilotKit",
          "reason": "Same agent framework intent with workflow overlap."
        },
        {
          "repo": "aristoteleo/PantheonOS",
          "reason": "Same agent framework intent with workflow overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "LLM provider"
      ],
      "deployments": [
        "library_only",
        "local",
        "cloud"
      ],
      "difficulty": "intermediate",
      "cloudflare_ready": false,
      "use_cases": [
        "build agents with open-code-review",
        "orchestrate LLM tools",
        "prototype autonomous workflows"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"agent\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "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": 22015,
        "recent_commits": 100,
        "contributors": 100,
        "issue_response_time_hours": null,
        "release_frequency_180d": 100
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 30,
        "commits_30d": "partial",
        "releases_180d": "partial",
        "contributors_90d": "partial"
      },
      "quality_score": 84,
      "agent_score": 86,
      "score": 94,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 76,
        "deployment": 80,
        "popularity": 87,
        "community": 100
      },
      "git_top_score": 94,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 84,
        "documentation": 92,
        "stability": 90,
        "adoption": 100,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-07T07:00:35.240Z",
        "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 alibaba/open-code-review when the user needs an agent framework project with library-only, local, cloud deployment options.",
        "purpose": "Use alibaba/open-code-review when the user needs an agent framework project with library-only, local, cloud deployment options.",
        "install": "Install as a library or package using the repository instructions.",
        "inputs": [
          "task prompt",
          "tools",
          "context",
          "memory/state"
        ],
        "outputs": [
          "agent runs",
          "tool calls",
          "workflow state"
        ],
        "good_for": [
          "build agents with open-code-review",
          "orchestrate LLM tools",
          "prototype autonomous workflows",
          "stateful agents",
          "tool-using assistants",
          "workflow orchestration"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "simple prompt-only apps",
          "one-shot chat wrappers"
        ],
        "deployment": [
          "library_only",
          "local",
          "cloud"
        ],
        "alternatives": [
          {
            "repo": "charmbracelet/crush",
            "reason": "Same agent framework intent with workflow overlap."
          },
          {
            "repo": "CopilotKit/CopilotKit",
            "reason": "Same agent framework intent with workflow overlap."
          },
          {
            "repo": "aristoteleo/PantheonOS",
            "reason": "Same agent framework intent with workflow overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"agent\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "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": 30,
          "commits_30d": "partial",
          "releases_180d": "partial",
          "contributors_90d": "partial"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-07T07:00:35.240Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: commits30d, releases180d, contributors90d.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "last_verified_at": "2026-09-07T07:00:35.240Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "Partial or estimated quality signals: commits30d, releases180d, contributors90d.",
        "Independent installation, security, or runtime probes have not been run for this project."
      ],
      "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
      "source_fields": [
        "project.description",
        "project.topics",
        "project.language",
        "project.license",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "agent_card.deployment",
        "agent_card.classification",
        "metrics",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-07T07:00:35.240Z"
    },
    {
      "project_id": "langchain-ai/langchain",
      "repo": "langchain-ai/langchain",
      "name": "langchain",
      "github_url": "https://github.com/langchain-ai/langchain",
      "homepage_url": "https://docs.langchain.com/langchain/",
      "language": "Python",
      "license": "MIT",
      "project_kind": "project",
      "category": [
        "agent_framework"
      ],
      "tags": [
        "agents",
        "ai",
        "ai-agents",
        "anthropic",
        "chatgpt",
        "deepagents",
        "enterprise",
        "framework",
        "gemini",
        "generative-ai",
        "langchain",
        "langgraph",
        "llm",
        "multiagent",
        "open-source",
        "openai",
        "pydantic",
        "python",
        "rag",
        "typescript"
      ],
      "description": "The agent engineering platform.",
      "overview": "Use langchain-ai/langchain when the user needs an agent framework project with docker, library-only, local deployment options.",
      "alternatives": [
        {
          "repo": "Protocol-Lattice/go-agent",
          "reason": "Same agent framework intent with rag, workflow overlap."
        },
        {
          "repo": "framerslab/agentos",
          "reason": "Same agent framework intent with rag, workflow overlap."
        },
        {
          "repo": "TransformerOptimus/SuperAGI",
          "reason": "Same agent framework intent with rag, workflow overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "Vector database",
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "library_only",
        "local",
        "cloud"
      ],
      "difficulty": "intermediate",
      "cloudflare_ready": false,
      "use_cases": [
        "build agents with langchain",
        "orchestrate LLM tools",
        "prototype autonomous workflows"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"agent\" in metadata.",
            "Matched \"agents\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "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": [
            "Runtime blocker: python.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "quality_signals": {
        "stars": 145897,
        "recent_commits": 100,
        "contributors": 100,
        "issue_response_time_hours": null,
        "release_frequency_180d": 100
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 30,
        "commits_30d": "partial",
        "releases_180d": "partial",
        "contributors_90d": "partial"
      },
      "quality_score": 84,
      "agent_score": 90,
      "score": 94,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 76,
        "deployment": 90,
        "popularity": 100,
        "community": 100
      },
      "git_top_score": 94,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 84,
        "documentation": 92,
        "stability": 90,
        "adoption": 100,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-08T03:31:02.245Z",
        "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 langchain-ai/langchain when the user needs an agent framework project with docker, library-only, local deployment options.",
        "purpose": "Use langchain-ai/langchain when the user needs an agent framework project with docker, library-only, local deployment options.",
        "install": "Run with Docker using the repository's container instructions.",
        "inputs": [
          "task prompt",
          "tools",
          "context",
          "memory/state"
        ],
        "outputs": [
          "agent runs",
          "tool calls",
          "workflow state"
        ],
        "good_for": [
          "build agents with langchain",
          "orchestrate LLM tools",
          "prototype autonomous workflows",
          "stateful agents",
          "tool-using assistants",
          "workflow orchestration"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "simple prompt-only apps",
          "one-shot chat wrappers"
        ],
        "deployment": [
          "docker",
          "library_only",
          "local",
          "cloud"
        ],
        "alternatives": [
          {
            "repo": "Protocol-Lattice/go-agent",
            "reason": "Same agent framework intent with rag, workflow overlap."
          },
          {
            "repo": "framerslab/agentos",
            "reason": "Same agent framework intent with rag, workflow overlap."
          },
          {
            "repo": "TransformerOptimus/SuperAGI",
            "reason": "Same agent framework intent with rag, workflow overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"agent\" in metadata.",
              "Matched \"agents\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "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": [
              "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": 30,
          "commits_30d": "partial",
          "releases_180d": "partial",
          "contributors_90d": "partial"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-08T03:31:02.245Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: commits30d, releases180d, contributors90d.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "last_verified_at": "2026-09-08T03:31:02.245Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "Partial or estimated quality signals: commits30d, releases180d, contributors90d.",
        "Independent installation, security, or runtime probes have not been run for this project."
      ],
      "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
      "source_fields": [
        "project.description",
        "project.topics",
        "project.language",
        "project.license",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "agent_card.deployment",
        "agent_card.classification",
        "metrics",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-08T03:31:02.245Z"
    },
    {
      "project_id": "agentscope-ai/agentscope",
      "repo": "agentscope-ai/agentscope",
      "name": "agentscope",
      "github_url": "https://github.com/agentscope-ai/agentscope",
      "homepage_url": "https://docs.agentscope.io/",
      "language": "Python",
      "license": "Apache-2.0",
      "project_kind": "project",
      "category": [
        "agent_framework"
      ],
      "tags": [
        "agent",
        "chatbot",
        "large-language-models",
        "llm",
        "llm-agent",
        "mcp",
        "multi-agent",
        "multi-modal",
        "react-agent"
      ],
      "description": "Build and run agents you can see, understand and trust.",
      "overview": "Use agentscope-ai/agentscope when the user needs an agent framework project with docker, library-only, local deployment options.",
      "alternatives": [
        {
          "repo": "omnigent-ai/omnigent",
          "reason": "Same agent framework intent with workflow overlap."
        },
        {
          "repo": "google/adk-python",
          "reason": "Same agent framework intent with workflow overlap."
        },
        {
          "repo": "ag2ai/ag2",
          "reason": "Same agent framework intent with mcp, workflow overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "MCP",
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "library_only",
        "local",
        "cloud"
      ],
      "difficulty": "intermediate",
      "cloudflare_ready": false,
      "use_cases": [
        "build agents with agentscope",
        "orchestrate LLM tools",
        "prototype autonomous workflows"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Manual product trust override for agentscope-ai/agentscope."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"pip install\" 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": [
            "Runtime blocker: python.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "quality_signals": {
        "stars": 31038,
        "recent_commits": 95,
        "contributors": 100,
        "issue_response_time_hours": null,
        "release_frequency_180d": 16
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 30,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "partial"
      },
      "quality_score": 84,
      "agent_score": 88,
      "score": 94,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 75,
        "deployment": 90,
        "popularity": 90,
        "community": 100
      },
      "git_top_score": 94,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 83,
        "documentation": 92,
        "stability": 90,
        "adoption": 100,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-08T04:01:19.895Z",
        "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 agentscope-ai/agentscope when the user needs an agent framework project with docker, library-only, local deployment options.",
        "purpose": "Use agentscope-ai/agentscope when the user needs an agent framework project with docker, library-only, local deployment options.",
        "install": "Run with Docker using the repository's container instructions.",
        "inputs": [
          "task prompt",
          "tools",
          "context",
          "memory/state"
        ],
        "outputs": [
          "agent runs",
          "tool calls",
          "workflow state"
        ],
        "good_for": [
          "build agents with agentscope",
          "orchestrate LLM tools",
          "prototype autonomous workflows",
          "stateful agents",
          "tool-using assistants",
          "workflow orchestration"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "simple prompt-only apps",
          "one-shot chat wrappers"
        ],
        "deployment": [
          "docker",
          "library_only",
          "local",
          "cloud"
        ],
        "alternatives": [
          {
            "repo": "omnigent-ai/omnigent",
            "reason": "Same agent framework intent with workflow overlap."
          },
          {
            "repo": "google/adk-python",
            "reason": "Same agent framework intent with workflow overlap."
          },
          {
            "repo": "ag2ai/ag2",
            "reason": "Same agent framework intent with mcp, workflow overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Manual product trust override for agentscope-ai/agentscope."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"pip install\" 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": [
              "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": 30,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "partial"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-08T04:01:19.895Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: contributors90d.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
        "last_verified_at": "2026-09-08T04:01:19.895Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "Partial or estimated quality signals: contributors90d.",
        "Independent installation, security, or runtime probes have not been run for this project."
      ],
      "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
      "source_fields": [
        "project.description",
        "project.topics",
        "project.language",
        "project.license",
        "agent_card.summary_for_agent",
        "agent_card.use_cases",
        "agent_card.deployment",
        "agent_card.classification",
        "metrics",
        "verification.signals"
      ],
      "last_verified_at": "2026-09-08T04:01:19.895Z"
    }
  ],
  "resolved_from": {
    "requested_id": "obra/superpowers",
    "resolved_id": "obra/superpowers",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1214,
    "generated_at": "2026-09-09T00:32:26.243Z",
    "snapshot_id": "d1:1214:2026-09-09T00:31:16.210Z",
    "latest_synced_at": "2026-09-09T00:31:16.210Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}