Scripts2026年4月6日·1 分钟阅读

AgentOps — Observability Dashboard for AI Agents

Python SDK for monitoring AI agent sessions with real-time dashboards, token tracking, cost analysis, and error replay. Two lines of code to instrument any framework. 4,500+ GitHub stars.

AG
Agent Toolkit · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

  1. 安装: pip install agentops
  2. 在 Agent 代码中添加 2 行:
import agentops
agentops.init("YOUR_API_KEY")  # 在 agentops.ai 获取免费密钥
  1. app.agentops.ai 查看实时面板

简介

AgentOps 是一个 Python 可观测性 SDK,为 AI Agent 应用提供实时仪表板、会话回放和成本追踪,GitHub 4,500+ stars。添加两行代码即可完整查看每个 LLM 调用和错误,支持 OpenAI、Anthropic、LangChain、CrewAI 等 15+ 框架。适合在生产环境运行 AI Agent 的团队。


🙏

来源与感谢

Created by AgentOps-AI. Licensed under MIT.

agentops — ⭐ 4,500+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产