KeenableKeenable SELECT showcaseAsk your own question →GitHub

Popular Open-Source AI Agents & Agentic Frameworks

Trajectory · 17 messages, 9 tool calls · report · all reports

user

List ALL popular open-source agents and agentic frameworks

assistant

tool call · select

SELECT
  url,
  title,
  SEM_EXTRACT_ALL(
    content,
    'open-source software project that is an AI agent, autonomous agent application, multi-agent system, agent development framework, agent orchestration framework, or agent platform',
    project := 'project name',
    category := 'whether it is an agent application, agentic framework/library, platform, or multi-agent system',
    github_url := 'GitHub repository URL',
    stars := 'GitHub star count, number only',
    description := 'short description of what it does',
    license := 'open-source license'
  ) AS projects
FROM WEB_SEARCH(
  'popular open source AI agent frameworks GitHub stars list',
  'top open source autonomous AI agents GitHub stars',
  'awesome AI agents GitHub frameworks list',
  'AI agent framework landscape open source LangChain AutoGen CrewAI',
  'best open source agentic frameworks 2026',
  'site:github.com/topics/ai-agents most stars',
  'site:github.com/topics/llm-agent most stars',
  'open source multi agent frameworks comparison',
  'popular open source coding agents GitHub stars',
  'open source deep research browser agents GitHub',
  'open source computer use AI agents GitHub',
  'open source agent platform workflow GitHub stars'
)
WHERE SEM_MATCH(
  content,
  'contains names of open-source AI agent projects or agent-building frameworks'
)
{
 "show_preview": true
}
tool result (2540 chars)
result_set_id: re326a756eb4
total_rows: 403
columns[3]: projects,title,url
preview:
  sample_rows[3]:
    - url: "https://github.com/kyrolabs/awesome-agents"
      title: "GitHub - kyrolabs/awesome-agents: 🤖 Awesome list of AI Agents"
      projects[4]:
        - project: Awesome ADE
          category: null
          github_url: null
          stars: null
          description: null
          license: null
        - project: OpenClaw
          category: null
          github_url: null
          stars: null
          description: null
          license: null
        - project: Hermes Agent
          category: null
          github_url: null
          stars: null
          description: null
          license: null
        - ... +105 more items
    - url: "https://thesequence.substack.com/p/the-sequence-radar-723-alibabas-agentic"
      title: "The Sequence Radar #723: Alibaba’s Agentic Leap: Why Tongyi DeepResearch Matters"
      projects[1,]{project,category,github_url,stars,description,license}:
        Tongyi DeepResearch,agent application,null,null,An open-source deep research web agent derived from a 30.5B Mixture-of-Experts architecture aimed at long-horizon information seeking.,Apache-2.0
    - url: "https://agentlist.top/en/best/browser-agent"
      title: Best Browser Agent Open Source Projects Top 20 | AgentList
      projects[4]:
        - project: Firecrawl
          category: null
          github_url: null
          stars: "151600.00000000003"
          description: null
          license: null
        - project: browser-use
          category: null
          github_url: null
          stars: "104900.0"
          description: null
          license: null
        - project: Front-End Checklist
          category: null
          github_url: null
          stars: "73200.0"
          description: null
          license: null
        - ... +17 more items
notes[4,]{text}:
  "The full table is too large to return in one response. This is a preview, not the data — do not draw conclusions from it alone. Query the result set by id: SEM_EXTRACT fields, filter with exact WHERE, aggregate, or page with LIMIT/OFFSET. Even if the preview looks irrelevant, probe the full result set before searching again."
  Merged 12 queries (2007 total) → 1438 unique results
  "Search result set: r37b67951cba (1438 rows), reference it as FROM r37b67951cba in follow-up queries"
  "WARNING: semantic extraction failed on 1029 of 1438 rows — extracted values are null on those rows. First error: timed_out after 90.0s"

result set re326a756eb4 · 403 rows

urltitleprojects
https://github.com/kyrolabs/awesome-agentsGitHub - kyrolabs/awesome-agents: 🤖 Awesome list of AI Agents[{"project": "Awesome ADE", "category": null, "github_url": null, "stars": null, "description": null, "license": null}, {"project": "OpenClaw", "category": nul…
https://the-agent-report.com/2026/05/ultimate-guide-open-source-ai-agent-frameworksUltimate Guide to Open Source AI Agent Frameworks in 2026[{"project": "LangChain / LangGraph", "category": null, "github_url": null, "stars": "170000", "description": null, "license": null}, {"project": "AutoGen (AG2…
https://pinklloyds.com/news/top-ai-agentic-frameworks-2025Top AI Agentic Frameworks in 2025–2026: The Definitive Guide[{"project": "OpenClaw", "category": null, "github_url": null, "stars": "366000", "description": null, "license": null}, {"project": "Hermes Agent", "category"…
https://github.com/huang-yi-dae/agents-radar/issues/568Open-Source Trending Daily Report 2026-08-26[{"project": "apache/maka", "category": null, "github_url": null, "stars": null, "description": null, "license": null}, {"project": "TauricResearch/TradingAgen…
https://arxiv.org/html/2606.04967v1From Prompt to Process: a Process Taxonomy and Comparative Assessment of Frameworks Supporting AI Software Development Agents[{"project": "GitHub Spec Kit", "category": null, "github_url": null, "stars": "106786.0", "description": null, "license": null}, {"project": "Get Shit Done, G…
Download all 403 rows · 1227 KB
assistant

tool call · select

SELECT
  url,
  title,
  UNNEST(
    SEM_EXTRACT_ALL(
      content,
      'open-source framework, library, runtime, SDK, workflow engine, or platform specifically for building or orchestrating AI agents',
      project := 'canonical project name',
      repository := 'GitHub repository URL',
      stars := 'current GitHub star count, number only',
      description := 'short description',
      license := 'open-source license',
      evidence := 'per_field'
    ),
    recursive := true
  )
FROM WEB_SEARCH(
  'open source AI agent frameworks GitHub stars ranking',
  'agentic AI frameworks comparison stars LangGraph CrewAI AutoGen',
  'popular multi agent orchestration frameworks open source GitHub',
  'AI agent SDK framework GitHub most stars 2026',
  'top agent workflow engines GitHub stars open source',
  'awesome agent frameworks libraries runtimes open source',
  'site:github.com/topics/agent-framework stars',
  'open source AI agent platform Langflow Flowise Dify stars'
)
WHERE SEM_MATCH(
  content,
  'lists or describes one or more open-source frameworks or platforms used to build or orchestrate AI agents'
)
{
 "show_preview": false
}

tool call · select

SELECT
  url,
  title,
  UNNEST(
    SEM_EXTRACT_ALL(
      content,
      'open-source ready-to-use AI agent application or autonomous agent project, rather than only a model',
      project := 'canonical project name',
      repository := 'GitHub repository URL',
      stars := 'current GitHub star count, number only',
      agent_type := 'coding, research, browser, computer-use, general autonomous, personal assistant, or other',
      description := 'short description',
      license := 'open-source license',
      evidence := 'per_field'
    ),
    recursive := true
  )
FROM WEB_SEARCH(
  'popular open source autonomous AI agents GitHub stars ranking',
  'open source coding agents GitHub stars OpenHands Cline Aider',
  'open source browser agents GitHub stars browser-use Skyvern',
  'open source deep research agents GitHub stars',
  'open source computer use agents GitHub popularity',
  'open source general autonomous agents GitHub AutoGPT AgentGPT',
  'awesome AI agents open source GitHub list',
  'most starred AI agent applications GitHub 2026'
)
WHERE SEM_MATCH(
  content,
  'lists or describes one or more open-source ready-to-use AI agents, autonomous agent applications, coding agents, research agents, browser agents, or computer-use agents'
)
{
 "show_preview": false
}
tool result (3005 chars)
result_set_id: rf58ed790541
total_rows: 6919
columns[12]: description,description_evidence,license,license_evidence,project,project_evidence,repository,repository_evidence,stars,stars_evidence,title,url
preview:
  sample_rows[3]:
    - url: "https://github.com/duanyytop/agents-radar/issues/2869"
      title: 📈 AI Open Source Trends 2026-08-24
      project: langchain-ai/langchain
      repository: "https://github.com/langchain-ai/langchain"
      stars: "144841"
      description: null
      license: null
      project_evidence[4]: ## 2. Top Projects by Category,### 🤖 AI Agents / Workflows,| Project | Lang | Stars (total / today) | Summary |,... +1 more items
      repository_evidence[4]: ## 2. Top Projects by Category,### 🤖 AI Agents / Workflows,| Project | Lang | Stars (total / today) | Summary |,... +1 more items
      stars_evidence[4]: ## 2. Top Projects by Category,### 🤖 AI Agents / Workflows,| Project | Lang | Stars (total / today) | Summary |,... +1 more items
      description_evidence: null
      license_evidence: null
    - url: "https://awesome.ecosyste.ms/lists/caramaschihg%2Fawesome-ai-agents-2026"
      title: "awesome-ai-agents-2026 | Ecosyste.ms: Awesome"
      project: Strands Agents
      repository: "https://github.com/strands-agents/sdk-python"
      stars: null
      description: null
      license: null
      project_evidence[4]: # awesome-ai-agents-2026,"- ## 🧱 Agent Frameworks","  - ### Multi-Agent Orchestration",... +1 more items
      repository_evidence[4]: # awesome-ai-agents-2026,"- ## 🧱 Agent Frameworks","  - ### Multi-Agent Orchestration",... +1 more items
      stars_evidence: null
      description_evidence: null
      license_evidence: null
    - url: "https://earlyterms.com/term/openai-agents-sdk"
      title: OpenAI Agents SDK is a lightweight open-source framework for building multi-agent workflows on top of OpenAI m
      project: Swarm
      repository: null
      stars: null
      description: null
      license: null
      project_evidence[2]: # OpenAI Agents SDK,"OpenAI Agents SDK is a lightweight open-source framework for building multi-agent workflows on top of OpenAI models. It ships four primitives — Agents, Handoffs, Guardrails,... [truncated in preview]"
      repository_evidence: null
      stars_evidence: null
      description_evidence: null
      license_evidence: null
notes[4,]{text}:
  "The full table is too large to return in one response. This is a preview, not the data — do not draw conclusions from it alone. Query the result set by id: SEM_EXTRACT fields, filter with exact WHERE, aggregate, or page with LIMIT/OFFSET. Even if the preview looks irrelevant, probe the full result set before searching again."
  Merged 8 queries (1403 total) → 1086 unique results
  "Search result set: r7c2baee8558 (1086 rows), reference it as FROM r7c2baee8558 in follow-up queries"
  "WARNING: semantic extraction failed on 22 of 1086 rows — extracted values are null on those rows. First error: timed_out after 90.0s"

result set rf58ed790541 · 6919 rows

urltitleprojectrepositorystarsdescriptionlicenseproject_evidencerepository_evidencestars_evidencedescription_evidencelicense_evidence
https://github.com/duanyytop/agents-radar/issues/2869📈 AI Open Source Trends 2026-08-24langchain-ai/langchainhttps://github.com/langchain-ai/langchain144841nullnull["## 2. Top Projects by Category", "### 🤖 AI Agents / Workflows", "| Project | Lang | Stars (total / today) | Summary |", "| [langchain-ai/langchain](https://g…["## 2. Top Projects by Category", "### 🤖 AI Agents / Workflows", "| Project | Lang | Stars (total / today) | Summary |", "| [langchain-ai/langchain](https://g…["## 2. Top Projects by Category", "### 🤖 AI Agents / Workflows", "| Project | Lang | Stars (total / today) | Summary |", "| [langchain-ai/langchain](https://g…nullnull
https://github.com/duanyytop/agents-radar/issues/2888📈 AI Open Source Trends 2026-08-25langchain-ai/langchainhttps://github.com/langchain-ai/langchain144912nullnull["# AI Open Source Trends Report — 2026-08-25", "### 🔧 AI Infrastructure", "| Project | Lang | Stars (total / today) | Summary |", "| [langchain-ai/langchain](…["# AI Open Source Trends Report — 2026-08-25", "### 🔧 AI Infrastructure", "| Project | Lang | Stars (total / today) | Summary |", "| [langchain-ai/langchain](…["# AI Open Source Trends Report — 2026-08-25", "### 🔧 AI Infrastructure", "| Project | Lang | Stars (total / today) | Summary |", "| [langchain-ai/langchain](…nullnull
https://github.com/duanyytop/agents-radar/issues/2888📈 AI Open Source Trends 2026-08-25Significant-Gravitas/AutoGPThttps://github.com/Significant-Gravitas/AutoGPT186852nullnull["# AI Open Source Trends Report — 2026-08-25", "### 🤖 AI Agents / Workflows", "| Project | Lang | Stars (total / today) | Summary |", "| [Significant-Gravitas…["# AI Open Source Trends Report — 2026-08-25", "### 🤖 AI Agents / Workflows", "| Project | Lang | Stars (total / today) | Summary |", "| [Significant-Gravitas…["# AI Open Source Trends Report — 2026-08-25", "### 🤖 AI Agents / Workflows", "| Project | Lang | Stars (total / today) | Summary |", "| [Significant-Gravitas…nullnull
https://the-agent-report.com/2026/06/top-20-open-source-ai-agent-tools-2026Top 20 Open Source AI Agent Tools in 2026Difygithub.com/langgenius/dify143000nullnull["This guide is a snapshot of the open-source AI agent landscape as of mid-2026, ranked by community adoption, production impact, and ecosystem influence.", "#…["This guide is a snapshot of the open-source AI agent landscape as of mid-2026, ranked by community adoption, production impact, and ecosystem influence.", "#…["This guide is a snapshot of the open-source AI agent landscape as of mid-2026, ranked by community adoption, production impact, and ecosystem influence.", "#…nullnull
https://the-agent-report.com/2026/06/top-20-open-source-ai-agent-tools-2026Top 20 Open Source AI Agent Tools in 2026LangGraphgithub.com/langchain-ai/langgraph33000nullnull["This guide is a snapshot of the open-source AI agent landscape as of mid-2026, ranked by community adoption, production impact, and ecosystem influence.", "#…["This guide is a snapshot of the open-source AI agent landscape as of mid-2026, ranked by community adoption, production impact, and ecosystem influence.", "#…["This guide is a snapshot of the open-source AI agent landscape as of mid-2026, ranked by community adoption, production impact, and ecosystem influence.", "#…nullnull
Download all 6919 rows · 7152 KB
tool result (3966 chars)
result_set_id: r7d1bdcf5ee7
total_rows: 6163
columns[14]: agent_type,agent_type_evidence,description,description_evidence,license,license_evidence,project,project_evidence,repository,repository_evidence,stars,stars_evidence,title,url
preview:
  sample_rows[3]:
    - url: "https://github.com/duanyytop/agents-radar/issues/2888"
      title: 📈 AI Open Source Trends 2026-08-25
      project: NousResearch/hermes-agent
      repository: "https://github.com/NousResearch/hermes-agent"
      stars: "235763"
      agent_type: null
      description: null
      license: null
      project_evidence[4]: # AI Open Source Trends Report — 2026-08-25,## 2. Top Projects by Category,### 🤖 AI Agents / Workflows,... +1 more items
      repository_evidence[4]: # AI Open Source Trends Report — 2026-08-25,## 2. Top Projects by Category,### 🤖 AI Agents / Workflows,... +1 more items
      stars_evidence[4]: # AI Open Source Trends Report — 2026-08-25,## 2. Top Projects by Category,### 🤖 AI Agents / Workflows,... +2 more items
      agent_type_evidence: null
      description_evidence: null
      license_evidence: null
    - url: "https://awesome.lvtd.dev/?topic=autogpt"
      title: Search Awesome Repositories · Awesome
      project: Auto-GPT-ZH
      repository: "https://github.com/kaqijiang/Auto-GPT-ZH"
      stars: "2465"
      agent_type: null
      description: null
      license: null
      project_evidence[2]: "[ Sign in to like kaqijiang/Auto-GPT-ZH ](/accounts/login/?next=/%3Ftopic%3Dautogpt)","[kaqijiang/Auto-GPT-ZH](/repos/kaqijiang/Auto-GPT-ZH/)\n Auto-GPT中文版本及爱好者组织 同步更新原项目 AI领域创业 自媒体组织 用AI工作学习创作变现"
      repository_evidence[2]: "[GitHub](https://github.com/kaqijiang/Auto-GPT-ZH)","[kaqijiang/Auto-GPT-ZH](/repos/kaqijiang/Auto-GPT-ZH/)\n Auto-GPT中文版本及爱好者组织 同步更新原项目 AI领域创业 自媒体组织 用AI工作学习创作变现"
      stars_evidence[2]: " 2,465\n\nstars","[kaqijiang/Auto-GPT-ZH](/repos/kaqijiang/Auto-GPT-ZH/)\n Auto-GPT中文版本及爱好者组织 同步更新原项目 AI领域创业 自媒体组织 用AI工作学习创作变现"
      agent_type_evidence: null
      description_evidence: null
      license_evidence: null
    - url: "https://researchaudio.io/p/your-agent-is-openclaw"
      title: Your agent is OpenClaw
      project: OpenClaw
      repository: openclaw/openclaw
      stars: "247000"
      agent_type: null
      description: null
      license: null
      project_evidence[3]: "ResearchAudio.io · Agent Systems # OpenClaw, autopsied The most-starred AI agent on GitHub became a security crisis in 12 weeks.",In November 2025 an Austrian developer named Peter Steinberger pushed a hobby project called Clawdbot to GitHub.,"By March 2026 it had 247,000 stars, was renamed twice (first to Moltbot after a trademark complaint from Anthropic, then to OpenClaw), had been adopted... [truncated in preview]"
      repository_evidence[1]: "**Sources:** OpenClaw GitHub and docs (openclaw/openclaw); Cisco AI Defense (Skill Scanner, DefenseClaw, \"Personal AI Agents Are a Security Nightmare\"); Acronis TRU; Snyk (\"SKILL.md to Shell... [truncated in preview]"
      stars_evidence[2]: 247K GitHub stars,"By March 2026 it had 247,000 stars, was renamed twice (first to Moltbot after a trademark complaint from Anthropic, then to OpenClaw), had been adopted... [truncated in preview]"
      agent_type_evidence: null
      description_evidence: null
      license_evidence: null
notes[4,]{text}:
  "The full table is too large to return in one response. This is a preview, not the data — do not draw conclusions from it alone. Query the result set by id: SEM_EXTRACT fields, filter with exact WHERE, aggregate, or page with LIMIT/OFFSET. Even if the preview looks irrelevant, probe the full result set before searching again."
  Merged 8 queries (1600 total) → 1297 unique results
  "Search result set: rf39d37e8388 (1297 rows), reference it as FROM rf39d37e8388 in follow-up queries"
  "WARNING: semantic extraction failed on 62 of 1297 rows — extracted values are null on those rows. First error: timed_out after 90.0s"

result set r7d1bdcf5ee7 · 6163 rows

urltitleprojectrepositorystarsagent_typedescriptionlicenseproject_evidencerepository_evidencestars_evidenceagent_type_evidencedescription_evidencelicense_evidence
https://github.com/duanyytop/agents-radar/issues/2888📈 AI Open Source Trends 2026-08-25NousResearch/hermes-agenthttps://github.com/NousResearch/hermes-agent235763nullnullnull["# AI Open Source Trends Report — 2026-08-25", "## 2. Top Projects by Category", "### 🤖 AI Agents / Workflows", "| [NousResearch/hermes-agent](https://github​…["# AI Open Source Trends Report — 2026-08-25", "## 2. Top Projects by Category", "### 🤖 AI Agents / Workflows", "| [NousResearch/hermes-agent](https://github​…["# AI Open Source Trends Report — 2026-08-25", "## 2. Top Projects by Category", "### 🤖 AI Agents / Workflows", "| Project | Lang | Stars (total / today) | Su…nullnullnull
https://github.com/duanyytop/agents-radar/issues/2888📈 AI Open Source Trends 2026-08-25Significant-Gravitas/AutoGPThttps://github.com/Significant-Gravitas/AutoGPT186852nullnullnull["# AI Open Source Trends Report — 2026-08-25", "## 2. Top Projects by Category", "### 🤖 AI Agents / Workflows", "| [Significant-Gravitas/AutoGPT](https://gith…["# AI Open Source Trends Report — 2026-08-25", "## 2. Top Projects by Category", "### 🤖 AI Agents / Workflows", "| [Significant-Gravitas/AutoGPT](https://gith…["# AI Open Source Trends Report — 2026-08-25", "## 2. Top Projects by Category", "### 🤖 AI Agents / Workflows", "| Project | Lang | Stars (total / today) | Su…nullnullnull
https://github.com/duanyytop/agents-radar/issues/2888📈 AI Open Source Trends 2026-08-25openai/codexhttps://github.com/openai/codexnullnullnullnull["# AI Open Source Trends Report — 2026-08-25", "## 2. Top Projects by Category", "### 🤖 AI Agents / Workflows", "| [openai/codex](https://github​.com/openai/c…["# AI Open Source Trends Report — 2026-08-25", "## 2. Top Projects by Category", "### 🤖 AI Agents / Workflows", "| [openai/codex](https://github​.com/openai/c…nullnullnullnull
https://github.com/duanyytop/agents-radar/issues/2888📈 AI Open Source Trends 2026-08-25browser-use/browser-usehttps://github.com/browser-use/browser-use110363nullnullnull["# AI Open Source Trends Report — 2026-08-25", "## 2. Top Projects by Category", "### 🤖 AI Agents / Workflows", "| [browser-use/browser-use](https://github​.c…["# AI Open Source Trends Report — 2026-08-25", "## 2. Top Projects by Category", "### 🤖 AI Agents / Workflows", "| [browser-use/browser-use](https://github​.c…["# AI Open Source Trends Report — 2026-08-25", "## 2. Top Projects by Category", "### 🤖 AI Agents / Workflows", "| Project | Lang | Stars (total / today) | Su…nullnullnull
https://github.com/duanyytop/agents-radar/issues/2888📈 AI Open Source Trends 2026-08-25apache/makahttps://github.com/apache/makanullnullnullnull["# AI Open Source Trends Report — 2026-08-25", "## 2. Top Projects by Category", "### 🤖 AI Agents / Workflows", "| [apache/maka](https://github​.com/apache/ma…["# AI Open Source Trends Report — 2026-08-25", "## 2. Top Projects by Category", "### 🤖 AI Agents / Workflows", "| [apache/maka](https://github​.com/apache/ma…nullnullnullnull
Download all 6163 rows · 7605 KB
assistant

tool call · select

WITH combined AS (
  SELECT
    project,
    repository,
    TRY_CAST(stars AS BIGINT) AS stars,
    description,
    license,
    url,
    'Framework / platform' AS extracted_category
  FROM rf58ed790541
  WHERE project IS NOT NULL

  UNION ALL

  SELECT
    project,
    repository,
    TRY_CAST(stars AS BIGINT) AS stars,
    description,
    license,
    url,
    COALESCE(agent_type, 'Agent application') AS extracted_category
  FROM r7d1bdcf5ee7
  WHERE project IS NOT NULL
)
SELECT
  SEM_NORM(project, 'canonicalize project names and owner/repository forms; merge the same software project, but keep forks and distinct products separate') AS project,
  MODE(repository) FILTER (WHERE repository LIKE 'http%github.com/%') AS repository,
  MAX(stars) AS max_reported_stars,
  MEDIAN(stars) FILTER (WHERE stars > 0) AS median_reported_stars,
  COUNT(DISTINCT url) AS source_mentions,
  MODE(extracted_category) AS extracted_category,
  MODE(description) FILTER (WHERE description IS NOT NULL) AS description,
  MODE(license) FILTER (WHERE license IS NOT NULL) AS license,
  FIRST(url ORDER BY CASE WHEN repository LIKE 'http%github.com/%' THEN 0 ELSE 1 END, stars DESC NULLS LAST) AS source_url
FROM combined
GROUP BY
  SEM_NORM(project, 'canonicalize project names and owner/repository forms; merge the same software project, but keep forks and distinct products separate')
HAVING
  MAX(stars) >= 5000
  OR COUNT(DISTINCT url) >= 4
ORDER BY
  max_reported_stars DESC NULLS LAST,
  source_mentions DESC
LIMIT 250
{
 "show_preview": false
}
tool result (1195 chars)
result_set_id: r5884e70c5a8
total_rows: 250
columns[9]: description,extracted_category,license,max_reported_stars,median_reported_stars,project,repository,source_mentions,source_url
preview:
  sample_rows[3,]{project,repository,max_reported_stars,median_reported_stars,source_mentions,extracted_category,description,license,source_url}:
    Clawdbot,null,480000,480000.0,1,Framework / platform,null,null,"https://radarai.top/en/articles/github%E4%B8%8Astar%E6%B6%A8%E5%BE%97%E6%9C%80%E5%BF%AB%E7%9A%84ai%E9%A1%B9%E7%9B%AE-2026%E5%B9%B4top10%E6%A6%9C%E5%8D%95"
    JuliusBrussee/caveman,"https://github.com/JuliusBrussee/caveman",89965,62400.0,3,Agent application,null,null,"https://github.com/jaychempan/Agent-Leaderboard"
    microsoft/ai-agents-for-beginners,null,64400,64400.0,1,Framework / platform,null,null,"https://aisignal.dev/leaderboard"
notes[1,]{text}:
  "The full table is too large to return in one response. This is a preview, not the data — do not draw conclusions from it alone. Query the result set by id: SEM_EXTRACT fields, filter with exact WHERE, aggregate, or page with LIMIT/OFFSET. Even if the preview looks irrelevant, probe the full result set before searching again."

result set r5884e70c5a8 · 250 rows

projectrepositorymax_reported_starsmedian_reported_starssource_mentionsextracted_categorydescriptionlicensesource_url
Clawdbotnull480000480000.01Framework / platformnullnullhttps://radarai.top/en/articles/github%E4%B8%8Astar%E6%B6%A8%E5%BE%97%E6%9C%80%E5%BF%AB%E7%9A%84ai%E9%A1%B9%E7%9B%AE-2026%E5%B9%B4top10%E6%A6%9C%E5%8D%95
OpenClawhttps://github.com/openclaw/openclaw411000347000.0156Agent applicationOpen-source AI agent framework that turns LLMs into persistent, proactive personal AI agents with multi-channel messaging (Signal, Telegram, Discord, WhatsApp)…MIThttps://insights.linuxfoundation.org/report/agentic-ai-momentum
openclawhttps://github.com/openclaw/openclaw388026382800.010Agent applicationnullnullhttps://github.com/EvanLi/Github-Ranking
openclaw/openclawhttps://github.com/openclaw/openclaw388000383500.010Agent applicationnullnullhttps://github.com/jalliance/github-trending-snapshot-2026-08-25
superpowershttps://github.com/obra/superpowers279415253500.09Framework / platformAn agentic skills framework & software development methodologynullhttps://github.com/EvanLi/Github-Ranking
Download all 250 rows · 92 KB
assistant

tool call · select

SELECT
  project,
  repository,
  max_reported_stars,
  source_mentions,
  extracted_category,
  description,
  license,
  source_url
FROM r5884e70c5a8
WHERE
  repository IS NOT NULL
  AND SEM_MATCH(
    COALESCE(project, '') || ' ' || COALESCE(description, '') || ' ' || COALESCE(extracted_category, ''),
    'the named repository is itself a substantive open-source AI agent application, AI-agent framework, agent orchestration library, agent workflow platform, or multi-agent system; exclude tutorials, awesome lists, benchmarks, model-only repos, generic ML tools, ordinary automation, prompt collections, MCP-only servers, and forks/translations of another project'
  )
ORDER BY
  max_reported_stars DESC NULLS LAST,
  source_mentions DESC
LIMIT 150
{
 "show_preview": false
}
tool result (24817 chars)
result_set_id: r1bfbe845bb5
total_rows: 133
columns[8]: description,extracted_category,license,max_reported_stars,project,repository,source_mentions,source_url
rows[133,]{project,repository,max_reported_stars,source_mentions,extracted_category,description,license,source_url}:
  OpenClaw,"https://github.com/openclaw/openclaw",411000,156,Agent application,"Open-source AI agent framework that turns LLMs into persistent, proactive personal AI agents with multi-channel messaging (Signal, Telegram, Discord, WhatsApp), cron scheduling, memory systems, MCP integration, skill plugins, sub-agent spawning, and browser automation.",MIT,"https://insights.linuxfoundation.org/report/agentic-ai-momentum"
  openclaw,"https://github.com/openclaw/openclaw",388026,10,Agent application,null,null,"https://github.com/EvanLi/Github-Ranking"
  openclaw/openclaw,"https://github.com/openclaw/openclaw",388000,10,Agent application,null,null,"https://github.com/jalliance/github-trending-snapshot-2026-08-25"
  superpowers,"https://github.com/obra/superpowers",279415,9,Framework / platform,An agentic skills framework & software development methodology,null,"https://github.com/EvanLi/Github-Ranking"
  Superpowers,"https://github.com/obra/superpowers",279400,6,Framework / platform,null,null,"https://agentconn.com/blog/best-ai-agent-orchestration-tools-2026"
  obra/superpowers,"https://github.com/obra/superpowers",276913,12,Agent application,Claude Code core skill library,null,"https://github.com/mickpletcher/best-of-github/blob/main/weekly-top-100-github-repositories.md"
  ECC,"https://github.com/affaan-m/ECC",244312,11,Framework / platform,"A tuning harness that gives coding agents skills, memory and a research-first workflow.",MIT,"https://github.com/EvanLi/Github-Ranking"
  Everything Claude Code,"https://github.com/affaan-m.png",244300,3,Framework / platform,"A performance optimization system for AI agent harnesses (Claude Code, Cursor, Codex, OpenCode) with skills, instincts, memory, security, and research-first development.",null,"https://open-awesome.com/tags/ai-agents"
  affaan-m/ECC,"https://github.com/affaan-m/ECC",242785,8,Agent application,null,null,"https://github.com/mickpletcher/best-of-github/blob/main/weekly-top-100-github-repositories.md"
  ReAct,"https://github.com/facebook/react",239000,2,Framework / platform,null,null,"https://luhuidev.medium.com/bookmark-this-22-top-agent-workflow-frameworks-8fc365c688d6"
  Hermes Agent,"https://github.com/NousResearch/hermes-agent",238200,93,Framework / platform,"Hermes's most-discussed architectural feature is a skill-and-memory loop: after every task involving five or more tool calls, the agent runs a reflection step and generates a reusable skill file so it does not repeat the same discovery work in the future.",Apache 2.0,"https://github.com/bradAGI/awesome-cli-coding-agents"
  hermes-agent,"https://github.com/NousResearch/hermes-agent",238188,23,Framework / platform,A personal AI agent designed to learn your preferences the longer you use it.,MIT,"https://github.com/EvanLi/Github-Ranking"
  NousResearch/hermes-agent,"https://github.com/NousResearch/hermes-agent",236000,15,Agent application,Agent that grows with you,null,"https://github.com/jalliance/github-trending-snapshot-2026-08-25"
  mattpocock/skills,"https://github.com/mattpocock/skills",233000,8,Agent application,null,null,"https://github.com/jalliance/github-trending-2026-08-23"
  Hermes,"https://github.com/NousResearch/hermes-agent",227000,7,Agent application,A general local agent built by Nous Research featuring a learning loop and long-term memory.,MIT,"https://zidooka.com/archives/4627"
  multica-ai/andrej-karpathy-skills,"https://github.com/multica-ai/andrej-karpathy-skills",207000,6,Agent application,null,null,"https://github.com/jalliance/github-trending-snapshot-2026-08-25"
  n8n,"https://github.com/n8n-io/n8n",202800,107,Framework / platform,Drag-and-drop agent pipelines. Becoming the de facto action layer for AI agents.,Fair-code,"https://aiagent.club"
  OpenCode,"https://github.com/anomalyco/opencode",202400,97,Agent application,Provider agnostic,MIT,"https://zidooka.com/archives/4627"
  anomalyco/opencode,"https://github.com/anomalyco/opencode",200881,4,Agent application,null,null,"https://github.com/mickpletcher/best-of-github/blob/main/weekly-top-100-github-repositories.md"
  opencode,"https://github.com/anomalyco/opencode",200000,17,Agent application,null,null,"https://github.com/EvanLi/Github-Ranking/blob/master/Top100/Top-100-stars.md"
  claw-code,"https://github.com/ultraworkers/claw-code",195148,3,Agent application,"An agent-managed museum exhibit, built in Rust with Gajae-Code / LazyCodex — developed and maintained with no human intervention.",null,"https://github.com/EvanLi/Github-Ranking"
  ultraworkers/claw-code,"https://github.com/ultraworkers/claw-code",195113,2,Agent application,null,null,"https://github.com/mickpletcher/best-of-github/blob/main/weekly-top-100-github-repositories.md"
  Claw Code,"https://github.com/ultraworkers/claw-code",194649,8,Agent application,null,null,"https://irrlicht.io/landscape"
  AutoGPT,"https://github.com/Significant-Gravitas/AutoGPT",187000,200,Agent application,"AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.",open-source,"https://aiagent.club"
  Significant-Gravitas/AutoGPT,"https://github.com/Significant-Gravitas/AutoGPT",186852,10,Agent application,null,null,"https://github.com/duanyytop/agents-radar/issues/2888"
  Auto-GPT,"https://github.com/Significant-Gravitas/Auto-GPT",185500,16,Agent application,Handles web browsing alongside file operations and code execution.,MIT license,"https://open-awesome.com/tags/ai-agents"
  firecrawl,"https://github.com/firecrawl/firecrawl",174200,9,Agent application,"The API to search, scrape, and interact with the web at scale.",open-source,"https://aiagent.club"
  Firecrawl,"https://github.com/firecrawl/firecrawl",174100,15,Agent application,null,null,"https://repositoryradar.dev/repos/search-and-research"
  Autonomous-GPT,"https://github.com/Significant-Gravitas/Auto-GPT",171792,3,Framework / platform,null,null,"https://awesome.ecosyste.ms/projects/github.com%2Fkaushikb11%2Fawesome-llm-agents"
  LangChain & LangGraph,"https://github.com/langchain-ai/langchain",170000,13,Framework / platform,"LangChain/LangGraph, CrewAI, AutoGen, Semantic Kernel",MIT,"https://oracore.dev/en/news/170-member-aaif-backs-10-open-source-ai-agent-frameworks-en"
  anthropics/skills,"https://github.com/anthropics/skills",170000,4,Agent application,null,null,"https://ai.riera.co.uk/knowledge_base/starred_ai_agent_repos"
  AutoGen,"https://github.com/microsoft/autogen",160000,289,Framework / platform,"academic experimentation, Microsoft-stack integration",MIT,"https://kxdevelopers.com/blogs/top-github-repositories-ai-agents-2026"
  LangFlow,"https://github.com/langflow-ai/langflow",153900,118,Framework / platform,A visual framework for building RAG applications and multi-agent systems.,null,"https://repositoryradar.dev/repos/agents-and-orchestration"
  dify,"https://github.com/langgenius/dify",153900,17,Framework / platform,null,null,"https://aiagent.club"
  langflow,"https://github.com/langflow-ai/langflow",153900,11,Framework / platform,null,null,"https://aiagent.club"
  Dify,"https://github.com/langgenius/dify",153800,191,Framework / platform,Launched late 2023 as a visual builder for LangChain and LlamaIndex.,Apache 2.0,"https://eesel.ai/blog/best-open-source-ai-agents"
  langflow-ai/langflow,"https://github.com/langflow-ai/langflow",153617,6,Framework / platform,null,null,"https://github.com/mickpletcher/best-of-github/blob/main/weekly-top-100-github-repositories.md"
  langgenius/dify,"https://github.com/langgenius/dify",153358,6,Framework / platform,null,null,"https://github.com/mickpletcher/best-of-github/blob/main/weekly-top-100-github-repositories.md"
  Anthropic Agent Skills,"https://github.com/anthropics/skills",152600,1,Framework / platform,null,null,"https://awesome.ecosyste.ms/lists/dspachos%2Fawesome-ai-tools"
  Dify.ai,"https://github.com/langgenius/dify",151800,8,Framework / platform,null,null,"https://ailearningguides.com/what-is-dify-ai-agent-platform-overview"
  msitarzewski/agency-agents,"https://github.com/msitarzewski/agency-agents",147751,3,Agent application,null,null,"https://github.com/mickpletcher/best-of-github/blob/main/weekly-top-100-github-repositories.md"
  langchain,"https://github.com/langchain-ai/langchain",145300,25,Framework / platform,null,null,"https://aiagent.club"
  LangChain,"https://github.com/langchain-ai/langchain",145287,183,Framework / platform,"An LLM framework offering chains, agents, memory, retrieval, and a wide integration ecosystem.",null,"https://tech-insider.org/langchain-vs-langgraph-2026"
  agency-agents,"https://github.com/msitarzewski/agency-agents",145000,5,Framework / platform,null,null,"https://repositoryradar.dev/repos/agents-and-orchestration"
  langchain-ai/langchain,"https://github.com/langchain-ai/langchain",144912,7,Framework / platform,The agent engineering platform,null,"https://github.com/duanyytop/agents-radar/issues/2888"
  anthropics/claude-code,"https://github.com/anthropics/claude-code",143000,2,Framework / platform,"Agentic coding tool that lives in your terminal, understands your codebase, handles git & routine tasks via natural language",null,"https://github.com/jalliance/github-trending-2026-08-23"
  Claude Code,"https://github.com/anthropics/claude-code",139900,16,Agent application,null,null,"https://github.com/Supersynergy/awesome-ai-agents-2025"
  forrestchang/andrej-karpathy-skills,"https://github.com/forrestchang/andrej-karpathy-skills",138100,3,Framework / platform,Improves Claude code behavior,null,"https://shivashish-ydv.medium.com/220-000-developers-starred-a-text-file-f72a933827a8"
  Claude Agent SDK,"https://github.com/anthropics/claude-agent-sdk-python",137000,41,Framework / platform,"Powers Claude Code and gives you the same tools, agent loop, and context management in a programmable TypeScript package.",null,"https://github.com/PurpleHaze2320/ai-agent-pulse"
  LangGraph,"https://github.com/langchain-ai/langgraph",129000,383,Framework / platform,"state-machine workflows, branching logic, human-in-the-loop",MIT,"https://medium.com/@techlatest.net/ai-agent-arsenal-20-battle-tested-open-source-powerhouses-ea3d4534d264"
  claude-code,"https://github.com/anthropics/claude-code",126049,3,Agent application,null,null,"https://github.com/EvanLi/Github-Ranking?tab=readme-ov-file"
  anthropics/skills — skill-creator,"https://github.com/anthropics/skills/tree/main/skills/skill-creator",125856,1,Agent application,null,null,"https://browseract.com/blog/top-claude-skills-ai-agent-developers-2026"
  anthropics/skills — webapp-testing,"https://github.com/anthropics/skills/tree/main/skills/webapp-testing",125856,1,Agent application,null,null,"https://browseract.com/blog/top-claude-skills-ai-agent-developers-2026"
  garrytan/gstack,"https://github.com/garrytan/gstack",122150,2,Agent application,null,null,"https://dev.to/yanceyxin/github-weekly-trending-repositories-report-2g68"
  github/spec-kit,"https://github.com/github/spec-kit",121663,3,Agent application,null,null,"https://dev.to/yanceyxin/github-weekly-trending-repositories-report-2g68"
  openai/codex,"https://github.com/openai/codex",120000,8,Agent application,Lightweight coding agent that runs in your terminal,null,"https://hvtracker.net"
  codex,"https://github.com/openai/codex",119868,4,coding,Lightweight coding agent that runs in your terminal,open-source,"https://github.com/EvanLi/Github-Ranking"
  ECC Tools,"https://github.com/affaan-m/everything-claude-code",119800,1,Agent application,null,null,"https://rossindex.substack.com/p/the-runa-ross-index-q1-2026-edition"
  farion1231/cc-switch,"https://github.com/farion1231/cc-switch",117699,3,Agent application,null,null,"https://ai.riera.co.uk/knowledge_base/starred_ai_agent_repos"
  ponytail,"https://github.com/DietrichGebert/ponytail",116474,5,Framework / platform,Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.,MIT,"https://github.com/EvanLi/Github-Ranking"
  LangChain Tools,"https://github.com/langchain-ai/langchain/",112549,1,Agent application,null,null,"https://github.com/anneschuth/awesome-ai-agents-1"
  browser-use,"https://github.com/browser-use/browser-use",111700,59,Agent application,An autonomous browser agent,MIT,"https://aiagent.club"
  browser-use/browser-use,"https://github.com/browser-use/browser-use",110363,7,Agent application,null,null,"https://github.com/duanyytop/agents-radar/issues/2888"
  Graphify-Labs/graphify,"https://github.com/Graphify-Labs/graphify",109817,3,Agent application,null,null,"https://github.com/duanyytop/agents-radar/issues/2869"
  Browser Use,"https://github.com/browser-use/browser-use",109739,127,Agent application,Open-source library to run browser agents locally for free,MIT,"https://repositoryradar.dev/repos/search-and-research"
  Google Gemini CLI,"https://github.com/google-gemini/gemini-cli",106402,2,Agent application,null,null,"https://blog.bytebytego.com/p/top-ai-github-repositories-in-2026"
  Gemini CLI,"https://github.com/google-gemini/gemini-cli",106374,52,Agent application,Google's open-source AI agent for the terminal. Brings Gemini to command line.,Apache-2.0,"https://morphllm.com/ai-coding-agent"
  gemini-cli,"https://github.com/google-gemini/gemini-cli",105000,3,Agent application,null,null,"https://openagentskill.com/rankings/most-starred-agent-skills"
  google-gemini/gemini-cli,"https://github.com/google-gemini/gemini-cli",104667,2,Framework / platform,AI agent with Gemini in terminal,null,"https://github.com/abordage/awesome-ai"
  OpenAI Codex CLI,"https://github.com/openai/codex",104527,20,Agent application,OpenAI users wanting a sandboxed agent,Apache-2.0,"https://pinggy.io/blog/best_open_source_cli_coding_agents"
  Codex,"https://github.com/openai/codex",103100,6,Agent application,null,null,"https://github.com/Supersynergy/awesome-ai-agents-2025"
  TradingAgents,"https://github.com/TauricResearch/TradingAgents",98000,13,Framework / platform,null,null,"https://repositoryradar.dev/repos/agents-and-orchestration"
  DietrichGebert/ponytail,"https://github.com/DietrichGebert/ponytail",97100,2,Agent application,null,null,"https://codeintel.xyz/github-trending"
  OpenAI Codex,"https://github.com/openai/codex",95588,3,Agent application,CLI / IDE / cloud tool with API key mode and ChatGPT login,Apache-2.0,"https://irrlicht.io/landscape"
  karpathy/autoresearch,"https://github.com/karpathy/autoresearch",93300,4,Agent application,null,null,"https://codeintel.xyz/github-trending"
  TauricResearch/TradingAgents,"https://github.com/TauricResearch/TradingAgents",92900,6,Framework / platform,Multi-Agents LLM Financial Trading Framework,null,"https://whatstrending.ai/repos"
  JuliusBrussee/caveman,"https://github.com/JuliusBrussee/caveman",89965,3,Agent application,null,null,"https://github.com/jaychempan/Agent-Leaderboard"
  claude-mem,"https://github.com/thedotmack/claude-mem",89396,7,Framework / platform,null,null,"https://findarepo.com/categories/ai-agents"
  pi-mono,"https://github.com/earendil-works/pi",89000,3,Agent application,null,null,"https://repositoryradar.dev/repos/agents-and-orchestration"
  Zed,"https://github.com/zed-industries/zed",88064,6,Agent application,A fully fledged AI code editor.,null,"https://morphllm.com/ai-coding-agent"
  addyosmani/agent-skills,"https://github.com/addyosmani/agent-skills",88000,4,Agent application,null,null,"https://codeintel.xyz/github-trending"
  Graphify,"https://github.com/Graphify-Labs/graphify",88000,2,Agent application,null,null,"https://shop.zimaspace.com/blogs/tech-ai-hub/top-10-open-source-ai-agent-skills-github"
  autoresearch,"https://github.com/karpathy/autoresearch",87600,6,Agent application,Andrej Karpathy's open-source framework for running AI agents that autonomously conduct research on single-GPU model training experiments overnight.,null,"https://indiesignals.net/topic/reinforcement-learning"
  agent-skills,"https://github.com/addyosmani/agent-skills",86810,1,Agent application,null,null,"https://shareuhack.com/en/posts/github-trending-weekly-2026-08-14"
  OpenHands,"https://github.com/All-Hands-AI/OpenHands",84273,228,Agent application,"Autonomous, sandboxed runs and CI/CD",MIT,"https://thetokentape.com/compare/cline-vs-openhands"
  nexu-io/open-design,"https://github.com/nexu-io/open-design",84100,1,Agent application,null,null,"https://codeintel.xyz/github-trending"
  OpenDevin,"https://github.com/OpenDevin/OpenDevin",83500,20,Agent application,"An open-source platform for AI-driven software development, offering an SDK, CLI, GUI, and cloud service for building and running software agents.",null,"https://open-awesome.com/tags/ai-agents"
  Pi Coding Agent,"https://github.com/earendil-works/pi",82000,1,Agent application,null,null,"https://cva4.com/tuts/coding"
  pi,"https://github.com/earendil-works/pi",81900,1,Agent application,null,null,"https://github.com/Supersynergy/awesome-ai-agents-2025"
  taste-skill,"https://github.com/Leonxlnx/taste-skill",81471,1,Framework / platform,null,null,"https://theanthropicstack.substack.com/p/five-skill-libraries-and-why-most"
  LobeHub,"https://github.com/lobehub/lobehub",81400,4,Framework / platform,null,null,"https://fungies.io/top-github-repositories-ai-agent-frameworks-2026"
  Pi Agent,"https://github.com/earendil-works/pi",81000,1,Agent application,null,null,"https://bitdoze.com/top-ai-github-repos"
  Pi,"https://github.com/earendil-works/pi",80872,26,Agent application,"A lean, hackable, token-efficient harness",MIT,"https://agentlist.top/en/best/agent-tools"
  DeerFlow,"https://github.com/bytedance/deer-flow",80000,25,Framework / platform,null,null,"https://repositoryradar.dev/repos/agents-and-orchestration"
  deer-flow,"https://github.com/bytedance/deer-flow",80000,13,Framework / platform,"An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message gateway, it handles different levels of tasks that could take minutes to hours.",null,"https://vibecrowd.fund/repos/langgenius--dify"
  nextlevelbuilder/ui-ux-pro-max-skill,"https://github.com/nextlevelbuilder/ui-ux-pro-max-skill",79571,1,Agent application,null,null,"https://github.com/jaychempan/Agent-Leaderboard"
  ChinaTextbook,"https://github.com/TapXWorld/ChinaTextbook",79248,1,Agent application,null,null,"https://shareuhack.com/en/posts/github-trending-weekly-2026-08-14"
  Lobe Chat,"https://github.com/lobehub/lobe-chat",78069,12,Framework / platform,null,null,"https://enterprisedna.co/directories/languages/typescript"
  paperclip,"https://github.com/paperclipai/paperclip",78000,3,Framework / platform,null,null,"https://repositoryradar.dev/repos/agents-and-orchestration"
  Egonex-AI/Understand-Anything,"https://github.com/Egonex-AI/Understand-Anything",77700,1,Agent application,null,null,"https://codeintel.xyz/github-trending"
  Odysseus,"https://github.com/pewdiepie-archdaemon/odysseus",77375,1,Framework / platform,null,null,"https://singularity.kiwi/github-fastest-growing-ai-agent-repos-june-2026"
  paperclipai/paperclip,"https://github.com/paperclipai/paperclip",75700,1,Agent application,null,null,"https://codeintel.xyz/github-trending"
  Pi Mono,"https://github.com/badlogic/pi-mono",75400,6,Framework / platform,null,null,"https://agentlist.top/en/best/agent-tools"
  DeerFlow 2.0,"https://github.com/bytedance/deer-flow",75300,1,Agent application,null,null,"https://rohitraj.tech/en/notes/best-open-source-deep-research-agent-self-host-2026"
  CrewAI,"https://github.com/crewAIInc/crewAI",75000,453,Framework / platform,tasks naturally decomposing into specialist agents,MIT,"https://gravity.fast/blog/open-source-ai-agent-frameworks"
  Agent-Reach,"https://github.com/Panniantong/Agent-Reach",75000,2,Framework / platform,null,null,"https://github.com/huang-yi-dae/agents-radar/issues/568"
  Leonxlnx/taste-skill,"https://github.com/Leonxlnx/taste-skill",72900,1,Agent application,null,null,"https://codeintel.xyz/github-trending"
  Paperclip,"https://github.com/paperclipai/paperclip",72750,8,Framework / platform,null,null,"https://shaam.blog/articles/multi-agent-ai-team-orchestration-free-stack-2026"
  daytona,"https://github.com/daytonaio/daytona",72000,1,Agent application,null,null,"https://openagentskill.com/rankings/most-starred-agent-skills"
  MiroFish,"https://github.com/666ghj/mirofish",71000,5,Framework / platform,null,null,"https://repositoryradar.dev/repos/agents-and-orchestration"
  Meta-GPT,"https://github.com/geekan/MetaGPT",70000,125,Framework / platform,Simulates an entire software company in a multi-agent framework to produce software projects from requirements.,null,"https://bitdoze.com/top-ai-github-repos"
  LlamaIndex,"https://github.com/run-llama/llama_index",70000,119,Framework / platform,160+ data connectors for RAG and agent pipelines.,null,"https://medium.com/@techlatest.net/ai-agent-arsenal-20-battle-tested-open-source-powerhouses-ea3d4534d264"
  hello-agents,"https://github.com/datawhalechina/hello-agents",70000,2,Agent application,null,null,"https://openagentskill.com/rankings/most-starred-agent-skills"
  Deer Flow,"https://github.com/bytedance/deer-flow",69900,2,Framework / platform,null,null,"https://github.com/ritchieng/the-incredible-ai-agents"
  ruvnet/ruflo,"https://github.com/ruvnet/ruflo",69000,4,Agent application,null,null,"https://github.com/jalliance/github-trending-snapshot-2026-08-22"
  bytedance/deer-flow,"https://github.com/bytedance/deer-flow",68700,5,Agent application,null,null,"https://github.com/jaychempan/Agent-Leaderboard"
  FoundationAgents/MetaGPT,"https://github.com/FoundationAgents/MetaGPT",68127,2,Framework / platform,"The Multi-Agent Framework: First AI Software Company",null,"https://github.com/jaychempan/Agent-Leaderboard"
  Cline,"https://github.com/cline/cline",68000,154,Agent application,"One agent across IDE, CLI, and SDK",Apache-2.0,"https://insights.linuxfoundation.org/report/agentic-ai-momentum"
  ruflo,"https://github.com/ruvnet/ruflo",68000,10,Framework / platform,null,null,"https://vibecrowd.fund/repos/langgenius--dify"
  Ruflo,"https://github.com/ruvnet/ruflo",68000,7,Framework / platform,null,null,"https://repositoryradar.dev/repos/agents-and-orchestration"
  oh-my-opencode,"https://github.com/code-yeongyu/oh-my-openagent",68000,1,Framework / platform,null,null,"https://repositoryradar.dev/repos/agents-and-orchestration"
  Open Interpreter,"https://github.com/OpenInterpreter/open-interpreter",67500,42,Agent application,"Terminal-based agent that executes Python, JavaScript, and shell scripts based on what you type.",null,"https://github.com/Supersynergy/awesome-ai-agents-2025"
  santifer/career-ops,"https://github.com/santifer/career-ops",67500,2,Agent application,null,null,"https://github.com/jalliance/github-trending-snapshot-2026-08-22"
  Panniantong/Agent-Reach,"https://github.com/Panniantong/Agent-Reach",67200,2,Agent application,null,null,"https://codeintel.xyz/github-trending"
  cline/cline,"https://github.com/cline/cline",67200,1,Framework / platform,null,null,"https://hvtracker.net"
  SuperAGI,"https://github.com/TransformerOptimus/SuperAGI",67000,58,Framework / platform,"teams wanting agent platform with UI, not just library",MIT,"https://medium.com/@techlatest.net/ai-agent-arsenal-20-battle-tested-open-source-powerhouses-ea3d4534d264"
  openinterpreter/openinterpreter,"https://github.com/openinterpreter/openinterpreter",67000,1,Agent application,null,null,"https://whatstrending.ai/repos"
  Oh My OpenAgent,"https://github.com/code-yeongyu/oh-my-openagent",65900,3,Agent application,null,null,"https://dablclub.com/research/approaches"
  oh-my-openagent,"https://github.com/code-yeongyu/oh-my-openagent",65700,3,Framework / platform,null,null,"https://github.com/dimthink/awesome-stars/blob/master/README_EN.md"
  open-interpreter/open-interpreter,"https://github.com/open-interpreter/open-interpreter",65500,3,Framework / platform,null,null,"https://github.com/Prismfy/awesome-agentOS"
  Mintplex-Labs/anything-llm,"https://github.com/Mintplex-Labs/anything-llm",65111,3,Framework / platform,null,null,"https://github.com/duanyytop/agents-radar/issues/2869"
  DeepSeek-V3,"https://github.com/deepseek-ai/DeepSeek-V3",65000,2,Agent application,null,null,"https://indiestartup.net/guides/top-10-trending-github-repos-this-week"
  WarpDotDev Warp,"https://github.com/warpdotdev/warp",65000,1,Agent application,null,null,"https://insights.linuxfoundation.org/report/agentic-ai-momentum"
notes[0]:

result set r1bfbe845bb5 · 133 rows

projectrepositorymax_reported_starssource_mentionsextracted_categorydescriptionlicensesource_url
OpenClawhttps://github.com/openclaw/openclaw411000156Agent applicationOpen-source AI agent framework that turns LLMs into persistent, proactive personal AI agents with multi-channel messaging (Signal, Telegram, Discord, WhatsApp)…MIThttps://insights.linuxfoundation.org/report/agentic-ai-momentum
openclawhttps://github.com/openclaw/openclaw38802610Agent applicationnullnullhttps://github.com/EvanLi/Github-Ranking
openclaw/openclawhttps://github.com/openclaw/openclaw38800010Agent applicationnullnullhttps://github.com/jalliance/github-trending-snapshot-2026-08-25
superpowershttps://github.com/obra/superpowers2794159Framework / platformAn agentic skills framework & software development methodologynullhttps://github.com/EvanLi/Github-Ranking
Superpowershttps://github.com/obra/superpowers2794006Framework / platformnullnullhttps://agentconn.com/blog/best-ai-agent-orchestration-tools-2026
Download all 133 rows · 46 KB
assistant

tool call · select

SELECT
  SEM_NORM(repository, 'canonicalize GitHub repository URLs by removing trailing slash, case variation, and renamed legacy repository URLs that point to the same project') AS repository,
  MODE(project) AS project,
  MAX(max_reported_stars) AS reported_stars,
  SUM(source_mentions) AS source_mentions,
  MODE(extracted_category) AS category,
  MODE(description) FILTER (WHERE description IS NOT NULL) AS description,
  MODE(license) FILTER (WHERE license IS NOT NULL) AS license,
  FIRST(source_url ORDER BY source_mentions DESC) AS source_url
FROM r1bfbe845bb5
WHERE
  repository NOT LIKE '%facebook/react'
  AND repository NOT LIKE '%.png%'
  AND repository NOT LIKE '%/tree/%'
  AND SEM_MATCH(
    COALESCE(project, '') || ' ' || COALESCE(description, '') || ' ' || repository,
    'include if the project is primarily: (1) a runnable autonomous or semi-autonomous AI agent, including coding, browser, research, desktop, personal, or vertical agents; or (2) a framework, SDK, runtime, visual builder, or orchestration platform whose prominent purpose is building AI agents or multi-agent systems. Exclude agent skill/prompt/config collections, learning courses, generic editors, foundation models, data scrapers without an agent, ordinary workflow automation whose AI-agent role is secondary, and suspicious novelty repositories with no clear agent function.'
  )
GROUP BY
  SEM_NORM(repository, 'canonicalize GitHub repository URLs by removing trailing slash, case variation, and renamed legacy repository URLs that point to the same project')
ORDER BY
  reported_stars DESC,
  source_mentions DESC
{
 "show_preview": false
}
tool result (7623 chars)
result_set_id: r67d6eb54bc0
total_rows: 31
columns[8]: category,description,license,project,reported_stars,repository,source_mentions,source_url
rows[31,]{repository,project,reported_stars,source_mentions,category,description,license,source_url}:
  "https://github.com/openclaw/openclaw",OpenClaw,411000,156.0,Agent application,"Open-source AI agent framework that turns LLMs into persistent, proactive personal AI agents with multi-channel messaging (Signal, Telegram, Discord, WhatsApp), cron scheduling, memory systems, MCP integration, skill plugins, sub-agent spawning, and browser automation.",MIT,"https://insights.linuxfoundation.org/report/agentic-ai-momentum"
  "https://github.com/NousResearch/hermes-agent",Hermes Agent,238200,138.0,Framework / platform,"Hermes's most-discussed architectural feature is a skill-and-memory loop: after every task involving five or more tool calls, the agent runs a reflection step and generates a reusable skill file so it does not repeat the same discovery work in the future.",MIT,"https://github.com/bradAGI/awesome-cli-coding-agents"
  "https://github.com/anomalyco/opencode",OpenCode,202400,97.0,Agent application,Provider agnostic,MIT,"https://zidooka.com/archives/4627"
  "https://github.com/ultraworkers/claw-code",claw-code,195148,13.0,Agent application,"An agent-managed museum exhibit, built in Rust with Gajae-Code / LazyCodex — developed and maintained with no human intervention.",null,"https://irrlicht.io/landscape"
  "https://github.com/Significant-Gravitas/Auto-GPT",AutoGPT,187000,229.0,Agent application,"AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.",open-source,"https://aiagent.club"
  "https://github.com/langchain-ai/langchain",LangChain & LangGraph,170000,203.0,Framework / platform,"LangChain/LangGraph, CrewAI, AutoGen, Semantic Kernel",MIT,"https://tech-insider.org/langchain-vs-langgraph-2026"
  "https://github.com/microsoft/autogen",AutoGen,160000,289.0,Framework / platform,"academic experimentation, Microsoft-stack integration",MIT,"https://kxdevelopers.com/blogs/top-github-repositories-ai-agents-2026"
  "https://github.com/langgenius/dify",dify,153900,222.0,Framework / platform,Launched late 2023 as a visual builder for LangChain and LlamaIndex.,Apache 2.0,"https://eesel.ai/blog/best-open-source-ai-agents"
  "https://github.com/langflow-ai/langflow",LangFlow,153900,135.0,Framework / platform,A visual framework for building RAG applications and multi-agent systems.,null,"https://repositoryradar.dev/repos/agents-and-orchestration"
  "https://github.com/anthropics/claude-code",anthropics/claude-code,143000,21.0,Agent application,"Agentic coding tool that lives in your terminal, understands your codebase, handles git & routine tasks via natural language",null,"https://github.com/Supersynergy/awesome-ai-agents-2025"
  "https://github.com/anthropics/claude-agent-sdk-python",Claude Agent SDK,137000,41.0,Framework / platform,"Powers Claude Code and gives you the same tools, agent loop, and context management in a programmable TypeScript package.",null,"https://github.com/PurpleHaze2320/ai-agent-pulse"
  "https://github.com/langchain-ai/langgraph",LangGraph,129000,383.0,Framework / platform,"state-machine workflows, branching logic, human-in-the-loop",MIT,"https://medium.com/@techlatest.net/ai-agent-arsenal-20-battle-tested-open-source-powerhouses-ea3d4534d264"
  "https://github.com/openai/codex",openai/codex,120000,32.0,Agent application,Lightweight coding agent that runs in your terminal,open-source,"https://pinggy.io/blog/best_open_source_cli_coding_agents"
  "https://github.com/DietrichGebert/ponytail",ponytail,116474,5.0,Framework / platform,Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.,MIT,"https://github.com/EvanLi/Github-Ranking"
  "https://github.com/browser-use/browser-use",browser-use,111700,193.0,Agent application,An autonomous browser agent,MIT,"https://repositoryradar.dev/repos/search-and-research"
  "https://github.com/google-gemini/gemini-cli",Gemini CLI,106374,54.0,Agent application,Google's open-source AI agent for the terminal. Brings Gemini to command line.,Apache-2.0,"https://morphllm.com/ai-coding-agent"
  "https://github.com/TauricResearch/TradingAgents",TradingAgents,98000,19.0,Framework / platform,Multi-Agents LLM Financial Trading Framework,null,"https://repositoryradar.dev/repos/agents-and-orchestration"
  "https://github.com/karpathy/autoresearch",karpathy/autoresearch,93300,10.0,Agent application,Andrej Karpathy's open-source framework for running AI agents that autonomously conduct research on single-GPU model training experiments overnight.,null,"https://indiesignals.net/topic/reinforcement-learning"
  "https://github.com/All-Hands-AI/OpenHands",OpenHands,84273,228.0,Agent application,"Autonomous, sandboxed runs and CI/CD",MIT,"https://thetokentape.com/compare/cline-vs-openhands"
  "https://github.com/OpenDevin/OpenDevin",OpenDevin,83500,20.0,Agent application,"An open-source platform for AI-driven software development, offering an SDK, CLI, GUI, and cloud service for building and running software agents.",null,"https://open-awesome.com/tags/ai-agents"
  "https://github.com/earendil-works/pi",Pi Coding Agent,82000,2.0,Agent application,null,null,"https://cva4.com/tuts/coding"
  "https://github.com/bytedance/deer-flow",deer-flow,80000,16.0,Framework / platform,"An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message gateway, it handles different levels of tasks that could take minutes to hours.",null,"https://vibecrowd.fund/repos/langgenius--dify"
  "https://github.com/crewAIInc/crewAI",CrewAI,75000,453.0,Framework / platform,tasks naturally decomposing into specialist agents,MIT,"https://gravity.fast/blog/open-source-ai-agent-frameworks"
  "https://github.com/geekan/MetaGPT",Meta-GPT,70000,125.0,Framework / platform,Simulates an entire software company in a multi-agent framework to produce software projects from requirements.,null,"https://bitdoze.com/top-ai-github-repos"
  "https://github.com/ruvnet/ruflo",ruvnet/ruflo,69000,21.0,Framework / platform,null,null,"https://vibecrowd.fund/repos/langgenius--dify"
  "https://github.com/FoundationAgents/MetaGPT",FoundationAgents/MetaGPT,68127,2.0,Framework / platform,"The Multi-Agent Framework: First AI Software Company",null,"https://github.com/jaychempan/Agent-Leaderboard"
  "https://github.com/cline/cline",Cline,68000,155.0,Agent application,"One agent across IDE, CLI, and SDK",Apache-2.0,"https://insights.linuxfoundation.org/report/agentic-ai-momentum"
  "https://github.com/code-yeongyu/oh-my-openagent",oh-my-opencode,68000,4.0,Framework / platform,null,null,"https://github.com/dimthink/awesome-stars/blob/master/README_EN.md"
  "https://github.com/open-interpreter/open-interpreter",Open Interpreter,67500,46.0,Agent application,"Terminal-based agent that executes Python, JavaScript, and shell scripts based on what you type.",null,"https://github.com/Supersynergy/awesome-ai-agents-2025"
  "https://github.com/Panniantong/Agent-Reach",Panniantong/Agent-Reach,67200,2.0,Agent application,null,null,"https://codeintel.xyz/github-trending"
  "https://github.com/TransformerOptimus/SuperAGI",SuperAGI,67000,58.0,Framework / platform,"teams wanting agent platform with UI, not just library",MIT,"https://medium.com/@techlatest.net/ai-agent-arsenal-20-battle-tested-open-source-powerhouses-ea3d4534d264"
notes[0]:

result set r67d6eb54bc0 · 31 rows

repositoryprojectreported_starssource_mentionscategorydescriptionlicensesource_url
https://github.com/openclaw/openclawOpenClaw411000156.0Agent applicationOpen-source AI agent framework that turns LLMs into persistent, proactive personal AI agents with multi-channel messaging (Signal, Telegram, Discord, WhatsApp)…MIThttps://insights.linuxfoundation.org/report/agentic-ai-momentum
https://github.com/NousResearch/hermes-agentHermes Agent238200138.0Framework / platformHermes's most-discussed architectural feature is a skill-and-memory loop: after every task involving five or more tool calls, the agent runs a reflection step …MIThttps://github.com/bradAGI/awesome-cli-coding-agents
https://github.com/anomalyco/opencodeOpenCode20240097.0Agent applicationProvider agnosticMIThttps://zidooka.com/archives/4627
https://github.com/ultraworkers/claw-codeclaw-code19514813.0Agent applicationAn agent-managed museum exhibit, built in Rust with Gajae-Code / LazyCodex — developed and maintained with no human intervention.nullhttps://irrlicht.io/landscape
https://github.com/Significant-Gravitas/Auto-GPTAutoGPT187000229.0Agent applicationAutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.open-sourcehttps://aiagent.club
Download all 31 rows · 12 KB
assistant

tool call · select

SELECT
  url,
  UNNEST(
    SEM_EXTRACT_ALL(
      content,
      'named open-source AI-agent framework, agent orchestration library, visual agent builder, or runnable autonomous agent application',
      project := 'canonical project name',
      repository := 'canonical GitHub repository URL',
      stars := 'current GitHub star count, number only',
      category := 'framework/platform or agent application',
      description := 'short primary purpose',
      license := 'open-source license',
      evidence := 'per_field'
    ),
    recursive := true
  )
FROM WEB_SEARCH(
  'PydanticAI smolagents Agno Semantic Kernel GitHub stars agent frameworks',
  'LlamaIndex Haystack DSPy agents GitHub stars open source',
  'Mastra Flowise Atomic Agents Letta MemGPT GitHub stars',
  'CAMEL-AI AgentScope Swarm OpenAI Agents SDK Strands Agents GitHub stars',
  'SWE-agent Aider Roo Code Continue Goose Bolt.diy GitHub stars coding agents',
  'Skyvern Stagehand LaVague BrowserGym AgentQL GitHub stars browser agents',
  'GPT Researcher DeepResearch HuggingFace Open Deep Research SurfSense GitHub stars',
  'BabyAGI AgentGPT Agent Zero LocalAGI AgentVerse ChatDev GitHub stars',
  'Microsoft UFO OSWorld OpenAdapt computer use agent GitHub stars',
  'Julep Phidata Composio BeeAI Framework KaibanJS GitHub stars agent framework',
  'OpenManus Manus AI open source GitHub stars agent',
  'TaskingAI FastAgency Qwen Agent DB-GPT XAgent GitHub stars'
)
WHERE SEM_MATCH(
  content,
  'states a GitHub repository or popularity information for one or more named open-source agent frameworks or runnable AI agent projects'
)
{
 "show_preview": false
}
tool result (3948 chars)
result_set_id: r6f897a94552
total_rows: 9066
columns[13]: category,category_evidence,description,description_evidence,license,license_evidence,project,project_evidence,repository,repository_evidence,stars,stars_evidence,url
preview:
  sample_rows[3]:
    - url: "https://byteiota.com/python-ai-agent-frameworks-august-2026-release-rundown"
      project: Pydantic AI
      repository: "https://github.com/pydantic/pydantic-ai/releases"
      stars: null
      category: null
      description: null
      license: null
      project_evidence[2]: "Four major Python AI agent frameworks shipped notable releases in August 2026, and at least one of them requires action on your part today.","## Pydantic AI v2.33.0: The anthropic 1.0.0 Compatibility Fix"
      repository_evidence[3]: "Four major Python AI agent frameworks shipped notable releases in August 2026, and at least one of them requires action on your part today.","## Pydantic AI v2.33.0: The anthropic 1.0.0 Compatibility Fix","[Full release notes on GitHub](https://github.com/pydantic/pydantic-ai/releases)."
      stars_evidence: null
      category_evidence: null
      description_evidence: null
      license_evidence: null
    - url: "https://vibecrowd.fund/repos/microsoft--ufo"
      project: learn-claude-code
      repository: /repos/shareai-lab--learn-claude-code
      stars: "73000"
      category: null
      description: null
      license: null
      project_evidence[2]: "shareAI-lab/\nlearn-claude-code\n▲ 715/wk\nBash is all you need - A nano claude code–like 「agent harness」, built from 0 to 1\n73k12kPython](/repos/shareai-lab--learn-claude-code)",Alternatives & relatedmatched by topic overlap
      repository_evidence[2]: "shareAI-lab/\nlearn-claude-code\n▲ 715/wk\nBash is all you need - A nano claude code–like 「agent harness」, built from 0 to 1\n73k12kPython](/repos/shareai-lab--learn-claude-code)",Alternatives & relatedmatched by topic overlap
      stars_evidence[2]: "shareAI-lab/\nlearn-claude-code\n▲ 715/wk\nBash is all you need - A nano claude code–like 「agent harness」, built from 0 to 1\n73k12kPython](/repos/shareai-lab--learn-claude-code)",Alternatives & relatedmatched by topic overlap
      category_evidence: null
      description_evidence: null
      license_evidence: null
    - url: "https://libhunt.com/compare-babyagi-vs-babyagi-asi"
      project: Auto-GPT
      repository: "https://github.com/Significant-Gravitas/AutoGPT"
      stars: null
      category: null
      description: null
      license: null
      project_evidence[3]: "**Auto-GPT** - An experimental open-source attempt to make GPT-4 fully autonomous. [Moved to: https://github.com/Significant-Gravitas/AutoGPT]",SaaSHub - Software Alternatives and Reviews,## What are some alternatives?
      repository_evidence[3]: "**Auto-GPT** - An experimental open-source attempt to make GPT-4 fully autonomous. [Moved to: https://github.com/Significant-Gravitas/AutoGPT]",SaaSHub - Software Alternatives and Reviews,## What are some alternatives?
      stars_evidence: null
      category_evidence: null
      description_evidence: null
      license_evidence: null
notes[5,]{text}:
  "The full table is too large to return in one response. This is a preview, not the data — do not draw conclusions from it alone. Query the result set by id: SEM_EXTRACT fields, filter with exact WHERE, aggregate, or page with LIMIT/OFFSET. Even if the preview looks irrelevant, probe the full result set before searching again."
  Merged 12 queries (2400 total) → 2246 unique results
  "Search result set: r9790c3cfbb7 (2246 rows), reference it as FROM r9790c3cfbb7 in follow-up queries"
  Semantic operators ran on only the first 2000 of 2246 input rows; the rest are absent from this result. Narrow the input with exact filters or process it in batches.
  "WARNING: semantic extraction failed on 100 of 2000 rows — extracted values are null on those rows. First error: timed_out after 90.0s"

result set r6f897a94552 · 9066 rows

urlprojectrepositorystarscategorydescriptionlicenseproject_evidencerepository_evidencestars_evidencecategory_evidencedescription_evidencelicense_evidence
https://byteiota.com/python-ai-agent-frameworks-august-2026-release-rundownPydantic AIhttps://github.com/pydantic/pydantic-ai/releasesnullnullnullnull["Four major Python AI agent frameworks shipped notable releases in August 2026, and at least one of them requires action on your part today.", "## Pydantic AI…["Four major Python AI agent frameworks shipped notable releases in August 2026, and at least one of them requires action on your part today.", "## Pydantic AI…nullnullnullnull
https://byteiota.com/python-ai-agent-frameworks-august-2026-release-rundownGoogle ADKhttps://github.com/google/adk-python/blob/main/CHANGELOG.mdnullnullnullnull["Four major Python AI agent frameworks shipped notable releases in August 2026, and at least one of them requires action on your part today.", "## Google ADK …["Four major Python AI agent frameworks shipped notable releases in August 2026, and at least one of them requires action on your part today.", "## Google ADK …nullnullnullnull
https://github.com/scienceaix/deepresearchXAgenthttps://github.com/OpenBMB/XAgentnullnullnullnull["# Awesome Deep Research Projects", "## Projects", "| Category | Subcategory | Name | URL |", "| Open-source | Agent Framework | XAgent | [https://github.com/…["# Awesome Deep Research Projects", "## Projects", "| Category | Subcategory | Name | URL |", "| Open-source | Agent Framework | XAgent | [https://github.com/…nullnullnullnull
https://github.com/scienceaix/deepresearchAutoGenhttps://github.com/microsoft/autogennullnullnullnull["# Awesome Deep Research Projects", "## Projects", "| Category | Subcategory | Name | URL |", "| Open-source | Agent Framework | AutoGen | [https://github.com…["# Awesome Deep Research Projects", "## Projects", "| Category | Subcategory | Name | URL |", "| Open-source | Agent Framework | AutoGen | [https://github.com…nullnullnullnull
https://github.com/scienceaix/deepresearchQwen-Agenthttps://github.com/QwenLM/Qwen-Agentnullnullnullnull["# Awesome Deep Research Projects", "## Projects", "| Category | Subcategory | Name | URL |", "| Open-source | Agent Framework | Qwen-Agent | [https://github.…["# Awesome Deep Research Projects", "## Projects", "| Category | Subcategory | Name | URL |", "| Open-source | Agent Framework | Qwen-Agent | [https://github.…nullnullnullnull
Download all 9066 rows · 8703 KB
assistant

tool call · select

WITH candidates AS (
  SELECT
    SEM_NORM(repository, 'canonicalize GitHub repository URLs, removing release paths, trailing slashes and legacy renamed URLs') AS repository,
    MODE(project) AS project,
    MAX(TRY_CAST(stars AS BIGINT)) AS reported_stars,
    COUNT(DISTINCT url) AS source_mentions,
    MODE(category) AS category,
    MODE(description) FILTER (WHERE description IS NOT NULL) AS description,
    MODE(license) FILTER (WHERE license IS NOT NULL) AS license,
    FIRST(url ORDER BY TRY_CAST(stars AS BIGINT) DESC NULLS LAST) AS source_url
  FROM r6f897a94552
  WHERE
    repository LIKE 'http%github.com/%'
    AND project IS NOT NULL
  GROUP BY
    SEM_NORM(repository, 'canonicalize GitHub repository URLs, removing release paths, trailing slashes and legacy renamed URLs')
)
SELECT
  repository,
  project,
  reported_stars,
  source_mentions,
  category,
  description,
  license,
  source_url
FROM candidates
WHERE
  (reported_stars >= 5000 OR source_mentions >= 3)
  AND SEM_MATCH(
    COALESCE(project, '') || ' ' || COALESCE(description, '') || ' ' || repository,
    'the repository itself is primarily an open-source runnable AI agent application or a framework, SDK, runtime, orchestration library, or visual platform specifically for building AI agents or multi-agent systems. Exclude courses, awesome lists, prompt or skill collections, model-only repositories, benchmarks, generic chat UIs, generic IDEs, ordinary RAG/data libraries without a prominent agent capability, and unrelated repositories.'
  )
ORDER BY
  reported_stars DESC NULLS LAST,
  source_mentions DESC
LIMIT 150
{
 "show_preview": false
}
tool result (22112 chars)
result_set_id: r4e6c0a1b843
total_rows: 150
columns[8]: category,description,license,project,reported_stars,repository,source_mentions,source_url
rows[150,]{repository,project,reported_stars,source_mentions,category,description,license,source_url}:
  "https://github.com/NousResearch/hermes-agent",Hermes Agent,236900,16,null,null,null,"https://github.com/weijt606/ai-agent-map"
  "https://github.com/Significant-Gravitas/AutoGPT",AutoGPT,187000,48,agent application,null,null,"https://vibecrowd.fund/repos/strands-agents--harness-sdk"
  "https://github.com/Significant-Gravitas",AutoGPT,184701,2,null,null,null,"https://enterprisedna.co/directories/alternatives/metagpt"
  "https://github.com/langgenius/dify",Dify,153664,31,null,null,null,"https://yuxiaopeng.com/Github-Ranking-AI/Top100/RAG.html"
  "https://github.com/langflow-ai/langflow",Langflow,152981,17,null,null,null,"https://bla5k.com/open-source-ai-tools"
  "https://github.com/langchain-ai/langchain",LangChain,144841,52,null,null,null,"https://github.com/duanyytop/agents-radar/issues/2869"
  "https://github.com/anthropics/claude-code",Claude Agent SDK,140331,4,null,null,null,"https://www.morphllm.com/ai-coding-agent"
  "https://github.com/browser-use/browser-use",browser-use,110363,61,null,null,null,"https://github.com/duanyytop/agents-radar/issues/2888"
  "https://github.com/OpenHands/OpenHands",OpenHands,83531,15,null,null,null,"https://bla5k.com/open-source-ai-tools"
  "https://github.com/Significant-Gravitas/Auto-GPT",Auto-GPT,82000,21,null,null,null,"https://venturebeat.com/ai/as-ai-agents-like-auto-gpt-speed-up-generative-ai-race-we-all-need-to-buckle-up-the-ai-beat"
  "https://github.com/OpenHands",OpenHands,75597,1,null,null,null,"https://enterprisedna.co/directories/alternatives/auto-gpt"
  "https://github.com/All-Hands-AI/OpenHands",OpenHands,72100,49,null,null,null,"https://pasqualepillitteri.it/en/news/1476/10-open-source-ai-agent-frameworks-2026"
  "https://github.com/FoundationAgents/MetaGPT",MetaGPT,69738,9,null,null,null,"https://bla5k.com/open-source-ai-tools"
  "https://github.com/geekan/MetaGPT",MetaGPT,69000,57,null,null,null,"https://differentiated.io/llm-framework-leaderboard"
  "https://github.com/geekan",MetaGPT,68466,1,null,null,null,"https://enterprisedna.co/directories/alternatives/agentgpt"
  "https://github.com/OpenInterpreter/open-interpreter",Open Interpreter,61209,11,null,null,null,"https://wal.sh/research/2025-terminal-ai-agents"
  "https://github.com/microsoft/autogen",AutoGen,60442,102,framework/platform,null,null,"https://aiuntilidie.blog/will-your-agent-framework-still-be-maintained"
  "https://github.com/code-yeongyu/oh-my-openagent",OhMyOpenAgent,59000,1,null,null,null,"https://dablclub.com/research/approaches"
  "https://github.com/microsoft",AutoGen,58610,2,null,null,null,"https://enterprisedna.co/directories/alternatives/metagpt"
  "https://github.com/FoundationAgents/OpenManus",OpenManus,57568,37,null,null,null,"https://swarm.beetlix.com/reviews/openmanus-review-2026"
  "https://github.com/virattt/ai-hedge-fund",ai-hedge-fund,57400,1,null,null,null,"https://pasqualepillitteri.it/en/news/1476/10-open-source-ai-agent-frameworks-2026"
  "https://github.com/openinterpreter/open-interpreter",Open Interpreter,57000,1,null,null,null,"https://aifoss.dev/blog/open-source-coding-agents-state-2026"
  "https://github.com/crewAIInc/crewAI",CrewAI,56857,60,framework/platform,null,null,"https://bla5k.com/open-source-ai-tools"
  "https://github.com/mannaandpoem/OpenManus",OpenManus,56000,61,null,null,null,"https://atalupadhyay.wordpress.com/2026/05/08/open-manus-building-configuring-scaling-open-source-ai-agents"
  "https://github.com/AntonOsika",GPT Engineer,55214,1,null,null,null,"https://enterprisedna.co/directories/alternatives/metagpt"
  "https://github.com/AntonOsika/gpt-engineer",GPT Engineer,55200,17,null,null,null,"https://pasqualepillitteri.it/en/news/1476/10-open-source-ai-agent-frameworks-2026"
  "https://github.com/FlowiseAI/Flowise",Flowise,54000,14,null,null,null,"https://kiebot.com/insights/self-hosted-ai-agent-landscape-2026"
  "https://github.com/gpt-engineer-org/gpt-engineer",gpt-engineer,53000,5,null,null,null,"https://registry.agentsign.dev"
  "https://github.com/joaomdmoura/crewAI",CrewAI,50000,24,null,null,null,"https://pasqualepillitteri.it/en/news/1476/10-open-source-ai-agent-frameworks-2026"
  "https://github.com/crewaiinc/crewAI",CrewAI,50000,1,null,null,null,"https://deepaksood619.github.io/ai/llm/agentic-frameworks-deep-dive-analysis"
  "https://github.com/block/goose",Goose,48000,22,null,null,null,"https://krabarena.com/battles/ai-coding-agent-showdown-aider-vs-continue-vs-cline-vs-goose"
  "https://github.com/HKUDS/nanobot",Nanobot,46795,3,null,null,null,"https://bla5k.com/open-source-ai-tools"
  "https://github.com/zhayujie/CowAgent",CowAgent,46430,2,null,null,null,"https://bla5k.com/open-source-ai-tools"
  "https://github.com/crewAIInc/crewAI/issues/4502",CrewAI,44000,16,null,null,null,"https://github.com/imran-siddique/agent-os/blob/master/README.md"
  "https://github.com/autogen-ai/ag2",AG2,42000,1,null,null,null,"https://niteagent.com/blog/smolagents-vs-maf-vs-ag2-2026"
  "https://github.com/agno-agi/agno",Agno,41700,54,null,null,null,"http://ai-tldr.dev/tools/agno"
  "https://github.com/langchain-ai/langgraph",LangGraph,39296,68,framework/platform,null,null,"https://bla5k.com/open-source-ai-tools"
  "https://github.com/phidatahq/phidata",Phidata,39000,15,null,null,null,"https://tokrepo.com/en/workflows/phidata-build-deploy-ai-agents-scale-d1627127"
  "https://github.com/run-llama",llama-agents,38000,2,null,null,null,"https://7busyboss.com/skills/run-llama-llama-index"
  "https://github.com/vercel-labs/agent-browser",agent-browser,37900,6,null,null,null,"https://nikiforovall.blog/ai/2026/07/05/browser-automation-agents-ecosystem.html"
  "https://github.com/bytedance/UI-TARS-desktop",TARS,37800,7,null,null,null,"https://o-mega.ai/articles/agentic-computer-use-the-ultimate-deep-guide-2026"
  "https://github.com/tinyhumansai/openhuman",tinyhumansai/openhuman,37500,2,null,null,null,"https://github.com/jalliance/github-trending-snapshot-2026-08-25"
  "https://github.com/reworkd",AgentGPT,36162,1,null,null,null,"https://enterprisedna.co/directories/alternatives/metagpt"
  "https://github.com/reworkd/AgentGPT",AgentGPT,35644,35,null,null,null,"https://libhunt.com/compare-babyagi-ui-vs-AgentGPT"
  "https://github.com/Pythagora-io",GPT Pilot,33752,1,null,null,null,"https://enterprisedna.co/directories/alternatives/metagpt"
  "https://github.com/OpenBMB",XAgent,33701,2,null,null,null,"https://enterprisedna.co/directories/alternatives/metagpt"
  "https://github.com/ComposioHQ/composio",Composio,29239,22,null,null,null,"https://awesome.lvtd.dev/?topic=aiagents"
  "https://github.com/simstudioai/sim",Sim,29121,1,null,null,null,"https://awesome.lvtd.dev/?topic=aiagents"
  "https://github.com/assafelovic/gpt-researcher",GPT Researcher,28868,49,agent application,GPT Researcher,null,"https://andrew.ooo/posts/gpt-researcher-deep-research-agent-review"
  "https://github.com/huggingface/smolagents",smolagents,28300,79,framework/platform,Library for AI agents,null,"https://github.com/PurpleHaze2320/ai-agent-pulse"
  "https://github.com/microsoft/semantic-kernel",Semantic Kernel,28300,54,framework/platform,null,null,"https://github.com/PurpleHaze2320/ai-agent-pulse"
  "https://github.com/stanford-oval/storm",storm,28130,4,null,null,null,"https://pasqualepillitteri.it/en/news/1476/10-open-source-ai-agent-frameworks-2026"
  "https://github.com/openai/openai-agents-python",OpenAI Agents SDK,28000,52,framework/platform,null,null,"https://differentiated.io/llm-framework-leaderboard"
  "https://github.com/agentscope-ai/agentscope",AgentScope,28000,3,null,null,null,"https://differentiated.io/llm-framework-leaderboard"
  "https://github.com/assafelovic",GPT Researcher,27439,1,null,null,null,"https://enterprisedna.co/directories/alternatives/metagpt"
  "https://github.com/OpenBMB/ChatDev",ChatDev,27000,18,null,null,null,"https://registry.agentsign.dev"
  "https://github.com/langchain-ai/deepagents",Deep Agents,27000,4,null,null,null,"https://differentiated.io/llm-framework-leaderboard"
  "https://github.com/mastra-ai/mastra",Mastra,26000,37,null,null,null,"https://github.com/PurpleHaze2320/ai-agent-pulse"
  "https://github.com/huggingface/smolagents/issues/1989",smolagents,25000,16,null,null,null,"https://github.com/imran-siddique/agent-os/blob/master/README.md"
  "https://github.com/letta-ai/letta",Letta,24200,63,framework/platform,"The platform for building stateful agents: open AI with advanced memory that can learn and self-improve over time.",null,"https://heatdrop.ai/repo/letta-ai/letta"
  "https://github.com/cpacker/MemGPT",MemGPT,24000,11,null,null,null,"https://differentiated.io/llm-framework-leaderboard"
  "https://github.com/browserbase/stagehand",Stagehand,23300,24,framework,Stagehand is an open-source framework by Browserbase for building browser automation agents with natural language.,null,"https://nikiforovall.blog/ai/2026/07/05/browser-automation-agents-ecosystem.html"
  "https://github.com/cpacker",MemGPT,23081,2,null,null,null,"https://enterprisedna.co/directories/alternatives/metagpt"
  "https://github.com/yoheinakajima/babyagi",BabyAGI,22309,76,null,null,null,"https://libhunt.com/compare-AgentVerse-vs-babyagi"
  "https://github.com/yoheinakajima",babyagi,22285,2,null,null,null,"https://enterprisedna.co/directories/alternatives/metagpt"
  "https://github.com/skyvern-ai/skyvern",Skyvern,22100,2,null,null,null,"https://nikiforovall.blog/ai/2026/07/05/browser-automation-agents-ecosystem.html"
  "https://github.com/Skyvern-AI/skyvern",Skyvern,22000,35,null,null,null,"https://craftbot.live/blog/your-ai-agent-cant-log-into-anything"
  "https://github.com/openai/swarm",Swarm,21800,33,null,null,null,"https://github.com/PurpleHaze2320/ai-agent-pulse"
  "https://github.com/yoheinakajima/babyagi_archive",BabyAGI,19700,3,null,null,null,"https://blog.imseankim.com/ai-agent-platform-comparison-autogpt-babyagi-agentgpt-july-2025"
  "https://github.com/Alibaba-NLP/DeepResearch",Tongyi DeepResearch,19685,9,null,null,null,"https://graphcanon.com/compare/alibaba-nlp-deepresearch-vs-assafelovic-gpt-researcher"
  "https://github.com/stitionai/devika",Devika,19477,11,null,null,null,"https://wal.sh/research/2025-terminal-ai-agents"
  "https://github.com/dzhng/deep-research",deep-research,19376,15,null,null,null,"https://graphcanon.com/compare/assafelovic-gpt-researcher-vs-dzhng-deep-research"
  "https://github.com/SWE-agent/SWE-agent",SWE-agent,19300,35,null,null,null,"https://github.com/FlorianBruniaux/claude-code-ultimate-guide/blob/main/guide/ecosystem/agentic-tools.md"
  "https://github.com/pydantic/pydantic-ai",PydanticAI,19000,71,null,null,null,"https://differentiated.io/llm-framework-leaderboard"
  "https://github.com/TransformerOptimus/SuperAGI",SuperAGI,17609,21,null,null,null,"https://o-mega.ai/articles/langgraph-vs-crewai-vs-autogen-top-10-agent-frameworks-2026"
  "https://github.com/camel-ai/camel",CAMEL,17600,39,null,null,null,"https://ai-tldr.dev/tools/camel"
  "https://github.com/TransformerOptimus",SuperAGI,17554,2,null,null,null,"https://enterprisedna.co/directories/alternatives/metagpt"
  "https://github.com/QwenLM/Qwen-Agent",Qwen-Agent,16800,29,null,null,null,"https://jacar.es/en/qwen-agent-tool-use"
  "https://github.com/modelscope/agentscope",AgentScope,16400,16,null,null,null,"https://arxiv.org/html/2603.12614"
  "https://github.com/letta-ai",MemGPT (Letta),16000,1,null,null,null,"https://7busyboss.com/skills/cpacker-mem-gpt"
  "https://github.com/agent0ai/agent-zero",agentzero,15900,6,null,null,null,"https://github.com/GPT-Laboratory/22-Agentic-Framework-Comparison-for-Reasoning-Tasks-across-BBH-GSM8K-and-ARC-Benchmarks"
  "https://github.com/princeton-nlp/SWE-agent",swe-agent,15750,4,null,null,null,"https://awesome.ecosyste.ms/lists/vince-lam%2Fawesome-agents"
  "https://github.com/microsoft/agent-lightning",Microsoft Agent-Lightning,15000,10,null,null,null,"https://github.com/imran-siddique/agent-os/blob/master/README.md"
  "https://github.com/plandex-ai/plandex",Plandex,15000,8,null,null,null,"https://pinggy.io/blog/best_open_source_cli_coding_agents"
  "https://github.com/microsoft/agent-governance-python",Microsoft Agent-Lightning,15000,6,null,null,null,"https://github.com/NousResearch/agent-governance-toolkit/blob/main/agent-governance-python/agent-os/README.md"
  "https://github.com/botpress/botpress",Botpress,13642,8,null,null,null,"https://awesome.ecosyste.ms/lists/vince-lam%2Fawesome-agents"
  "https://github.com/microsoft/agent-framework",Microsoft Agent Framework,12444,13,null,null,null,"https://github.com/FlorianBruniaux/claude-code-ultimate-guide/blob/main/guide/ecosystem/agentic-tools.md"
  "https://github.com/Doriandarko",Claude Engineer,11191,2,null,null,null,"https://enterprisedna.co/directories/alternatives/metagpt"
  "https://github.com/livekit/agents",LiveKit Agents,11000,8,null,null,null,"https://differentiated.io/llm-framework-leaderboard"
  "https://github.com/SakanaAI/AI-Scientist",AI-Scientist,10921,1,null,null,null,"https://awesome.ecosyste.ms/lists/vince-lam%2Fawesome-agents"
  "https://github.com/Doriandarko/claude-engineer",claude-engineer,10667,1,null,null,null,"https://awesome.ecosyste.ms/lists/vince-lam%2Fawesome-agents"
  "https://github.com/langchain-ai/open-swe",Open SWE,9800,3,null,null,null,"https://dablclub.com/research/approaches"
  "https://github.com/microsoft/UFO",UFO,9483,82,framework/platform,Multi-device orchestration framework that coordinates intelligent agents across heterogeneous platforms,MIT License,"https://ai-toolbase.com/en/tools/ufo"
  "https://github.com/microsoft/ufo",microsoft/ufo,8634,1,null,null,null,"https://gitwtfhub.com/microsoft/ufo"
  "https://github.com/OpenBMB/XAgent",XAgent,8500,26,framework/platform,an open-source experimental Large Language Model (LLM) driven autonomous agent that can automatically solve various tasks,Apache 2.0,"https://arxiv.org/html/2603.12614"
  "https://github.com/langchain-ai/open_deep_research",open_deep_research,8500,19,null,null,null,"https://huggingface.co/blog/exploding-gradients/deepresearch-survey"
  "https://github.com/MervinPraison/PraisonAI",PraisonAI,8448,18,null,null,null,"https://awesome.lvtd.dev/?topic=aiagents"
  "https://github.com/lastmile-ai/mcp-agent",mcp-agent,8370,8,null,null,null,"https://libhunt.com/compare-mcp-agent-vs-beeai-framework"
  "https://github.com/MervinPraison",PraisonAI,8020,1,null,null,null,"https://enterprisedna.co/directories/alternatives/metagpt"
  "https://github.com/anthropics/claude-agent-sdk-python",Claude Agent SDK,8000,7,null,null,null,"https://differentiated.io/llm-framework-leaderboard"
  "https://github.com/2FastLabs/agent-squad",Agent Squad,8000,2,null,null,null,"https://differentiated.io/llm-framework-leaderboard"
  "https://github.com/pydantic",Pydantic AI,8000,1,null,null,null,"https://7busyboss.com/skills/pydantic-pydantic-ai"
  "https://github.com/Upsonic/Upsonic",Upsonic,7800,7,null,null,null,"https://github.com/GPT-Laboratory/22-Agentic-Framework-Comparison-for-Reasoning-Tasks-across-BBH-GSM8K-and-ARC-Benchmarks"
  "https://github.com/sweepai/sweep",sweep,7698,1,null,null,null,"https://github.com/johnxie/awesome-code-docs/blob/main/README.md"
  "https://github.com/ComposioHQ/agent-orchestrator",Composio Agent Orchestrator,7200,1,null,null,null,"https://dablclub.com/research/approaches"
  "https://github.com/strands-agents/harness-sdk",Strands Agents,7000,15,framework/platform,"Python SDK: agent loop, model providers, tools",Apache License 2.0,"https://differentiated.io/llm-framework-leaderboard"
  "https://github.com/MineDojo",Voyager,6944,1,null,null,null,"https://enterprisedna.co/directories/alternatives/agentgpt"
  "https://github.com/InternLM/MindSearch",MindSearch,6700,7,null,null,null,"https://onehack.st/t/free-ai-research-tools-that-replace-20-month-subscriptions/317186"
  "https://github.com/julep-ai/julep",Julep,6595,10,null,null,null,"https://awesome.lvtd.dev/?topic=aiagents"
  "https://github.com/lavague-ai/LaVague",LaVague,6290,15,null,null,null,"https://gist.github.com/kevinmichaelchen/9d77b8a681238cc45297dff969686175"
  "https://github.com/TaskingAI/TaskingAI",TaskingAI,6224,18,null,null,null,"https://awesome.ecosyste.ms/projects/github.com%2FTaskingAI%2FTaskingAI"
  "https://github.com/microsoft/TaskWeaver",TaskWeaver,6100,22,framework/platform,Code-first LLM agent framework for data analytics and task automation,null,"https://arxiv.org/html/2603.12614"
  "https://github.com/Eigenwise/atomic-agents",Atomic Agents,6000,1,null,null,null,"https://differentiated.io/llm-framework-leaderboard"
  "https://github.com/strands-agents/sdk-python",AWS Strands Agents,5900,23,null,null,null,"https://dablclub.com/research/approaches"
  "https://github.com/homanp/superagent",SuperAgent,5811,4,null,null,null,"https://awesome.ecosyste.ms/lists/vince-lam%2Fawesome-agents"
  "https://github.com/superagent-ai/superagent",SuperAgent,5811,3,null,null,null,"https://awesome.ecosyste.ms/lists/vince-lam%2Fawesome-agents"
  "https://github.com/taskingai/taskingai",TaskingAI,5396,5,null,null,null,"https://vibecrowd.fund/repos/taskingai--taskingai"
  "https://github.com/Upsonic/gpt-computer-assistant",gpt-computer-assistant,5248,1,null,null,null,"https://github.com/cailun521/GrowingGit-GitHub-Chinese-Top-Charts/blob/master/content/charts/growth/software/Python.md"
  "https://github.com/openbmb",AgentVerse,5041,2,null,null,null,"https://enterprisedna.co/directories/alternatives/metagpt"
  "https://github.com/ag2ai/ag2",AG2,5000,18,null,null,null,"https://differentiated.io/llm-framework-leaderboard"
  "https://github.com/crewAIInc.png?size=128",CrewAI,5000,1,null,null,null,"https://agentindexed.com/categories/frameworks-sdks"
  "https://github.com/gptme/gptme",gptme,4089,9,null,null,null,"https://wal.sh/research/2025-terminal-ai-agents"
  "https://github.com/VRSEN/agency-swarm",Agency Swarm,4000,11,null,null,null,"https://github.com/GPT-Laboratory/22-Agentic-Framework-Comparison-for-Reasoning-Tasks-across-BBH-GSM8K-and-ARC-Benchmarks"
  "https://github.com/langroid/langroid",Langroid,4000,10,null,null,null,"https://differentiated.io/llm-framework-leaderboard"
  "https://github.com/xlang-ai/OpenAgents",OpenAgents,3983,4,null,null,null,"https://github.com/cailun521/GrowingGit-GitHub-Chinese-Top-Charts/blob/master/content/charts/growth/software/Python.md"
  "https://github.com/i-am-bee/beeai-framework",BeeAI Framework,3400,37,null,null,null,"https://ai-tldr.dev/tools/beeai-framework"
  "https://github.com/Josh-XT",Agent-LLM,3192,3,null,null,null,"https://enterprisedna.co/directories/alternatives/metagpt"
  "https://github.com/griptape-ai/griptape",griptape,3000,8,null,null,null,"https://differentiated.io/llm-framework-leaderboard"
  "https://github.com/BrainBlend-AI/atomic-agents",Atomic Agents,3000,5,null,null,null,"https://www.reddit.com/r/LangChain/comments/1jpk1vn/langgraph_vs_crewai_vs_autogen_vs_pydanticai_vs/"
  "https://github.com/LearningCircuit/local-deep-research",local-deep-research,3000,4,null,null,null,"https://medium.com/@leucopsis/open-source-deep-research-ai-assistants-157462a59c14"
  "https://github.com/i-am-bee/bee-agent-framework",BeeAI Framework,2850,8,null,null,null,"https://nolist.ai/item/bee-agent-framework"
  "https://github.com/OS-Copilot/OS-Copilot",OS-Copilot,2800,7,null,null,null,"https://fazm.ai/blog/best-open-source-computer-use-agent-2026"
  "https://github.com/mshumer/OpenDeepResearcher",Mshumer/OpenDeepResearcher,2700,8,null,null,null,"https://huggingface.co/blog/exploding-gradients/deepresearch-survey"
  "https://github.com/InternLM/lagent",Lagent,2200,19,null,null,null,"https://arxiv.org/html/2603.12614"
  "https://github.com/om-ai-lab/OmAgent",OmAgent,1170,15,null,null,null,"https://github.com/cailun521/GrowingGit-GitHub-Chinese-Top-Charts/blob/master/content/charts/growth/software/Python.md"
  "https://github.com/myshell-ai/AIlice",AIlice,1120,11,null,null,null,"https://awesome.ecosyste.ms/lists/vince-lam%2Fawesome-agents"
  "https://github.com/hyperbrowserai/HyperAgent",HyperAgent,1026,6,null,null,null,"https://gist.github.com/kevinmichaelchen/9d77b8a681238cc45297dff969686175"
  "https://github.com/dynamiq-ai/dynamiq",Dynamiq,1000,3,null,null,null,"https://differentiated.io/llm-framework-leaderboard"
  "https://github.com/henryalps/OpenManus",OpenManus,901,7,null,null,null,"https://github.com/henryalps"
  "https://github.com/oliveirabruno01/babyagi-asi",BabyAGI-asi,801,5,null,null,null,"https://libhunt.com/compare-babyagi-asi-vs-EdgeChains"
  "https://github.com/strands-agents/sdk-typescript",Strands Agents TypeScript SDK,700,5,null,null,null,"https://rywalker.com/research/strands-agents"
  "https://github.com/Technion-Kishony-lab/data-to-paper",data-to-paper,636,3,null,null,null,"https://awesome.ecosyste.ms/lists/vince-lam%2Fawesome-agents"
  "https://github.com/ag2ai/fastagency",FastAgency,546,10,null,null,null,"https://skillget.dev/listings/ag2ai-fastagency"
  "https://github.com/airtai/fastagency",FastAgency,456,20,null,null,null,"https://awesome.ecosyste.ms/lists/vince-lam%2Fawesome-agents"
  "https://github.com/OpenManus/OpenManus-RL",OpenManus-RL,null,30,null,null,null,"https://github.com/FoundationAgents/OpenManus"
  "https://github.com/aiwaves-cn/agents",Agents,null,23,null,null,null,"https://github.com/ritchieng/the-incredible-ai-agents"
  "https://github.com/camel-ai/owl",OWL,null,22,null,null,null,"https://github.com/scienceaix/deepresearch"
  "https://github.com/OpenBMB/AgentVerse",AgentVerse,null,18,null,null,null,"https://github.com/ritchieng/the-incredible-ai-agents"
  "https://github.com/nickscamara/open-deep-research",open-deep-research,null,18,agent application,Open deep research,null,"https://github.com/scienceaix/deepresearch"
  "https://github.com/jina-ai/node-DeepResearch",node-DeepResearch,null,18,agent application,Node DeepResearch,null,"https://github.com/scienceaix/deepresearch"
notes[0]:

result set r4e6c0a1b843 · 150 rows

repositoryprojectreported_starssource_mentionscategorydescriptionlicensesource_url
https://github.com/NousResearch/hermes-agentHermes Agent23690016nullnullnullhttps://github.com/weijt606/ai-agent-map
https://github.com/Significant-Gravitas/AutoGPTAutoGPT18700048agent applicationnullnullhttps://vibecrowd.fund/repos/strands-agents--harness-sdk
https://github.com/Significant-GravitasAutoGPT1847012nullnullnullhttps://enterprisedna.co/directories/alternatives/metagpt
https://github.com/langgenius/difyDify15366431nullnullnullhttps://yuxiaopeng.com/Github-Ranking-AI/Top100/RAG.html
https://github.com/langflow-ai/langflowLangflow15298117nullnullnullhttps://bla5k.com/open-source-ai-tools
Download all 150 rows · 44 KB
assistant

tool call · generate_html_report

{"brief":"Question asked verbatim: “List ALL popular open-source agents and agentic frameworks”.\n\nAnswer/finding: Because “popular” has no universal cutoff and the open-source agent ecosystem changes daily, define popular operationally as a project with at least 5,000 reported GitHub stars OR mentions on at least 3 distinct relevant web pages, then semantically verify that the repository is primarily either (a) a runnable autonomous/semi-autonomous AI agent—coding, browser, research, desktop, personal, or vertical—or (b) an agent framework, SDK, runtime, orchestrator, or visual agent-building platform. Research date: 2026-08-31. The expanded search produced a 150-row longlist; a stricter cross-source pass produced 31 especially high-confidence leaders. The strongest recurring projects span personal agents (OpenClaw, Hermes Agent), coding agents (OpenCode, Claude Code, Codex, Gemini CLI, OpenHands, Cline), browser/research agents (browser-use, DeerFlow, GPT Researcher), and frameworks/platforms (LangChain, LangGraph, AutoGen, Dify, Langflow, CrewAI, MetaGPT, SuperAGI). This is a broad, reproducible popularity-based catalog, not a claim that a mathematically complete universal set exists.\n\nData shape and use:\n- r67d6eb54bc0 is the high-confidence leader set: one normalized repository row per project, with project, repository URL, maximum reported stars, cross-source mention count, category, description, license, and source URL. Lead with ONE large, beautiful star-ranked visual using this set—prefer a horizontal bar chart or packed visual that makes the largest projects and the framework-vs-agent split immediately visible. Keep star labels compact (K). Then show a clean searchable directory/table.\n- r4e6c0a1b843 is the expanded catalog: 150 popularity-qualified candidate rows with project, GitHub repository, reported stars, source mentions, category, description, license, and source URL. Use it for the comprehensive directory beneath the lead visual. Group obvious aliases and renamed repositories visually where possible. Do not present organization/profile URLs, /issues paths, /releases paths, image URLs, or legacy aliases as separate projects when a canonical repository row exists. Retain legitimate rows with missing descriptions/licenses and display blanks rather than inventing values.\n\nQuality and caveats: Inputs came from diversified live searches across rankings, comparisons, project lists, technical articles, and GitHub pages, scanning thousands of web results. Star counts are the maximum value reported by the retrieved sources, not a single synchronized GitHub API snapshot; sources can be stale, rounded, incorrect, or reflect repository renames. Cross-source mention counts are a second popularity signal and should be shown alongside stars. Some licenses/categories are blank because the retrieved pages did not state them. Explain that “open source” can include source-available/fair-code projects in some web lists; readers should verify the current repository LICENSE before production adoption. Make the report polished, modern, highly scannable, and beautiful, with filters or sections for Agent applications versus Frameworks/platforms and with clickable GitHub/source links.","result_set_ids":["r67d6eb54bc0","r4e6c0a1b843"],"title":"Popular Open-Source AI Agents & Agentic Frameworks","prev_report_token":null}