{
  "project": {
    "project_id": "ionclaw-org/ionclaw",
    "repo": "ionclaw-org/ionclaw",
    "name": "ionclaw",
    "github_url": "https://github.com/ionclaw-org/ionclaw",
    "homepage_url": "https://ionclaw.com",
    "language": "C++",
    "license": "MIT",
    "project_kind": "project",
    "category": [
      "workflow_automation"
    ],
    "tags": [
      "agent",
      "ai",
      "ai-agent",
      "ai-assistant",
      "ai-workflow",
      "claw",
      "ionclaw",
      "openclaw",
      "workflow"
    ],
    "description": "A cross-platform AI agent orchestrator in C++ that turns any device — including your phone — into a self-contained, multi-agent automation platform",
    "overview": "Use ionclaw-org/ionclaw when the user needs a workflow automation project with docker, local, cloud deployment options.",
    "alternatives": [],
    "related": [],
    "dependencies": [
      "LLM provider"
    ],
    "deployments": [
      "docker",
      "local",
      "cloud"
    ],
    "difficulty": "beginner",
    "cloudflare_ready": false,
    "use_cases": [
      "orchestrate AI workflows",
      "connect tools and services",
      "automate repeated tasks"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation"
    ],
    "classification": {
      "category": {
        "confidence": "high",
        "evidence": [
          "Matched \"workflow\" in metadata.",
          "Matched \"automation\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Found Docker configuration file.",
          "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": 71,
      "recent_commits": 2,
      "contributors": 1,
      "issue_response_time_hours": null,
      "release_frequency_180d": 2
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "estimated",
      "commits_30d": "complete",
      "releases_180d": "complete",
      "contributors_90d": "complete"
    },
    "quality_score": 7,
    "agent_score": 55,
    "score": 64,
    "agent_score_breakdown": {
      "documentation": 90,
      "maintenance": 21,
      "deployment": 80,
      "popularity": 37,
      "community": 46
    },
    "git_top_score": 64,
    "git_top_score_breakdown": {
      "community": 64,
      "maintenance": 20,
      "documentation": 84,
      "stability": 86,
      "adoption": 52,
      "agent_readability": 90
    },
    "summary": {
      "tl_dr": "Use ionclaw-org/ionclaw when the user needs a workflow automation project with docker, local, cloud deployment options.",
      "purpose": "Use ionclaw-org/ionclaw when the user needs a workflow automation project with docker, local, cloud deployment options.",
      "install": "Run with Docker using the repository's container instructions.",
      "inputs": [
        "triggers",
        "jobs",
        "state"
      ],
      "outputs": [
        "automation runs",
        "orchestrated steps",
        "workflow events"
      ],
      "good_for": [
        "orchestrate AI workflows",
        "connect tools and services",
        "automate repeated tasks",
        "scheduled jobs",
        "durable workflows",
        "service orchestration"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "single-step utilities",
        "stateless examples"
      ],
      "deployment": [
        "docker",
        "local",
        "cloud"
      ],
      "alternatives": []
    },
    "evidence": {
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"workflow\" in metadata.",
            "Matched \"automation\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Found Docker configuration file.",
            "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": "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",
        "Low-confidence classification fields: cloudflareReady.",
        "Partial or estimated quality signals: stars30dDelta."
      ],
      "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
      "last_verified_at": "2026-07-08T04:00:59.733Z"
    },
    "caveats": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "Low-confidence classification fields: cloudflareReady.",
      "Partial or estimated quality signals: stars30dDelta."
    ],
    "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-08T04:00:59.733Z"
  },
  "related": [
    {
      "project_id": "openakita/openakita",
      "repo": "openakita/openakita",
      "name": "openakita",
      "github_url": "https://github.com/openakita/openakita",
      "homepage_url": "http://openakita.ai",
      "language": "Python",
      "license": "AGPL-3.0",
      "project_kind": "project",
      "category": [
        "workflow_automation"
      ],
      "tags": [
        "agent",
        "ai",
        "assistant",
        "automation",
        "claw",
        "clawd",
        "clawdbot",
        "openclaw",
        "python"
      ],
      "description": "An open-source AI assistant framework with skills and agent architecture",
      "overview": "Use openakita/openakita when the user needs a workflow automation project with docker, library_only, local deployment options.",
      "alternatives": [],
      "related": [],
      "dependencies": [
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "library_only",
        "local",
        "cloud"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": false,
      "use_cases": [
        "orchestrate AI workflows",
        "connect tools and services",
        "automate repeated tasks"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"automation\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Found Docker configuration file.",
            "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.",
            "No Cloudflare deployment signal detected."
          ]
        }
      },
      "quality_signals": {
        "stars": 1836,
        "recent_commits": 100,
        "contributors": 9,
        "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": 40,
      "agent_score": 72,
      "score": 91,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 58,
        "deployment": 90,
        "popularity": 65,
        "community": 54
      },
      "git_top_score": 91,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 71,
        "documentation": 92,
        "stability": 100,
        "adoption": 96,
        "agent_readability": 90
      },
      "summary": {
        "tl_dr": "Use openakita/openakita when the user needs a workflow automation project with docker, library_only, local deployment options.",
        "purpose": "Use openakita/openakita when the user needs a workflow automation project with docker, library_only, local deployment options.",
        "install": "Run with Docker using the repository's container instructions.",
        "inputs": [
          "triggers",
          "jobs",
          "state"
        ],
        "outputs": [
          "automation runs",
          "orchestrated steps",
          "workflow events"
        ],
        "good_for": [
          "orchestrate AI workflows",
          "connect tools and services",
          "automate repeated tasks",
          "scheduled jobs",
          "durable workflows",
          "service orchestration"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "single-step utilities",
          "stateless examples"
        ],
        "deployment": [
          "docker",
          "library_only",
          "local",
          "cloud"
        ],
        "alternatives": []
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"automation\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Found Docker configuration file.",
              "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.",
              "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-07T07:00:26.757Z"
      },
      "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-07T07:00:26.757Z"
    },
    {
      "project_id": "langgenius/dify",
      "repo": "langgenius/dify",
      "name": "dify",
      "github_url": "https://github.com/langgenius/dify",
      "homepage_url": "https://dify.ai",
      "language": "TypeScript",
      "license": "NOASSERTION",
      "project_kind": "project",
      "category": [
        "workflow_automation"
      ],
      "tags": [
        "agent",
        "agentic-ai",
        "agentic-framework",
        "agentic-workflow",
        "ai",
        "automation",
        "gemini",
        "genai",
        "gpt",
        "gpt-4",
        "llm",
        "low-code",
        "mcp",
        "nextjs",
        "no-code",
        "openai",
        "orchestration",
        "python",
        "rag",
        "workflow"
      ],
      "description": "Production-ready platform for agentic workflow development.",
      "overview": "Use langgenius/dify when the user needs a workflow automation project with docker, kubernetes, local deployment options.",
      "alternatives": [],
      "related": [],
      "dependencies": [
        "MCP",
        "Vector database",
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "kubernetes",
        "local",
        "cloud"
      ],
      "difficulty": "intermediate",
      "cloudflare_ready": false,
      "use_cases": [
        "orchestrate AI workflows",
        "connect tools and services",
        "automate repeated tasks"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation"
      ],
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Manual product trust override: Dify is a production-ready agentic workflow development platform, not an MCP server."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"kubernetes\" in repository content.",
            "Matched \"helm chart\" 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": 146961,
        "recent_commits": 100,
        "contributors": 100,
        "issue_response_time_hours": null,
        "release_frequency_180d": 13
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 9,
        "commits_30d": "partial",
        "releases_180d": "complete",
        "contributors_90d": "partial"
      },
      "quality_score": 72,
      "agent_score": 90,
      "score": 91,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 76,
        "deployment": 90,
        "popularity": 100,
        "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 langgenius/dify when the user needs a workflow automation project with docker, kubernetes, local deployment options.",
        "purpose": "Use langgenius/dify when the user needs a workflow automation project with docker, kubernetes, local deployment options.",
        "install": "Run with Docker using the repository's container instructions.",
        "inputs": [
          "triggers",
          "jobs",
          "state"
        ],
        "outputs": [
          "automation runs",
          "orchestrated steps",
          "workflow events"
        ],
        "good_for": [
          "orchestrate AI workflows",
          "connect tools and services",
          "automate repeated tasks",
          "scheduled jobs",
          "durable workflows",
          "service orchestration"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "single-step utilities",
          "stateless examples"
        ],
        "deployment": [
          "docker",
          "kubernetes",
          "local",
          "cloud"
        ],
        "alternatives": []
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Manual product trust override: Dify is a production-ready agentic workflow development platform, not an MCP server."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"kubernetes\" in repository content.",
              "Matched \"helm chart\" 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": 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",
          "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-29T12:00:58.475Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "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-29T12:00:58.475Z"
    },
    {
      "project_id": "deepfounder-ai/castor",
      "repo": "deepfounder-ai/castor",
      "name": "castor",
      "github_url": "https://github.com/deepfounder-ai/castor",
      "homepage_url": "https://qwe-qwe.deepfounder.ai/",
      "language": "Python",
      "license": "MIT",
      "project_kind": "project",
      "category": [
        "workflow_automation"
      ],
      "tags": [
        "agent",
        "ai",
        "ai-agent"
      ],
      "description": "A self-hosted AI agent built to drop into business workflows: customer ops, internal automation, knowledge retrieval, scheduled reporting. Deploys on a laptop, a workstation, or your own server — never sends data to a third party unless you tell it to. ",
      "overview": "Use deepfounder-ai/castor when the user needs a workflow automation project with docker, library_only, local deployment options.",
      "alternatives": [],
      "related": [],
      "dependencies": [
        "Vector database",
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "library_only",
        "local",
        "cloud"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": false,
      "use_cases": [
        "orchestrate AI workflows",
        "connect tools and services",
        "automate repeated tasks"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"workflow\" in metadata.",
            "Matched \"automation\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Found Docker configuration file.",
            "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, cuda, gpu.",
            "No Cloudflare deployment signal detected."
          ]
        }
      },
      "quality_signals": {
        "stars": 58,
        "recent_commits": 52,
        "contributors": 4,
        "issue_response_time_hours": null,
        "release_frequency_180d": 69
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 25,
      "agent_score": 64,
      "score": 78,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 50,
        "deployment": 90,
        "popularity": 35,
        "community": 49
      },
      "git_top_score": 78,
      "git_top_score_breakdown": {
        "community": 72,
        "maintenance": 66,
        "documentation": 92,
        "stability": 100,
        "adoption": 49,
        "agent_readability": 90
      },
      "summary": {
        "tl_dr": "Use deepfounder-ai/castor when the user needs a workflow automation project with docker, library_only, local deployment options.",
        "purpose": "Use deepfounder-ai/castor when the user needs a workflow automation project with docker, library_only, local deployment options.",
        "install": "Run with Docker using the repository's container instructions.",
        "inputs": [
          "triggers",
          "jobs",
          "state"
        ],
        "outputs": [
          "automation runs",
          "orchestrated steps",
          "workflow events"
        ],
        "good_for": [
          "orchestrate AI workflows",
          "connect tools and services",
          "automate repeated tasks",
          "scheduled jobs",
          "durable workflows",
          "service orchestration"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "single-step utilities",
          "stateless examples"
        ],
        "deployment": [
          "docker",
          "library_only",
          "local",
          "cloud"
        ],
        "alternatives": []
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"workflow\" in metadata.",
              "Matched \"automation\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Found Docker configuration file.",
              "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, cuda, gpu.",
              "No Cloudflare deployment signal detected."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "estimated",
          "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",
          "Partial or estimated quality signals: stars30dDelta."
        ],
        "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
        "last_verified_at": "2026-07-07T02:00:16.364Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "Partial or estimated quality signals: stars30dDelta."
      ],
      "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-07-07T02:00:16.364Z"
    },
    {
      "project_id": "hexabot-ai/Hexabot",
      "repo": "hexabot-ai/Hexabot",
      "name": "Hexabot",
      "github_url": "https://github.com/hexabot-ai/Hexabot",
      "homepage_url": "https://docs.hexabot.ai",
      "language": "TypeScript",
      "license": "NOASSERTION",
      "project_kind": "project",
      "category": [
        "workflow_automation"
      ],
      "tags": [
        "agent",
        "agentic",
        "agents",
        "ai",
        "ai-automation",
        "artificial-intelligence",
        "automation",
        "bot-framework",
        "chatbot",
        "chatgpt",
        "claude-ai",
        "conversational-ai",
        "deepseek",
        "framework",
        "gemini",
        "llama",
        "llm",
        "mistral",
        "ollama",
        "workflow"
      ],
      "description": "Hexabot v3 is an AI workflow automation platform, combining workflows, actions, agents, and conversational channels in one runtime.",
      "overview": "Use hexabot-ai/Hexabot when the user needs a workflow automation project with docker, library_only, local deployment options.",
      "alternatives": [],
      "related": [],
      "dependencies": [
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "library_only",
        "local",
        "cloud"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": false,
      "use_cases": [
        "orchestrate AI workflows",
        "connect tools and services",
        "automate repeated tasks"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"workflow\" in metadata.",
            "Matched \"automation\" 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": [
            "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": 987,
        "recent_commits": 100,
        "contributors": 23,
        "issue_response_time_hours": null,
        "release_frequency_180d": 0
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "partial",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 20,
      "agent_score": 68,
      "score": 80,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 37,
        "deployment": 90,
        "popularity": 60,
        "community": 68
      },
      "git_top_score": 80,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 45,
        "documentation": 92,
        "stability": 70,
        "adoption": 89,
        "agent_readability": 90
      },
      "summary": {
        "tl_dr": "Use hexabot-ai/Hexabot when the user needs a workflow automation project with docker, library_only, local deployment options.",
        "purpose": "Use hexabot-ai/Hexabot when the user needs a workflow automation project with docker, library_only, local deployment options.",
        "install": "Run with Docker using the repository's container instructions.",
        "inputs": [
          "triggers",
          "jobs",
          "state"
        ],
        "outputs": [
          "automation runs",
          "orchestrated steps",
          "workflow events"
        ],
        "good_for": [
          "orchestrate AI workflows",
          "connect tools and services",
          "automate repeated tasks",
          "scheduled jobs",
          "durable workflows",
          "service orchestration"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "single-step utilities",
          "stateless examples"
        ],
        "deployment": [
          "docker",
          "library_only",
          "local",
          "cloud"
        ],
        "alternatives": []
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"workflow\" in metadata.",
              "Matched \"automation\" 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": [
              "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": "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-02T18:00:44.329Z"
      },
      "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-02T18:00:44.329Z"
    },
    {
      "project_id": "Skyvern-AI/skyvern",
      "repo": "Skyvern-AI/skyvern",
      "name": "skyvern",
      "github_url": "https://github.com/Skyvern-AI/skyvern",
      "homepage_url": "https://www.skyvern.com",
      "language": "Python",
      "license": "AGPL-3.0",
      "project_kind": "project",
      "category": [
        "workflow_automation"
      ],
      "tags": [
        "ai",
        "api",
        "automation",
        "browser",
        "browser-automation",
        "computer",
        "gpt",
        "llm",
        "playwright",
        "powerautomate",
        "puppeteer",
        "python",
        "rpa",
        "selenium",
        "vision",
        "workflow"
      ],
      "description": "Automate browser based workflows with AI",
      "overview": "Use Skyvern-AI/skyvern when the user needs a workflow automation project with docker, library_only, local deployment options.",
      "alternatives": [],
      "related": [],
      "dependencies": [
        "Browser automation",
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "library_only",
        "local",
        "cloud"
      ],
      "difficulty": "advanced",
      "cloudflare_ready": false,
      "use_cases": [
        "orchestrate AI workflows",
        "connect tools and services",
        "automate repeated tasks"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"workflow\" in metadata.",
            "Matched \"automation\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Found Docker configuration file.",
            "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, postgres.",
            "No Cloudflare deployment signal detected."
          ]
        }
      },
      "quality_signals": {
        "stars": 22132,
        "recent_commits": 100,
        "contributors": 86,
        "issue_response_time_hours": null,
        "release_frequency_180d": 37
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 15,
        "commits_30d": "partial",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 49,
      "agent_score": 88,
      "score": 92,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 76,
        "deployment": 90,
        "popularity": 87,
        "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 Skyvern-AI/skyvern when the user needs a workflow automation project with docker, library_only, local deployment options.",
        "purpose": "Use Skyvern-AI/skyvern when the user needs a workflow automation project with docker, library_only, local deployment options.",
        "install": "Run with Docker using the repository's container instructions.",
        "inputs": [
          "triggers",
          "jobs",
          "state"
        ],
        "outputs": [
          "automation runs",
          "orchestrated steps",
          "workflow events"
        ],
        "good_for": [
          "orchestrate AI workflows",
          "connect tools and services",
          "automate repeated tasks",
          "scheduled jobs",
          "durable workflows",
          "service orchestration"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "single-step utilities",
          "stateless examples"
        ],
        "deployment": [
          "docker",
          "library_only",
          "local",
          "cloud"
        ],
        "alternatives": []
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"workflow\" in metadata.",
              "Matched \"automation\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Found Docker configuration file.",
              "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, postgres.",
              "No Cloudflare deployment signal detected."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 15,
          "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: commits30d."
        ],
        "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
        "last_verified_at": "2026-07-07T00:00:14.140Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "Partial or estimated quality signals: commits30d."
      ],
      "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-07-07T00:00:14.140Z"
    },
    {
      "project_id": "Dong90/oh-my-taiyiforge",
      "repo": "Dong90/oh-my-taiyiforge",
      "name": "oh-my-taiyiforge",
      "github_url": "https://github.com/Dong90/oh-my-taiyiforge",
      "homepage_url": null,
      "language": "TypeScript",
      "license": "MIT",
      "project_kind": "project",
      "category": [
        "workflow_automation"
      ],
      "tags": [
        "ai",
        "automation",
        "claude",
        "code-generation",
        "codex",
        "developer-tools",
        "harness",
        "harness-engineering",
        "llm",
        "opencode",
        "plugin",
        "typescript",
        "workflow"
      ],
      "description": "AI workflow automation plugin for intelligent code generation with Claude/Codex",
      "overview": "Use Dong90/oh-my-taiyiforge when the user needs a workflow automation project with docker, library_only, local deployment options.",
      "alternatives": [],
      "related": [],
      "dependencies": [
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "library_only",
        "local",
        "cloud"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": false,
      "use_cases": [
        "orchestrate AI workflows",
        "connect tools and services",
        "automate repeated tasks"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"workflow\" in metadata.",
            "Matched \"automation\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Found Docker configuration file.",
            "Matched \"npm 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": "low",
          "evidence": [
            "No Cloudflare deployment signal detected."
          ]
        }
      },
      "quality_signals": {
        "stars": 805,
        "recent_commits": 100,
        "contributors": 2,
        "issue_response_time_hours": null,
        "release_frequency_180d": 17
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "partial",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 52,
      "agent_score": 69,
      "score": 84,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 57,
        "deployment": 90,
        "popularity": 58,
        "community": 47
      },
      "git_top_score": 84,
      "git_top_score_breakdown": {
        "community": 77,
        "maintenance": 71,
        "documentation": 92,
        "stability": 100,
        "adoption": 76,
        "agent_readability": 90
      },
      "summary": {
        "tl_dr": "Use Dong90/oh-my-taiyiforge when the user needs a workflow automation project with docker, library_only, local deployment options.",
        "purpose": "Use Dong90/oh-my-taiyiforge when the user needs a workflow automation project with docker, library_only, local deployment options.",
        "install": "Run with Docker using the repository's container instructions.",
        "inputs": [
          "triggers",
          "jobs",
          "state"
        ],
        "outputs": [
          "automation runs",
          "orchestrated steps",
          "workflow events"
        ],
        "good_for": [
          "orchestrate AI workflows",
          "connect tools and services",
          "automate repeated tasks",
          "scheduled jobs",
          "durable workflows",
          "service orchestration"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "single-step utilities",
          "stateless examples"
        ],
        "deployment": [
          "docker",
          "library_only",
          "local",
          "cloud"
        ],
        "alternatives": []
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"workflow\" in metadata.",
              "Matched \"automation\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Found Docker configuration file.",
              "Matched \"npm 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": "low",
            "evidence": [
              "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",
          "Low-confidence classification fields: cloudflareReady.",
          "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-04T09:00:32.147Z"
      },
      "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."
      ],
      "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-04T09:00:32.147Z"
    },
    {
      "project_id": "ZHangZHengEric/Sage",
      "repo": "ZHangZHengEric/Sage",
      "name": "Sage",
      "github_url": "https://github.com/ZHangZHengEric/Sage",
      "homepage_url": "https://zhangzhengeric.github.io/Sage/",
      "language": "Python",
      "license": "MIT",
      "project_kind": "project",
      "category": [
        "workflow_automation"
      ],
      "tags": [
        "agents",
        "ai",
        "llm",
        "manus",
        "muilt-agents",
        "workflow"
      ],
      "description": "Multi-Agent System Framework For Complex Tasks",
      "overview": "Use ZHangZHengEric/Sage when the user needs a workflow automation project with docker, library_only, local deployment options.",
      "alternatives": [],
      "related": [],
      "dependencies": [
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "library_only",
        "local",
        "cloud"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": false,
      "use_cases": [
        "orchestrate AI workflows",
        "connect tools and services",
        "automate repeated tasks"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"workflow\" 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."
          ]
        }
      },
      "quality_signals": {
        "stars": 1207,
        "recent_commits": 100,
        "contributors": 17,
        "issue_response_time_hours": null,
        "release_frequency_180d": 37
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "partial",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 35,
      "agent_score": 73,
      "score": 90,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 60,
        "deployment": 90,
        "popularity": 62,
        "community": 62
      },
      "git_top_score": 90,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 73,
        "documentation": 92,
        "stability": 100,
        "adoption": 88,
        "agent_readability": 90
      },
      "summary": {
        "tl_dr": "Use ZHangZHengEric/Sage when the user needs a workflow automation project with docker, library_only, local deployment options.",
        "purpose": "Use ZHangZHengEric/Sage when the user needs a workflow automation project with docker, library_only, local deployment options.",
        "install": "Run with Docker using the repository's container instructions.",
        "inputs": [
          "triggers",
          "jobs",
          "state"
        ],
        "outputs": [
          "automation runs",
          "orchestrated steps",
          "workflow events"
        ],
        "good_for": [
          "orchestrate AI workflows",
          "connect tools and services",
          "automate repeated tasks",
          "scheduled jobs",
          "durable workflows",
          "service orchestration"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "single-step utilities",
          "stateless examples"
        ],
        "deployment": [
          "docker",
          "library_only",
          "local",
          "cloud"
        ],
        "alternatives": []
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"workflow\" 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."
            ]
          }
        },
        "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-02T10:00:51.962Z"
      },
      "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-02T10:00:51.962Z"
    },
    {
      "project_id": "ohdearquant/lionagi",
      "repo": "ohdearquant/lionagi",
      "name": "lionagi",
      "github_url": "https://github.com/ohdearquant/lionagi",
      "homepage_url": null,
      "language": "Python",
      "license": "Apache-2.0",
      "project_kind": "project",
      "category": [
        "workflow_automation"
      ],
      "tags": [
        "agents",
        "ai",
        "automation",
        "data",
        "llm",
        "machine-learning",
        "workflow"
      ],
      "description": "An intelligence orchestra",
      "overview": "Use ohdearquant/lionagi when the user needs a workflow automation project with docker, library_only, local deployment options.",
      "alternatives": [],
      "related": [],
      "dependencies": [
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "library_only",
        "local",
        "cloud"
      ],
      "difficulty": "beginner",
      "cloudflare_ready": false,
      "use_cases": [
        "orchestrate AI workflows",
        "connect tools and services",
        "automate repeated tasks"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"workflow\" in metadata.",
            "Matched \"automation\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "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": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: python, postgres.",
            "No Cloudflare deployment signal detected."
          ]
        }
      },
      "quality_signals": {
        "stars": 398,
        "recent_commits": 100,
        "contributors": 10,
        "issue_response_time_hours": null,
        "release_frequency_180d": 47
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "partial",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 31,
      "agent_score": 70,
      "score": 87,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 59,
        "deployment": 90,
        "popularity": 52,
        "community": 55
      },
      "git_top_score": 87,
      "git_top_score_breakdown": {
        "community": 98,
        "maintenance": 72,
        "documentation": 92,
        "stability": 100,
        "adoption": 76,
        "agent_readability": 90
      },
      "summary": {
        "tl_dr": "Use ohdearquant/lionagi when the user needs a workflow automation project with docker, library_only, local deployment options.",
        "purpose": "Use ohdearquant/lionagi when the user needs a workflow automation project with docker, library_only, local deployment options.",
        "install": "Run with Docker using the repository's container instructions.",
        "inputs": [
          "triggers",
          "jobs",
          "state"
        ],
        "outputs": [
          "automation runs",
          "orchestrated steps",
          "workflow events"
        ],
        "good_for": [
          "orchestrate AI workflows",
          "connect tools and services",
          "automate repeated tasks",
          "scheduled jobs",
          "durable workflows",
          "service orchestration"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "single-step utilities",
          "stateless examples"
        ],
        "deployment": [
          "docker",
          "library_only",
          "local",
          "cloud"
        ],
        "alternatives": []
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"workflow\" in metadata.",
              "Matched \"automation\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "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": [
              "Repository has under 10k stars, so complexity is treated conservatively."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Runtime blocker: python, postgres.",
              "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-02T18:00:34.628Z"
      },
      "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-02T18:00:34.628Z"
    }
  ],
  "resolved_from": {
    "requested_id": "ionclaw-org/ionclaw",
    "resolved_id": "ionclaw-org/ionclaw",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 842,
    "generated_at": "2026-07-08T06:55:50.001Z",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}