Agent 框架
AI Agent 开发框架是构建智能体的核心基础设施,按类型分为编排框架、多 Agent 框架和低代码/无代码平台。
编排框架
LangChain
- 官网:https://www.langchain.com
- 文档:https://python.langchain.com
- GitHub:https://github.com/langchain-ai/langchain
- 语言:Python / JavaScript (TypeScript)
业界最流行的 LLM 应用开发框架,提供链式调用、提示词管理、工具集成等核心能力。
LangGraph
- 文档:https://langchain-ai.github.io/langgraph
- GitHub:https://github.com/langchain-ai/langgraph
- 语言:Python / JavaScript
LangChain 官方推出的图结构 Agent 编排框架,支持循环、条件分支等复杂工作流。
LlamaIndex
- 官网:https://www.llamaindex.ai
- 文档:https://docs.llamaindex.ai
- GitHub:https://github.com/run-llama/llama_index
- 语言:Python / TypeScript
专注于数据增强和检索(RAG)的框架,提供强大的索引和查询能力。
Haystack
- 官网:https://haystack.deepset.ai
- 文档:https://docs.haystack.deepset.ai
- GitHub:https://github.com/deepset-ai/haystack
- 语言:Python
开源 NLP 框架,专注于构建生产级的搜索和问答系统。
Semantic Kernel
- 官网:https://learn.microsoft.com/en-us/semantic-kernel
- GitHub:https://github.com/microsoft/semantic-kernel
- 语言:C# / Python / Java
微软开源的 SDK,支持将 AI 服务与传统编程语言无缝集成。
多 Agent 框架
AutoGPT
- 官网:https://agpt.co
- GitHub:https://github.com/Significant-Gravitas/AutoGPT
- 语言:Python
最早出圈的自主 Agent 项目,能够自动分解目标并迭代执行任务。
MetaGPT
- 官网:https://www.deepwisdom.ai
- GitHub:https://github.com/geekan/MetaGPT
- 语言:Python
多 Agent 协作框架,模拟软件公司组织架构,可自动完成从需求到代码的完整流程。
CrewAI
- 官网:https://www.crewai.com
- 文档:https://docs.crewai.com
- GitHub:https://github.com/joaomdmoura/crewAI
- 语言:Python
以角色扮演为核心的多 Agent 协作框架,配置简洁,适合快速原型开发。
Microsoft AutoGen
- 文档:https://microsoft.github.io/autogen
- GitHub:https://github.com/microsoft/autogen
- 语言:Python / .NET
微软开源的多 Agent 对话框架,支持 Agent 之间的对话协作和人工介入。
AgentScope
- GitHub:https://github.com/modelscope/agentscope
- 语言:Python
阿里 ModelScope 团队开源的多 Agent 平台,支持分布式部署和丰富的交互模式。
低代码 / 无代码平台
Dify
- 官网:https://dify.ai
- GitHub:https://github.com/langgenius/dify
- 语言:Python / TypeScript
开源 LLM 应用开发平台,支持可视化编排、RAG、Agent 和工作流管理。
Flowise
- 官网:https://flowiseai.com
- GitHub:https://github.com/FlowiseAI/Flowise
- 语言:TypeScript
基于 LangChain 的可视化低代码构建工具,通过拖拽节点即可搭建 AI 工作流。
Coze / 扣子
- 官网:https://www.coze.com(国际版)
- 国内版:https://www.coze.cn
字节跳动推出的 AI Bot 开发平台,支持零代码搭建智能体并发布到多个渠道。
FastGPT
- 官网:https://fastgpt.in
- GitHub:https://github.com/labring/FastGPT
- 语言:TypeScript
开源知识库问答系统,支持可视化工作流编排和 RAG 检索增强。