Tools

Agent 工具与框架

浏览面向开发者的 AI Agent 工具,覆盖 memory、RAG、MCP、frameworks、evaluation 和 tracing。

Agent Frameworks / Agent Evaluation / Agent Tracing

OpenAI Agents SDK

开源

面向 agents、tools、handoffs 和 traces 的轻量 SDK。

适合已经围绕 OpenAI 模型栈建设,并希望快速从原型走到可观测 Agent 工作流的团队。

适用于

  • OpenAI-first 团队
  • tool calling
  • handoffs 和 traces

不适用于

  • 从第一天就要求模型中立编排的团队
  • 复杂图状态机
定价
Open-source SDK; model and tool usage follow provider billing.
许可证
MIT
最后审查
2026-05-11

Agent Frameworks / Agent Memory / Agent Tracing

LangGraph

开源

面向可控 Agent 的有状态图编排。

适合需要把 Agent 行为表达成明确节点、边、状态和恢复路径的场景。

适用于

  • 有状态工作流
  • 人工审核节点
  • 可 replay 的编排

不适用于

  • 简单一次性助手
  • 不想显式建模状态的团队
定价
Open-source framework; managed LangGraph Platform is separate.
许可证
MIT
最后审查
2026-05-11

Agentic RAG / Agent Memory / Agent Frameworks

LlamaIndex

开源

面向 LLM 与 Agent 应用的数据和检索框架。

当 Agent 价值依赖数据接入、索引、检索和私有知识结构化访问时优先考虑。

适用于

  • RAG
  • 文档工作流
  • data connectors

不适用于

  • 不需要检索的纯工具编排
  • 只需要 vector database client 的团队
定价
Open-source packages; LlamaCloud and hosted products are separate.
许可证
MIT
最后审查
2026-05-11

Agent Frameworks

CrewAI

开源

基于角色的多 Agent 工作流框架。

当工作流天然对应专家角色、任务和 review handoff,而不是单一状态机时适合。

适用于

  • 角色建模
  • 多 Agent 团队
  • 业务工作流

不适用于

  • 底层图控制
  • 不需要多角色的简单助手
定价
Open-source framework; enterprise offerings are separate.
许可证
MIT
最后审查
2026-05-11

Agent Frameworks

Microsoft AutoGen

开源

面向多 Agent 对话和协作的框架。

适合 Agent 通过消息对话、批判和协调的实验,而不是一开始就用严格 workflow graph。

适用于

  • 多方对话
  • 研究原型
  • 协作式推理

不适用于

  • 马上需要窄生产工作流的团队
  • 简单工具调用
定价
Open-source framework.
许可证
MIT for code; repository docs use CC BY 4.0.
最后审查
2026-05-11

Agent Memory

Mem0

开源

面向 Agent 和助手的长期记忆层。

适合产品需要跨会话明确记住事实、偏好,并持续更新用户上下文的场景。

适用于

  • 用户记忆
  • 偏好学习
  • Agent assistant

不适用于

  • 静态文档问答
  • 记忆不可检查或删除的工作流
定价
Open-source package with hosted/managed options.
许可证
Apache-2.0
最后审查
2026-05-11

Agent Memory

Zep

开源

面向 Agent 的时序知识图谱记忆。

适合 memory 需要关系、时间上下文,并围绕不断变化的用户或组织知识检索的场景。

适用于

  • temporal memory
  • knowledge graph
  • agent recall

不适用于

  • 只需要 session history 的小原型
  • 不愿建模 memory 权限的团队
定价
Hosted memory platform with open-source examples and SDKs.
许可证
Apache-2.0
最后审查
2026-05-11

Agentic RAG

Chroma

开源

面向 AI 应用的开源 embedding database。

适合 local-first RAG 原型,以及希望低摩擦验证检索质量的团队。

适用于

  • local RAG
  • 快速原型
  • embedding collections

不适用于

  • 缺少 ops 方案的大规模多租户搜索
  • 马上需要企业级托管控制的场景
定价
Open-source database with Chroma Cloud option.
许可证
Apache-2.0
最后审查
2026-05-11

Agentic RAG

Pinecone

托管

面向生产 RAG 和搜索的托管向量数据库。

适合希望用托管基础设施和稳定生产搜索运维,而不是自建向量存储的团队。

适用于

  • 托管向量搜索
  • 生产 RAG
  • hybrid search

不适用于

  • 要求自托管开源基础设施的团队
  • 本地存储足够的小原型
定价
Managed service with free and usage-based plans.
许可证
Commercial managed service.
最后审查
2026-05-11

Agentic RAG

Qdrant

开源

开源向量数据库和搜索引擎。

适合既想要开源控制权,又需要走向托管云或自托管生产部署的团队。

适用于

  • 开源向量搜索
  • self-hosting
  • hybrid search

不适用于

  • 完全不想运维数据库的团队
  • 检索质量还没验证的场景
定价
Open-source database with Qdrant Cloud options.
许可证
Apache-2.0
最后审查
2026-05-11

MCP Servers

Model Context Protocol

开源

连接 Agent、工具和上下文的开放协议。

适合多个 Agent client 需要发现并调用同一组工具,而不想重复做定制集成的场景。

适用于

  • 工具互操作
  • context resources
  • remote servers

不适用于

  • 没有复用需求的单应用工具调用
  • 缺少授权边界的不安全工具
定价
Open protocol; server pricing depends on implementation.
许可证
Protocol and implementation licenses vary by repository.
最后审查
2026-05-11

Agent Evaluation / Agent Tracing

LangSmith

托管

面向 LLM 应用的 tracing、evaluation 和 debugging 平台。

适合需要围绕 Agent 质量连接 trace、dataset、experiment 和生产监控的团队。

适用于

  • agent tracing
  • eval datasets
  • regression monitoring

不适用于

  • 不能把 trace 发送到托管服务的团队
  • 运行量不足以评估的项目
定价
Hosted platform with free and paid plans.
许可证
Commercial hosted service.
最后审查
2026-05-11