Workflows2026年4月2日·1 分钟阅读

Agenta — Open-Source LLMOps Platform

Prompt playground, evaluation, and observability in one platform. Compare prompts, run evals, trace production calls. 4K+ stars.

TO
TokRepo精选 · Community
快速使用

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

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

```bash pip install agenta ``` ```python import agenta as ag ag.init() @ag.instrument() def generate(prompt): # 你的 LLM 调用代码 return call_llm(prompt) ``` ---
## 简介 Agenta 是一个拥有 4,000+ GitHub stars 的开源 LLMOps 平台,将提示词工程、评估、A/B 测试和生产可观测性统一在一个可自托管的工具中。覆盖 LLM 开发的完整生命周期。 ---
🙏

来源与感谢

> Created by [Agenta AI](https://github.com/Agenta-AI). Licensed under Apache-2.0. > > [agenta](https://github.com/Agenta-AI/agenta) — ⭐ 4,000+

讨论

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

相关资产