claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Automation & Workflows

Awesome-AGI-Agents

🤖 Awesome list of AGI Agents. Agents 精选资源合集.

Actively maintained
99/100
last commit 7 days ago
last release none
releases 0
open issues 0
// install
git clone https://github.com/yzfly/Awesome-AGI-Agents

Awesome-AGI-Agents

Agents (智能体) 精选资源合集,持续更新中

目录

文章和视频

名称简介备注
AI Agents大爆发:软件2.0雏形初现,OpenAI的下一步Lilian Weng 的个人博客文章,Lilian 现在是 OpenAI 的 Head of Safety Systems,之前还领导过 OpenAI 的 Applied AI 团队。AI Agent 被认为是 OpenAI 发力的下一个方向。OpenAI 的联合创始人 Andrej Karpathy 在近期的一次公开活动上提到“相比模型训练方法,OpenAI 内部目前更关注 Agent 领域的变化,每当有新的 AI Agents 论文出来的时候,内部都会很兴奋并且认真地讨论”,而在更早之前,Andrej 还评价 AutoGPT 是 Prompt Engineering 下一阶段的探索方向。英文原文
《综述:全新大语言模型驱动的Agent》——4.5万字详细解读复旦NLP和米哈游最新Agent Survey复旦NLP团队和米哈游一起出的《TITLE:The Rise and Potential of Large Language Model Based Agents: A Survey》论文一个翻译版本,作者同时对部分内容进行了删繁就简,总结概括。论文原文
AI Agent的千亿美金问题:如何重构10亿知识工作职业,掀起软件生产革命?作者认为 agent 产品需要具备的特性是,要给产品设计者和用户提供干预空间。目前实践中最具代表性的有两类:中间层的 Agent Framework 和垂直领域的 Vertical Agent。-
LangChain Agents - Joining Tools and Chains with DecisionsLangChain Agents--将工具和任务链与决策结合起来英文 Youtube 视频,LangChain 项目官方对预置的 agents 介绍。

论文

名称简介备注
LLM-Agent-SurveyLLM-based Autonomous Agents 综述
LLM-Agent-Paper-List"The Rise and Potential of Large Language Model Based Agents: A Survey"综述论文的论文列表
LLMAgentPapersLLM-based Autonomous Agents 综述
Toolformer: Language Models Can Teach Themselves to Use Tools大语言模型可以学会使用工具-
HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face用ChatGPT作为控制器,连接HuggingFace社区中的各种AI模型,完成多模态复杂任务。整个过程,只需要做的是:用自然语言将你的需求输出。知乎中文讨论
ToolLLM: Facilitating Large Language Models to Master 16000+ Real-world APIs研究人员设计了一个评测 LLM 使用工具能力的 Benchmark(基准)—— LLMBench,以及一个针对该场景的数据构建、模型训练、评测的框架—— ToolLLM。[知乎文章], [GitHub 开源地址]
AgentBench: Evaluating LLMs as AgentsAgentBench 是首个旨在评估 LLM 在各种不同环境中作为智能体的基准。它包含 8 种不同的环境,可以更全面地评估 LLM 在各种场景中作为自主智能体运行的能力。GitHub 开源地址

2024-2026 重要项目

本仓库早期内容主要覆盖 2023 年的 Agent 生态。以下为 2024-2026 年间崛起并经验证仍活跃的重要项目与协议。

名称Stars简介
LangGraphLangChain 团队推出的有状态、多角色 Agent 编排框架,以图 (Graph) 的方式构建可控、可循环的 Agent 工作流。
CrewAI面向角色协作的多 Agent 框架,让多个扮演不同角色的智能体像团队一样协同完成复杂任务。
OpenAI Agents SDKOpenAI 官方推出的轻量级多 Agent 编排 SDK,内置 handoffs, guardrails 与 tracing,是 Swarm 的生产级继任者。
OpenHands原 OpenDevin,能够编写代码, 运行命令, 浏览网页的自主软件工程 Agent 平台。
SWE-agent普林斯顿大学出品,让语言模型自主修复 GitHub Issue 的 Agent,在 SWE-bench 上表现出色。
Model Context Protocol (MCP)Anthropic 提出的开放协议,为 LLM 与外部工具, 数据源的连接提供统一标准,已成为 Agent 生态事实标准。
Browser Use让 AI Agent 像人一样操作浏览器,是当下最流行的网页自动化 Agent 工具之一。
smolagentsHugging Face 推出的极简 Agent 库,核心仅约一千行代码,主打以代码形式编写 Agent 动作。
Pydantic AI由 Pydantic 团队打造的 Agent 框架,强调类型安全与结构化输出,将 Pydantic 的工程体验带入 GenAI 开发。
A2A (Agent2Agent)Google 发起的开放协议 (现由 Linux 基金会托管),用于不同框架, 不同厂商的 Agent 之间互联互通。

前沿项目

名称Stars简介备注
:fire: AutoGPTAn experimental open-source attempt to make GPT-4 fully autonomous.大名鼎鼎的 AutoGPT 项目, AI Agents 的早期尝试之一 (2023, 活跃度下降)
:fire: gpt-engineerSpecify what you want it to build, the AI asks for clarification, and then builds it.全栈开发 Agent,用 GPT 编写整个项目代码!
:fire: AgentGPTAssemble, configure, and deploy autonomous AI Agents in your browser.在浏览器中部署运行 AI Agents.
:fire: MetaGPT🌟 The Multi-Agent Framework: Given one line Requirement, return PRD, Design, Tasks, Repo.MetaGPT, 多智能体框架,输入一句话的老板需求,输出用户故事 / 竞品分析 / 需求 / 数据结构 / APIs / 文件等
llama-hub,shopify agentA customer support agent 🤖 that can interface with @Shopify’s ENTIRE GraphQL API Spec (>50k lines!).llama-hub 构建的客户支持 agent,能够与 @Shopify 的整个 GraphQL API规范(>5万行!)交互
AGiXT (原 Agent-LLM)An Artificial Intelligence Automation Platform. AI Instruction management from various providers, has an adaptive memory, and a versatile plugin system with many commands including web browsing.人工智能自动化平台 (项目已更名为 AGiXT)。https://agixt.com/
skyagiSkyAGI implements the idea of Generative Agents and delivers a role-playing game that creates a very interesting user experience.SkyAGI 实现了 "生成式智能体 "的理念,设计了一个角色扮演游戏,创造了非常有趣的用户体验。
generative_agentsGenerative Agents: Interactive Simulacra of Human Behavior.斯坦福和谷歌的研究人员以《模拟人生》游戏为灵感,创建的 AI 智能体小镇;研究人员在模拟城镇中添加了 25 个生成式智能体 (Generative Agents),这 25 个角色由 ChatGPT 和自定义代码控制,以高度逼真的行为独立地生活。在 ChatGPT 的支持下,每个人都有自己独特的身份、记忆和行为,并且可以独立交互,但他们都不会意识到自己是生活在模拟中。中文介绍
developerthe first library to let you embed a developer agent in your own app!工程师智能体,给它一个产品规格,为你搭建一个完整的代码库,提供基本的模块,让您在自己的应用程序内拥有一个智能开发人员。

Agents 开发平台

名称Stars简介备注
langchainBuilding applications with LLMs through composability开发的 ChatGPT 应用,构建基于 LLM 的 agents. 参见 LangChain Agents 官方文档
AutoChainAutoChain: Build lightweight, extensible, and testable LLM Agents.AutoChain:构建轻量级、可扩展和可测试的LLM agents。
SuperAGI<⚡️> SuperAGI - A dev-first open source autonomous AI agent framework. Enabling developers to build, manage & run useful autonomous agents quickly and reliably.官网 构建、管理和运行 AI Agents.
superagentSuperagent - Build, deploy, and manage LLM-powered agents.官网 开发人员能更轻松地构建、管理和部署智能体到生产中,包括内置内存、通过向量数据库检索文档、强大的工具、网络钩子、cron 任务等功能.
ai-townA MIT-licensed, deployable starter kit for building and customizing your own version of AI town - a virtual town where AI characters live, chat and socialize.用于构建和定制你自己版本的人工智能小镇--一个人工智能角色生活、聊天和社交的虚拟小镇。
agent-protocolCommon interface for interacting with AI agents. The protocol is tech stack agnostic - you can use it with any framework for building agents.官网 AutoGPT, smol developer 等知名项目都在使用的"智能体通讯协议"--用于与智能体进行通信的通用接口。
autogenAutoGen is a framework that enables development of LLM applications using multiple agents that can converse with each other to solve task.AutoGen是一个框架,它允许使用多个 agents 来开发LLM应用程序,这些智能体可以相互交谈以解决任务。
agentsAn Open-source Framework for Autonomous Language Agents.Agents 是一个用于构建自主语言智能体的开源库/框架。
bisheng 毕昇Bisheng is an open LLM devops platform for next generation AI applications.一款领先的开源大模型应用开发平台,赋能和加速大模型应用开发落地,帮助用户以最佳体验进入下一代应用开发模式。
Agently🚀 A fast way to build LLM Agent based Application.面向应用开发者:Agently提供方便快速生成能力强大的Agent实例的能力,让开发者可以便捷地将这些实例与自己的业务代码相结合。

Curated List

名称Stars简介备注
awesome-ai-agentsA list of AI autonomous agents.基于 LLM 的 agents 精选资源.

Star History

Star History Chart

License

本项目采用 CC BY-NC 4.0 协议授权 (署名-非商业性使用)。


作者:云中江树,微信公众号: 云中江树

// compatibility

Platformsapi, web
Operating systems
AI compatibilityclaude
LicenseNOASSERTION
Pricingopen-source
Language

// faq

What is Awesome-AGI-Agents?

🤖 Awesome list of AGI Agents. Agents 精选资源合集.. It is open-source on GitHub.

Is Awesome-AGI-Agents free to use?

Awesome-AGI-Agents is open-source under the NOASSERTION license, so it is free to use.

What category does Awesome-AGI-Agents belong to?

Awesome-AGI-Agents is listed under automation in the Claudeers registry of Claude-compatible tools.

0 views
542 stars
unclaimed
updated 15 days ago

// embed badge

Awesome-AGI-Agents on Claudeers
[![Claudeers](https://claudeers.com/api/badge/awesome-agi-agents.svg)](https://claudeers.com/awesome-agi-agents)

// retro hit counter

Awesome-AGI-Agents hit counter
[![Hits](https://claudeers.com/api/counter/awesome-agi-agents.svg)](https://claudeers.com/awesome-agi-agents)

// reviews

// guestbook

0/500

// related in Automation & Workflows

🔓

The agent that grows with you

// automationNousResearch/Python211,605MIT[ claude ]
🔓

The API to search, scrape, and interact with the web at scale. 🔥

// automationfirecrawl/TypeScript143,720AGPL-3.0[ claude ]
🔓

🌐 Make websites accessible for AI agents. Automate tasks online with ease.

// automationbrowser-use/Python103,709MIT[ claude ]
🔓

An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message…

// automationbytedance/Python76,016MIT[ claude ]
Connectorlinks several projects together across the ecosystem · 7 connections
→ see how Awesome-AGI-Agents connects across the ecosystem