{
  "project": {
    "project_id": "webjsdev/webjs",
    "repo": "webjsdev/webjs",
    "name": "webjs",
    "github_url": "https://github.com/webjsdev/webjs",
    "homepage_url": "https://webjs.dev",
    "language": "JavaScript",
    "license": "MIT",
    "project_kind": "project",
    "category": [
      "agent_framework"
    ],
    "tags": [],
    "description": "The web framework built for AI agents",
    "overview": "Use webjsdev/webjs when the user needs a agent framework project with docker, vercel, serverless deployment options.",
    "alternatives": [],
    "related": [],
    "dependencies": [
      "LLM provider"
    ],
    "deployments": [
      "docker",
      "vercel",
      "serverless",
      "library_only",
      "local"
    ],
    "difficulty": "beginner",
    "cloudflare_ready": false,
    "use_cases": [
      "build agents with webjs",
      "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 \"vercel\" in repository content.",
          "Matched \"npm install\" in repository content.",
          "Matched \"library\" in repository content.",
          "Local usage is assumed for open source repositories unless contradicted."
        ]
      },
      "difficulty": {
        "confidence": "medium",
        "evidence": [
          "Repository has under 10k stars, so complexity is treated conservatively."
        ]
      },
      "cloudflare_ready": {
        "confidence": "low",
        "evidence": [
          "No Cloudflare deployment signal detected."
        ]
      }
    },
    "quality_signals": {
      "stars": 101,
      "recent_commits": 100,
      "contributors": 3,
      "issue_response_time_hours": null,
      "release_frequency_180d": 100
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "estimated",
      "commits_30d": "partial",
      "releases_180d": "partial",
      "contributors_90d": "complete"
    },
    "quality_score": 30,
    "agent_score": 68,
    "score": 79,
    "agent_score_breakdown": {
      "documentation": 90,
      "maintenance": 57,
      "deployment": 100,
      "popularity": 40,
      "community": 48
    },
    "git_top_score": 79,
    "git_top_score_breakdown": {
      "community": 71,
      "maintenance": 71,
      "documentation": 84,
      "stability": 100,
      "adoption": 62,
      "agent_readability": 90
    },
    "summary": {
      "tl_dr": "Use webjsdev/webjs when the user needs a agent framework project with docker, vercel, serverless deployment options.",
      "purpose": "Use webjsdev/webjs when the user needs a agent framework project with docker, vercel, serverless 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 webjs",
        "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",
        "vercel",
        "serverless",
        "library_only",
        "local"
      ],
      "alternatives": []
    },
    "evidence": {
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"agent\" in metadata.",
            "Matched \"agents\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Found Docker configuration file.",
            "Matched \"vercel\" in repository content.",
            "Matched \"npm install\" in repository content.",
            "Matched \"library\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "low",
          "evidence": [
            "No Cloudflare deployment signal detected."
          ]
        }
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "partial",
        "releases_180d": "partial",
        "contributors_90d": "complete"
      },
      "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"
      ],
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "Low-confidence classification fields: cloudflareReady.",
        "Partial or estimated quality signals: stars30dDelta, commits30d, releases180d."
      ],
      "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
      "last_verified_at": "2026-07-06T18:00:20.066Z"
    },
    "caveats": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "Low-confidence classification fields: cloudflareReady.",
      "Partial or estimated quality signals: stars30dDelta, commits30d, releases180d."
    ],
    "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"
    ],
    "last_verified_at": "2026-07-06T18:00:20.066Z"
  },
  "related": [
    {
      "project_id": "omnigent-ai/omnigent",
      "repo": "omnigent-ai/omnigent",
      "name": "omnigent",
      "github_url": "https://github.com/omnigent-ai/omnigent",
      "homepage_url": "https://omnigent.ai",
      "language": "Python",
      "license": "Apache-2.0",
      "project_kind": "project",
      "category": [
        "agent_framework"
      ],
      "tags": [
        "agent-framework",
        "agent-governance",
        "agent-orchestration",
        "agents",
        "ai",
        "ai-agent",
        "ai-agents",
        "claude-code",
        "codex",
        "coding-agents",
        "developer-tools",
        "llm",
        "ml",
        "multi-agent",
        "python",
        "sandbox"
      ],
      "description": "Omnigent is an open-source AI agent framework and meta-harness: orchestrate Claude Code, Codex, Cursor, Pi, and custom agents — swap harnesses without rewriting, enforce policies and sandboxing, and collaborate in real time from any device.",
      "overview": "Use omnigent-ai/omnigent when the user needs a agent framework project with docker, kubernetes, serverless deployment options.",
      "alternatives": [],
      "related": [],
      "dependencies": [
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "kubernetes",
        "serverless",
        "library_only",
        "local",
        "cloud"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": false,
      "use_cases": [
        "build agents with omnigent",
        "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 \"kubernetes\" in repository content.",
            "Matched \"serverless\" in repository content.",
            "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, postgres, filesystem.",
            "No Cloudflare deployment signal detected."
          ]
        }
      },
      "quality_signals": {
        "stars": 5837,
        "recent_commits": 100,
        "contributors": 98,
        "issue_response_time_hours": null,
        "release_frequency_180d": 2
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "partial",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 72,
      "agent_score": 83,
      "score": 85,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 55,
        "deployment": 100,
        "popularity": 75,
        "community": 100
      },
      "git_top_score": 85,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 61,
        "documentation": 92,
        "stability": 76,
        "adoption": 100,
        "agent_readability": 90
      },
      "summary": {
        "tl_dr": "Use omnigent-ai/omnigent when the user needs a agent framework project with docker, kubernetes, serverless deployment options.",
        "purpose": "Use omnigent-ai/omnigent when the user needs a agent framework project with docker, kubernetes, serverless 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 omnigent",
          "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",
          "kubernetes",
          "serverless",
          "library_only",
          "local",
          "cloud"
        ],
        "alternatives": []
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"agent framework\" in metadata.",
              "Matched \"agent\" in metadata.",
              "Matched \"agents\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"kubernetes\" in repository content.",
              "Matched \"serverless\" in repository content.",
              "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, postgres, filesystem.",
              "No Cloudflare deployment signal detected."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "estimated",
          "commits_30d": "partial",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "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"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: stars30dDelta, commits30d."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "last_verified_at": "2026-07-01T08:00:50.840Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "Partial or estimated quality signals: stars30dDelta, commits30d."
      ],
      "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"
      ],
      "last_verified_at": "2026-07-01T08:00:50.840Z"
    },
    {
      "project_id": "supermemoryai/supermemory",
      "repo": "supermemoryai/supermemory",
      "name": "supermemory",
      "github_url": "https://github.com/supermemoryai/supermemory",
      "homepage_url": "https://supermemory.ai/docs",
      "language": "TypeScript",
      "license": "MIT",
      "project_kind": "project",
      "category": [
        "agent_framework"
      ],
      "tags": [
        "agent-memory",
        "ai-memory",
        "cloudflare-kv",
        "cloudflare-pages",
        "cloudflare-workers",
        "drizzle-orm",
        "memory",
        "postgres",
        "remix",
        "tailwindcss",
        "typescript",
        "vite"
      ],
      "description": "Memory and context engine + app that is extremely fast, scalable, and can be run fully locally. The Memory API for the AI era.",
      "overview": "Use supermemoryai/supermemory when the user needs a agent framework project with vercel, serverless, library_only deployment options.",
      "alternatives": [
        {
          "repo": "vercel/ai",
          "reason": "Similar agent framework with vercel/serverless deployment overlap."
        },
        {
          "repo": "cloudflare/ai-utils",
          "reason": "Similar agent framework with serverless/library_only deployment overlap."
        },
        {
          "repo": "langchain-ai/langchainjs",
          "reason": "Similar agent framework with vercel/serverless deployment overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "Cloudflare Workers",
        "LLM provider"
      ],
      "deployments": [
        "vercel",
        "serverless",
        "library_only",
        "local"
      ],
      "difficulty": "intermediate",
      "cloudflare_ready": false,
      "use_cases": [
        "build agents with supermemory",
        "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 \"vercel\" in repository content.",
            "Matched \"pip install\" in repository content.",
            "Matched \"npm install\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "No strong beginner or advanced signal found; defaulting to intermediate."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: python, postgres.",
            "No Cloudflare deployment signal detected."
          ]
        }
      },
      "quality_signals": {
        "stars": 27866,
        "recent_commits": 96,
        "contributors": 86,
        "issue_response_time_hours": null,
        "release_frequency_180d": 10
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 7,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 57,
      "agent_score": 87,
      "score": 95,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 71,
        "deployment": 90,
        "popularity": 89,
        "community": 100
      },
      "git_top_score": 95,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 80,
        "documentation": 92,
        "stability": 100,
        "adoption": 100,
        "agent_readability": 100
      },
      "summary": {
        "tl_dr": "Use supermemoryai/supermemory when the user needs a agent framework project with vercel, serverless, library_only deployment options.",
        "purpose": "Use supermemoryai/supermemory when the user needs a agent framework project with vercel, serverless, library_only 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 supermemory",
          "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": [
          "vercel",
          "serverless",
          "library_only",
          "local"
        ],
        "alternatives": [
          {
            "repo": "vercel/ai",
            "reason": "Similar agent framework with vercel/serverless deployment overlap."
          },
          {
            "repo": "cloudflare/ai-utils",
            "reason": "Similar agent framework with serverless/library_only deployment overlap."
          },
          {
            "repo": "langchain-ai/langchainjs",
            "reason": "Similar agent framework with vercel/serverless deployment overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"agent\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"vercel\" in repository content.",
              "Matched \"pip install\" in repository content.",
              "Matched \"npm install\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Runtime blocker: python, postgres.",
              "No Cloudflare deployment signal detected."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 7,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "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"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product"
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "last_verified_at": "2026-06-29T00:00:59.379Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "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"
      ],
      "last_verified_at": "2026-06-29T00:00:59.379Z"
    },
    {
      "project_id": "charmbracelet/crush",
      "repo": "charmbracelet/crush",
      "name": "crush",
      "github_url": "https://github.com/charmbracelet/crush",
      "homepage_url": null,
      "language": "Go",
      "license": "NOASSERTION",
      "project_kind": "project",
      "category": [
        "agent_framework"
      ],
      "tags": [
        "agentic-ai",
        "ai",
        "llms",
        "ravishing"
      ],
      "description": "Glamourous agentic coding for all 💘",
      "overview": "Use charmbracelet/crush when the user needs a agent framework project with vercel, serverless, library_only deployment options.",
      "alternatives": [],
      "related": [],
      "dependencies": [
        "LLM provider"
      ],
      "deployments": [
        "vercel",
        "serverless",
        "library_only",
        "local"
      ],
      "difficulty": "intermediate",
      "cloudflare_ready": false,
      "use_cases": [
        "build agents with crush",
        "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 \"vercel\" in repository content.",
            "Matched \"npm install\" in repository content.",
            "Matched \"library\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "No strong beginner or advanced signal found; defaulting to intermediate."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: filesystem.",
            "No Cloudflare deployment signal detected."
          ]
        }
      },
      "quality_signals": {
        "stars": 25847,
        "recent_commits": 100,
        "contributors": 100,
        "issue_response_time_hours": null,
        "release_frequency_180d": 79
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 8,
        "commits_30d": "partial",
        "releases_180d": "complete",
        "contributors_90d": "partial"
      },
      "quality_score": 52,
      "agent_score": 88,
      "score": 92,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 76,
        "deployment": 90,
        "popularity": 88,
        "community": 100
      },
      "git_top_score": 92,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 84,
        "documentation": 92,
        "stability": 90,
        "adoption": 100,
        "agent_readability": 90
      },
      "summary": {
        "tl_dr": "Use charmbracelet/crush when the user needs a agent framework project with vercel, serverless, library_only deployment options.",
        "purpose": "Use charmbracelet/crush when the user needs a agent framework project with vercel, serverless, library_only 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 crush",
          "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": [
          "vercel",
          "serverless",
          "library_only",
          "local"
        ],
        "alternatives": []
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"agent\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"vercel\" in repository content.",
              "Matched \"npm install\" in repository content.",
              "Matched \"library\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Runtime blocker: filesystem.",
              "No Cloudflare deployment signal detected."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 8,
          "commits_30d": "partial",
          "releases_180d": "complete",
          "contributors_90d": "partial"
        },
        "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"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: commits30d, contributors90d."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "last_verified_at": "2026-06-29T10:59:55.294Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "Partial or estimated quality signals: commits30d, contributors90d."
      ],
      "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"
      ],
      "last_verified_at": "2026-06-29T10:59:55.294Z"
    },
    {
      "project_id": "vercel/ai",
      "repo": "vercel/ai",
      "name": "ai",
      "github_url": "https://github.com/vercel/ai",
      "homepage_url": "https://ai-sdk.dev",
      "language": "TypeScript",
      "license": "NOASSERTION",
      "project_kind": "project",
      "category": [
        "agent_framework"
      ],
      "tags": [
        "anthropic",
        "artificial-intelligence",
        "gemini",
        "generative-ai",
        "generative-ui",
        "javascript",
        "language-model",
        "llm",
        "nextjs",
        "openai",
        "react",
        "svelte",
        "typescript",
        "vercel",
        "vue"
      ],
      "description": "The AI Toolkit for TypeScript. From the creators of Next.js, the AI SDK is a free open-source library for building AI-powered applications and agents ",
      "overview": "Use vercel/ai when the user needs a agent framework project with vercel, serverless, library_only deployment options.",
      "alternatives": [],
      "related": [],
      "dependencies": [
        "LLM provider"
      ],
      "deployments": [
        "vercel",
        "serverless",
        "library_only",
        "local"
      ],
      "difficulty": "intermediate",
      "cloudflare_ready": false,
      "use_cases": [
        "build agents with ai",
        "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 \"vercel\" in repository content.",
            "Matched \"npm install\" in repository content.",
            "Matched \"library\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "No strong beginner or advanced signal found; defaulting to intermediate."
          ]
        },
        "cloudflare_ready": {
          "confidence": "low",
          "evidence": [
            "No Cloudflare deployment signal detected."
          ]
        }
      },
      "quality_signals": {
        "stars": 25250,
        "recent_commits": 100,
        "contributors": 100,
        "issue_response_time_hours": null,
        "release_frequency_180d": 100
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 9,
        "commits_30d": "partial",
        "releases_180d": "partial",
        "contributors_90d": "partial"
      },
      "quality_score": 50,
      "agent_score": 88,
      "score": 91,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 76,
        "deployment": 90,
        "popularity": 88,
        "community": 100
      },
      "git_top_score": 91,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 84,
        "documentation": 84,
        "stability": 90,
        "adoption": 100,
        "agent_readability": 90
      },
      "summary": {
        "tl_dr": "Use vercel/ai when the user needs a agent framework project with vercel, serverless, library_only deployment options.",
        "purpose": "Use vercel/ai when the user needs a agent framework project with vercel, serverless, library_only 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 ai",
          "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": [
          "vercel",
          "serverless",
          "library_only",
          "local"
        ],
        "alternatives": []
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"agent\" in metadata.",
              "Matched \"agents\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"vercel\" in repository content.",
              "Matched \"npm install\" in repository content.",
              "Matched \"library\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "low",
            "evidence": [
              "No Cloudflare deployment signal detected."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 9,
          "commits_30d": "partial",
          "releases_180d": "partial",
          "contributors_90d": "partial"
        },
        "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"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Low-confidence classification fields: cloudflareReady.",
          "Partial or estimated quality signals: commits30d, releases180d, contributors90d."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "last_verified_at": "2026-06-30T11:00:34.483Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "Low-confidence classification fields: cloudflareReady.",
        "Partial or estimated quality signals: commits30d, releases180d, contributors90d."
      ],
      "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"
      ],
      "last_verified_at": "2026-06-30T11:00:34.483Z"
    },
    {
      "project_id": "pydantic/pydantic-ai",
      "repo": "pydantic/pydantic-ai",
      "name": "pydantic-ai",
      "github_url": "https://github.com/pydantic/pydantic-ai",
      "homepage_url": "https://pydantic.dev/pydantic-ai",
      "language": "Python",
      "license": "MIT",
      "project_kind": "project",
      "category": [
        "agent_framework"
      ],
      "tags": [
        "agent-framework",
        "genai",
        "llm",
        "pydantic",
        "python"
      ],
      "description": "AI Agent Framework, the Pydantic way",
      "overview": "Use pydantic/pydantic-ai when the user needs a agent framework project with vercel, serverless, library_only deployment options.",
      "alternatives": [],
      "related": [],
      "dependencies": [
        "LLM provider"
      ],
      "deployments": [
        "vercel",
        "serverless",
        "library_only",
        "local"
      ],
      "difficulty": "intermediate",
      "cloudflare_ready": false,
      "use_cases": [
        "build agents with pydantic-ai",
        "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."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"vercel\" 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."
          ]
        }
      },
      "quality_signals": {
        "stars": 18097,
        "recent_commits": 100,
        "contributors": 100,
        "issue_response_time_hours": null,
        "release_frequency_180d": 85
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 9,
        "commits_30d": "partial",
        "releases_180d": "complete",
        "contributors_90d": "partial"
      },
      "quality_score": 50,
      "agent_score": 87,
      "score": 92,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 76,
        "deployment": 90,
        "popularity": 85,
        "community": 100
      },
      "git_top_score": 92,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 84,
        "documentation": 92,
        "stability": 90,
        "adoption": 100,
        "agent_readability": 90
      },
      "summary": {
        "tl_dr": "Use pydantic/pydantic-ai when the user needs a agent framework project with vercel, serverless, library_only deployment options.",
        "purpose": "Use pydantic/pydantic-ai when the user needs a agent framework project with vercel, serverless, library_only 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 pydantic-ai",
          "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": [
          "vercel",
          "serverless",
          "library_only",
          "local"
        ],
        "alternatives": []
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"agent framework\" in metadata.",
              "Matched \"agent\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"vercel\" 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."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 9,
          "commits_30d": "partial",
          "releases_180d": "complete",
          "contributors_90d": "partial"
        },
        "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"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: commits30d, contributors90d."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "last_verified_at": "2026-06-30T11:00:31.708Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "Partial or estimated quality signals: commits30d, contributors90d."
      ],
      "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"
      ],
      "last_verified_at": "2026-06-30T11:00:31.708Z"
    },
    {
      "project_id": "chroma-core/chroma",
      "repo": "chroma-core/chroma",
      "name": "chroma",
      "github_url": "https://github.com/chroma-core/chroma",
      "homepage_url": "https://www.trychroma.com/",
      "language": "Rust",
      "license": "Apache-2.0",
      "project_kind": "project",
      "category": [
        "agent_framework"
      ],
      "tags": [
        "agents",
        "ai",
        "ai-agents",
        "database",
        "rust",
        "rust-lang"
      ],
      "description": "Search infrastructure for AI",
      "overview": "Use chroma-core/chroma when the user needs a agent framework project with docker, serverless, library_only deployment options.",
      "alternatives": [],
      "related": [],
      "dependencies": [
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "serverless",
        "library_only",
        "local",
        "cloud"
      ],
      "difficulty": "advanced",
      "cloudflare_ready": false,
      "use_cases": [
        "build agents with chroma",
        "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 \"serverless\" in repository content.",
            "Matched \"pip install\" in repository content.",
            "Matched \"npm install\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Found multi-service or orchestration configuration files."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: python.",
            "No Cloudflare deployment signal detected."
          ]
        }
      },
      "quality_signals": {
        "stars": 28645,
        "recent_commits": 73,
        "contributors": 100,
        "issue_response_time_hours": null,
        "release_frequency_180d": 17
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 11,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "partial"
      },
      "quality_score": 46,
      "agent_score": 89,
      "score": 92,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 72,
        "deployment": 100,
        "popularity": 89,
        "community": 100
      },
      "git_top_score": 92,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 81,
        "documentation": 92,
        "stability": 90,
        "adoption": 100,
        "agent_readability": 90
      },
      "summary": {
        "tl_dr": "Use chroma-core/chroma when the user needs a agent framework project with docker, serverless, library_only deployment options.",
        "purpose": "Use chroma-core/chroma when the user needs a agent framework project with docker, serverless, library_only 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 chroma",
          "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",
          "serverless",
          "library_only",
          "local",
          "cloud"
        ],
        "alternatives": []
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"agent\" in metadata.",
              "Matched \"agents\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Found Docker configuration file.",
              "Matched \"serverless\" in repository content.",
              "Matched \"pip install\" in repository content.",
              "Matched \"npm install\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "Found multi-service or orchestration configuration files."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Runtime blocker: python.",
              "No Cloudflare deployment signal detected."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 11,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "partial"
        },
        "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"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: contributors90d."
        ],
        "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
        "last_verified_at": "2026-06-30T11:00:37.806Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "Partial or estimated quality signals: contributors90d."
      ],
      "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"
      ],
      "last_verified_at": "2026-06-30T11:00:37.806Z"
    },
    {
      "project_id": "langchain-ai/langchainjs",
      "repo": "langchain-ai/langchainjs",
      "name": "langchainjs",
      "github_url": "https://github.com/langchain-ai/langchainjs",
      "homepage_url": "https://docs.langchain.com/langchain/",
      "language": "TypeScript",
      "license": "MIT",
      "project_kind": "project",
      "category": [
        "agent_framework"
      ],
      "tags": [],
      "description": "The agent engineering platform",
      "overview": "Use langchain-ai/langchainjs when the user needs a agent framework project with cloudflare, serverless, vercel deployment options.",
      "alternatives": [],
      "related": [],
      "dependencies": [
        "Cloudflare Workers",
        "LLM provider"
      ],
      "deployments": [
        "cloudflare",
        "serverless",
        "vercel",
        "library_only",
        "local"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": false,
      "use_cases": [
        "build agents with langchainjs",
        "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 \"cloudflare workers\" in repository content.",
            "Matched \"vercel\" in repository content.",
            "Matched \"serverless\" in repository content.",
            "Matched \"npm install\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Cloudflare deployment path suggests a guided serverless setup."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Cloudflare signal: cloudflare workers.",
            "Runtime blocker: python."
          ]
        }
      },
      "quality_signals": {
        "stars": 17874,
        "recent_commits": 68,
        "contributors": 100,
        "issue_response_time_hours": null,
        "release_frequency_180d": 100
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 9,
        "commits_30d": "complete",
        "releases_180d": "partial",
        "contributors_90d": "partial"
      },
      "quality_score": 42,
      "agent_score": 88,
      "score": 92,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 70,
        "deployment": 100,
        "popularity": 85,
        "community": 100
      },
      "git_top_score": 92,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 80,
        "documentation": 92,
        "stability": 90,
        "adoption": 100,
        "agent_readability": 90
      },
      "summary": {
        "tl_dr": "Use langchain-ai/langchainjs when the user needs a agent framework project with cloudflare, serverless, vercel deployment options.",
        "purpose": "Use langchain-ai/langchainjs when the user needs a agent framework project with cloudflare, serverless, vercel deployment options.",
        "install": "Deploy on Cloudflare Workers using the repository's deployment instructions.",
        "inputs": [
          "task prompt",
          "tools",
          "context",
          "memory/state"
        ],
        "outputs": [
          "agent runs",
          "tool calls",
          "workflow state"
        ],
        "good_for": [
          "build agents with langchainjs",
          "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": [
          "cloudflare",
          "serverless",
          "vercel",
          "library_only",
          "local"
        ],
        "alternatives": []
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"agent\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"cloudflare workers\" in repository content.",
              "Matched \"vercel\" in repository content.",
              "Matched \"serverless\" in repository content.",
              "Matched \"npm install\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "Cloudflare deployment path suggests a guided serverless setup."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Cloudflare signal: cloudflare workers.",
              "Runtime blocker: python."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 9,
          "commits_30d": "complete",
          "releases_180d": "partial",
          "contributors_90d": "partial"
        },
        "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"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: releases180d, contributors90d."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "last_verified_at": "2026-06-30T22:00:40.970Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "Partial or estimated quality signals: releases180d, contributors90d."
      ],
      "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"
      ],
      "last_verified_at": "2026-06-30T22:00:40.970Z"
    },
    {
      "project_id": "framerslab/agentos",
      "repo": "framerslab/agentos",
      "name": "agentos",
      "github_url": "https://github.com/framerslab/agentos",
      "homepage_url": "https://agentos.sh",
      "language": "TypeScript",
      "license": "Apache-2.0",
      "project_kind": "project",
      "category": [
        "agent_framework"
      ],
      "tags": [
        "agent-framework",
        "agent-memory",
        "agentic-ai",
        "ai-agent-framework",
        "ai-agents",
        "autonomous-agents",
        "cognitive-memory",
        "emergent-behavior",
        "guardrails",
        "hexaco",
        "llm",
        "llm-orchestration",
        "long-term-memory",
        "multi-agent",
        "rag",
        "runtime-tool-generation",
        "tool-use",
        "vector-search",
        "voice-ai"
      ],
      "description": "TypeScript AI agent framework: cognitive memory, runtime tool forging, multi-agent orchestration, 11 LLM providers.",
      "overview": "Use framerslab/agentos when the user needs a agent framework project with vercel, serverless, library_only deployment options.",
      "alternatives": [],
      "related": [],
      "dependencies": [
        "Vector database",
        "LLM provider"
      ],
      "deployments": [
        "vercel",
        "serverless",
        "library_only",
        "local"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": false,
      "use_cases": [
        "build agents with agentos",
        "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 \"vercel\" in repository content.",
            "Matched \"npm install\" in repository content.",
            "Matched \"library\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: postgres.",
            "No Cloudflare deployment signal detected."
          ]
        }
      },
      "quality_signals": {
        "stars": 587,
        "recent_commits": 100,
        "contributors": 3,
        "issue_response_time_hours": null,
        "release_frequency_180d": 100
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "partial",
        "releases_180d": "partial",
        "contributors_90d": "complete"
      },
      "quality_score": 32,
      "agent_score": 69,
      "score": 85,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 57,
        "deployment": 90,
        "popularity": 55,
        "community": 48
      },
      "git_top_score": 85,
      "git_top_score_breakdown": {
        "community": 79,
        "maintenance": 71,
        "documentation": 92,
        "stability": 100,
        "adoption": 80,
        "agent_readability": 90
      },
      "summary": {
        "tl_dr": "Use framerslab/agentos when the user needs a agent framework project with vercel, serverless, library_only deployment options.",
        "purpose": "Use framerslab/agentos when the user needs a agent framework project with vercel, serverless, library_only 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 agentos",
          "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": [
          "vercel",
          "serverless",
          "library_only",
          "local"
        ],
        "alternatives": []
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"agent framework\" in metadata.",
              "Matched \"agent\" in metadata.",
              "Matched \"agents\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"vercel\" in repository content.",
              "Matched \"npm install\" in repository content.",
              "Matched \"library\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "Repository has under 10k stars, so complexity is treated conservatively."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Runtime blocker: postgres.",
              "No Cloudflare deployment signal detected."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "estimated",
          "commits_30d": "partial",
          "releases_180d": "partial",
          "contributors_90d": "complete"
        },
        "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"
        ],
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: stars30dDelta, commits30d, releases180d."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "last_verified_at": "2026-07-02T13:00:45.026Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "Partial or estimated quality signals: stars30dDelta, commits30d, releases180d."
      ],
      "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"
      ],
      "last_verified_at": "2026-07-02T13:00:45.026Z"
    }
  ],
  "resolved_from": {
    "requested_id": "webjsdev/webjs",
    "resolved_id": "webjsdev/webjs",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 794,
    "generated_at": "2026-07-06T20:23:37.828Z",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}