{
  "project_id": "aeonfun/aeon",
  "repo": "aeonfun/aeon",
  "name": "aeon",
  "github_url": "https://github.com/aeonfun/aeon",
  "homepage_url": "https://www.aeon.fun/",
  "language": "TypeScript",
  "license": "MIT",
  "project_kind": "project",
  "category": [
    "agent_framework"
  ],
  "tags": [
    "agent-framework",
    "agents",
    "ai",
    "ai-agents",
    "anthropic",
    "claude",
    "claude-code",
    "harness",
    "llm"
  ],
  "description": "The most autonomous agent framework. No approval loops. No babysitting. Configure once, forget forever.",
  "overview": "Use aeonfun/aeon when the user needs an agent framework project with vercel, serverless, local deployment options.",
  "alternatives": [
    {
      "repo": "vercel/ai",
      "reason": "Same agent framework intent with workflow overlap."
    },
    {
      "repo": "cloudflare/agents",
      "reason": "Same agent framework intent with workflow overlap."
    },
    {
      "repo": "framerslab/agentos",
      "reason": "Same agent framework intent with workflow overlap."
    }
  ],
  "related": [
    {
      "repo": "omnigent-ai/omnigent",
      "reason": "Related to aeonfun/aeon through agent framework category and serverless deployment."
    },
    {
      "repo": "langchain-ai/langchain",
      "reason": "Related to aeonfun/aeon through agent framework category and local deployment."
    },
    {
      "repo": "CopilotKit/CopilotKit",
      "reason": "Related to aeonfun/aeon through agent framework category and local deployment."
    },
    {
      "repo": "avibe-bot/avibe",
      "reason": "Related to aeonfun/aeon through agent framework category and local deployment."
    },
    {
      "repo": "cacheplane/angular-agent-framework",
      "reason": "Related to aeonfun/aeon through agent framework category and vercel deployment."
    },
    {
      "repo": "pydantic/pydantic-ai",
      "reason": "Related to aeonfun/aeon through agent framework category and vercel deployment."
    },
    {
      "repo": "2FastLabs/agent-squad",
      "reason": "Related to aeonfun/aeon through agent framework category and serverless deployment."
    },
    {
      "repo": "google/adk-python",
      "reason": "Related to aeonfun/aeon through agent framework category and local deployment."
    }
  ],
  "dependencies": [
    "LLM provider"
  ],
  "deployments": [
    "vercel",
    "serverless",
    "local"
  ],
  "difficulty": "beginner",
  "cloudflare_ready": false,
  "use_cases": [
    "build agents with aeon",
    "orchestrate LLM tools",
    "prototype autonomous workflows"
  ],
  "not_good_for": [
    "edge-only Cloudflare Workers deployment without adaptation"
  ],
  "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.",
        "Local usage is assumed for open source repositories unless contradicted."
      ]
    },
    "difficulty": {
      "confidence": "medium",
      "evidence": [
        "Repository has under 10k stars, so complexity is treated conservatively."
      ]
    },
    "cloudflare_ready": {
      "confidence": "high",
      "evidence": [
        "No Cloudflare deployment signal detected.",
        "No wrangler.toml found in inspected repository files."
      ]
    }
  },
  "quality_signals": {
    "stars": 574,
    "recent_commits": 100,
    "contributors": 45,
    "issue_response_time_hours": null,
    "release_frequency_180d": 1
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "estimated",
    "commits_30d": "partial",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 27,
  "agent_score": 71,
  "score": 82,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 44,
    "deployment": 80,
    "popularity": 55,
    "community": 90
  },
  "git_top_score": 82,
  "git_top_score_breakdown": {
    "community": 100,
    "maintenance": 52,
    "documentation": 84,
    "stability": 78,
    "adoption": 84,
    "agent_readability": 100
  },
  "summary": {
    "tl_dr": "Use aeonfun/aeon when the user needs an agent framework project with vercel, serverless, local deployment options.",
    "purpose": "Use aeonfun/aeon when the user needs an agent framework project with vercel, serverless, local deployment options.",
    "install": "Run the framework according to the repository README or package registry instructions.",
    "inputs": [
      "task prompt",
      "tools",
      "context",
      "memory/state"
    ],
    "outputs": [
      "agent runs",
      "tool calls",
      "workflow state"
    ],
    "good_for": [
      "build agents with aeon",
      "orchestrate LLM tools",
      "prototype autonomous workflows",
      "stateful agents",
      "tool-using assistants",
      "workflow orchestration"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "simple prompt-only apps",
      "one-shot chat wrappers"
    ],
    "deployment": [
      "vercel",
      "serverless",
      "local"
    ],
    "alternatives": [
      {
        "repo": "vercel/ai",
        "reason": "Same agent framework intent with workflow overlap."
      },
      {
        "repo": "cloudflare/agents",
        "reason": "Same agent framework intent with workflow overlap."
      },
      {
        "repo": "framerslab/agentos",
        "reason": "Same agent framework intent with workflow overlap."
      }
    ]
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "high",
        "evidence": [
          "Matched \"agent framework\" in metadata.",
          "Matched \"agent\" in metadata.",
          "Matched \"agents\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Matched \"vercel\" in repository content.",
          "Local usage is assumed for open source repositories unless contradicted."
        ]
      },
      "difficulty": {
        "confidence": "medium",
        "evidence": [
          "Repository has under 10k stars, so complexity is treated conservatively."
        ]
      },
      "cloudflare_ready": {
        "confidence": "high",
        "evidence": [
          "No Cloudflare deployment signal detected.",
          "No wrangler.toml found in inspected repository files."
        ]
      }
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "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",
      "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-15T09:51:22.222Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "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-15T09:51:22.222Z",
  "knowledge": {
    "project": {
      "id": "aeonfun/aeon",
      "owner": "aeonfun",
      "name": "aeon",
      "full_name": "aeonfun/aeon",
      "github_url": "https://github.com/aeonfun/aeon",
      "homepage_url": "https://www.aeon.fun/",
      "description": "The most autonomous agent framework. No approval loops. No babysitting. Configure once, forget forever.",
      "language": "TypeScript",
      "topics": [
        "agent-framework",
        "agents",
        "ai",
        "ai-agents",
        "anthropic",
        "claude",
        "claude-code",
        "harness",
        "llm"
      ],
      "license": "MIT",
      "stars": 574,
      "forks": 207,
      "open_issues": 3,
      "default_branch": "main",
      "created_at": "2026-03-04T19:44:49Z",
      "updated_at": "2026-07-14T16:16:58Z",
      "pushed_at": "2026-07-14T13:42:35Z",
      "synced_at": "2026-07-15T09:51:22.222Z"
    },
    "agent_card": {
      "project_id": "aeonfun/aeon",
      "project_kind": "project",
      "category": "agent_framework",
      "difficulty": "beginner",
      "deployment": [
        "vercel",
        "serverless",
        "local"
      ],
      "cloudflare_ready": false,
      "use_cases": [
        "build agents with aeon",
        "orchestrate LLM tools",
        "prototype autonomous workflows"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation"
      ],
      "alternatives": [
        {
          "project_id": "vercel/ai",
          "reason": "Same agent framework intent with workflow overlap."
        },
        {
          "project_id": "cloudflare/agents",
          "reason": "Same agent framework intent with workflow overlap."
        },
        {
          "project_id": "framerslab/agentos",
          "reason": "Same agent framework intent with workflow overlap."
        }
      ],
      "summary_for_agent": "Use aeonfun/aeon when the user needs an agent framework project with vercel, serverless, local deployment options.",
      "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.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-07-15T09:51:22.222Z"
    },
    "metrics": {
      "project_id": "aeonfun/aeon",
      "stars_30d_delta": 130,
      "commits_30d": 100,
      "releases_180d": 1,
      "contributors_90d": 45,
      "issue_first_response_median_hours": null,
      "recent_push_days": 0,
      "git_score": 27,
      "maintenance_score": 44,
      "signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "partial",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-07-15T09:51:22.222Z"
    }
  },
  "resolved_from": {
    "requested_id": "aeonfun/aeon",
    "resolved_id": "aeonfun/aeon",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 946,
    "generated_at": "2026-07-15T13:30:51.874Z",
    "snapshot_id": "d1:946:2026-07-15T13:30:48.218Z",
    "latest_synced_at": "2026-07-15T13:30:48.218Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}