{
  "project_id": "i-am-bee/beeai-framework",
  "repo": "i-am-bee/beeai-framework",
  "name": "beeai-framework",
  "github_url": "https://github.com/i-am-bee/beeai-framework",
  "homepage_url": "http://framework.beeai.dev",
  "language": "Python",
  "license": "Apache-2.0",
  "project_kind": "project",
  "category": [
    "agent_framework"
  ],
  "tags": [
    "agents",
    "ai",
    "ai-agent",
    "beeai",
    "framework",
    "llm",
    "multiagent",
    "python",
    "typescript"
  ],
  "description": "Build production-ready AI agents in both Python and Typescript.",
  "overview": "Use i-am-bee/beeai-framework when the user needs an agent framework project with library-only, local, cloud deployment options.",
  "alternatives": [],
  "related": [
    {
      "repo": "langchain-ai/langchain",
      "reason": "Related to i-am-bee/beeai-framework through agent framework category and library_only deployment."
    },
    {
      "repo": "CopilotKit/CopilotKit",
      "reason": "Related to i-am-bee/beeai-framework through agent framework category and library_only deployment."
    },
    {
      "repo": "e2b-dev/E2B",
      "reason": "Related to i-am-bee/beeai-framework through agent framework category and library_only deployment."
    },
    {
      "repo": "omnigent-ai/omnigent",
      "reason": "Related to i-am-bee/beeai-framework through agent framework category and library_only deployment."
    },
    {
      "repo": "Significant-Gravitas/AutoGPT",
      "reason": "Related to i-am-bee/beeai-framework through agent framework category and library_only deployment."
    },
    {
      "repo": "google/adk-python",
      "reason": "Related to i-am-bee/beeai-framework through agent framework category and library_only deployment."
    },
    {
      "repo": "langchain-ai/langgraphjs",
      "reason": "Related to i-am-bee/beeai-framework through agent framework category and library_only deployment."
    },
    {
      "repo": "cacheplane/dawnai",
      "reason": "Related to i-am-bee/beeai-framework through agent framework category and library_only deployment."
    }
  ],
  "dependencies": [
    "LLM provider"
  ],
  "deployments": [
    "library_only",
    "local",
    "cloud"
  ],
  "difficulty": "beginner",
  "cloudflare_ready": false,
  "use_cases": [
    "build agents with beeai-framework",
    "orchestrate LLM tools",
    "prototype autonomous workflows"
  ],
  "not_good_for": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product"
  ],
  "classification": {
    "category": {
      "confidence": "high",
      "evidence": [
        "Matched \"agent\" in metadata.",
        "Matched \"agents\" in metadata."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "Matched \"pip install\" in repository content.",
        "Matched \"npm install\" in repository content.",
        "Matched \"library\" in repository content.",
        "Local usage is assumed for open source repositories unless contradicted."
      ]
    },
    "difficulty": {
      "confidence": "medium",
      "evidence": [
        "Repository has under 10k stars, so complexity is treated conservatively."
      ]
    },
    "cloudflare_ready": {
      "confidence": "high",
      "evidence": [
        "Runtime blocker: python.",
        "No Cloudflare deployment signal detected.",
        "No wrangler.toml found in inspected repository files."
      ]
    }
  },
  "quality_signals": {
    "stars": 3379,
    "recent_commits": 15,
    "contributors": 90,
    "issue_response_time_hours": null,
    "release_frequency_180d": 8
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "estimated",
    "commits_30d": "complete",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 34,
  "agent_score": 78,
  "score": 89,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 54,
    "deployment": 80,
    "popularity": 71,
    "community": 100
  },
  "git_top_score": 89,
  "git_top_score_breakdown": {
    "community": 100,
    "maintenance": 61,
    "documentation": 92,
    "stability": 100,
    "adoption": 100,
    "agent_readability": 90
  },
  "summary": {
    "tl_dr": "Use i-am-bee/beeai-framework when the user needs an agent framework project with library-only, local, cloud deployment options.",
    "purpose": "Use i-am-bee/beeai-framework when the user needs an agent framework project with library-only, local, cloud deployment options.",
    "install": "Install as a library or package using the repository instructions.",
    "inputs": [
      "task prompt",
      "tools",
      "context",
      "memory/state"
    ],
    "outputs": [
      "agent runs",
      "tool calls",
      "workflow state"
    ],
    "good_for": [
      "build agents with beeai-framework",
      "orchestrate LLM tools",
      "prototype autonomous workflows",
      "stateful agents",
      "tool-using assistants",
      "workflow orchestration"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "simple prompt-only apps",
      "one-shot chat wrappers"
    ],
    "deployment": [
      "library_only",
      "local",
      "cloud"
    ],
    "alternatives": []
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "high",
        "evidence": [
          "Matched \"agent\" in metadata.",
          "Matched \"agents\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Matched \"pip install\" in repository content.",
          "Matched \"npm install\" in repository content.",
          "Matched \"library\" in repository content.",
          "Local usage is assumed for open source repositories unless contradicted."
        ]
      },
      "difficulty": {
        "confidence": "medium",
        "evidence": [
          "Repository has under 10k stars, so complexity is treated conservatively."
        ]
      },
      "cloudflare_ready": {
        "confidence": "high",
        "evidence": [
          "Runtime blocker: python.",
          "No Cloudflare deployment signal detected.",
          "No wrangler.toml found in inspected repository files."
        ]
      }
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "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-08-13T03:00:23.898Z"
  },
  "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-08-13T03:00:23.898Z",
  "knowledge": {
    "project": {
      "id": "i-am-bee/beeai-framework",
      "owner": "i-am-bee",
      "name": "beeai-framework",
      "full_name": "i-am-bee/beeai-framework",
      "github_url": "https://github.com/i-am-bee/beeai-framework",
      "homepage_url": "http://framework.beeai.dev",
      "description": "Build production-ready AI agents in both Python and Typescript.",
      "language": "Python",
      "topics": [
        "agents",
        "ai",
        "ai-agent",
        "beeai",
        "framework",
        "llm",
        "multiagent",
        "python",
        "typescript"
      ],
      "license": "Apache-2.0",
      "stars": 3379,
      "forks": 478,
      "open_issues": 23,
      "default_branch": "main",
      "created_at": "2024-08-23T14:03:06Z",
      "updated_at": "2026-08-12T06:26:22Z",
      "pushed_at": "2026-08-08T10:31:07Z",
      "synced_at": "2026-08-13T03:00:23.898Z"
    },
    "agent_card": {
      "project_id": "i-am-bee/beeai-framework",
      "project_kind": "project",
      "category": "agent_framework",
      "difficulty": "beginner",
      "deployment": [
        "library_only",
        "local",
        "cloud"
      ],
      "cloudflare_ready": false,
      "use_cases": [
        "build agents with beeai-framework",
        "orchestrate LLM tools",
        "prototype autonomous workflows"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "alternatives": [],
      "summary_for_agent": "Use i-am-bee/beeai-framework when the user needs an agent framework project with library-only, local, cloud deployment options.",
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"agent\" in metadata.",
            "Matched \"agents\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"pip install\" in repository content.",
            "Matched \"npm install\" in repository content.",
            "Matched \"library\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: python.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-08-13T03:00:23.898Z"
    },
    "metrics": {
      "project_id": "i-am-bee/beeai-framework",
      "stars_30d_delta": 141,
      "commits_30d": 15,
      "releases_180d": 8,
      "contributors_90d": 90,
      "issue_first_response_median_hours": null,
      "recent_push_days": 4,
      "git_score": 34,
      "maintenance_score": 54,
      "signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-08-13T03:00:23.898Z"
    }
  },
  "resolved_from": {
    "requested_id": "i-am-bee/beeai-framework",
    "resolved_id": "i-am-bee/beeai-framework",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1063,
    "generated_at": "2026-08-13T04:11:55.229Z",
    "snapshot_id": "d1:1063:2026-08-13T03:03:40.809Z",
    "latest_synced_at": "2026-08-13T03:03:40.809Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}