Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ An awesome & curated list of the best LLMOps tools for developers.

| Project | Details | Repository |
| ------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| [Agent Cost Guardrails](https://github.com/sapph1re/agent-cost-guardrails) | Budget limits and cost guardrails for AI agent frameworks (CrewAI, AutoGen, LangGraph). Framework-native hooks with hard token caps, cost alerts, and spend tracking. Prevents surprise bills from runaway agent costs. | ![GitHub Badge](https://img.shields.io/github/stars/sapph1re/agent-cost-guardrails.svg?style=flat-square) |
| [agenta](https://github.com/Agenta-AI/agenta) | The LLMOps platform to build robust LLM apps. Easily experiment and evaluate different prompts, models, and workflows to build robust apps. | ![GitHub Badge](https://img.shields.io/github/stars/Agenta-AI/agenta.svg?style=flat-square) |
| [AgentMark](https://github.com/puzzlet-ai/agentmark) | Type-Safe Markdown-based Agents | ![GitHub Badge](https://img.shields.io/github/stars/Puzzlet-ai/agentmark.svg?style=flat-square) |
| [AI studio](https://github.com/missingstudio/ai) | A Reliable Open Source AI studio to build core infrastructure stack for your LLM Applications. It allows you to gain visibility, make your application reliable, and prepare it for production with features such as caching, rate limiting, exponential retry, model fallback, and more. | ![GitHub Badge](https://img.shields.io/github/stars/missingstudio/ai.svg?style=flat-square) |
Expand All @@ -197,6 +198,7 @@ An awesome & curated list of the best LLMOps tools for developers.
| [Epsilla](https://epsilla.com) | An all-in-one platform to create vertical AI agents powered by your private data and knowledge. | |
| [Evidently](https://github.com/evidentlyai/evidently) | An open-source framework to evaluate, test and monitor ML and LLM-powered systems. | ![GitHub Badge](https://img.shields.io/github/stars/evidentlyai/evidently.svg?style=flat-square) |
| [Fiddler AI](https://www.fiddler.ai/llmops) | Evaluate, monitor, analyze, and improve MLOps and LLMOps from pre-production to production. | |
| [feedback-synthesis-mcp](https://github.com/sapph1re/feedback-synthesis-mcp) | Customer feedback synthesis API for LLM products. Aggregates feedback from GitHub Issues, Hacker News, and App Store, then synthesizes pain points, sentiment trends, and feature requests via MCP tools. | ![GitHub Badge](https://img.shields.io/github/stars/sapph1re/feedback-synthesis-mcp.svg?style=flat-square) |
| [Glide](https://github.com/EinStack/glide) | Cloud-Native LLM Routing Engine. Improve LLM app resilience and speed. | ![GitHub Badge](https://img.shields.io/github/stars/einstack/glide.svg?style=flat-square) |
| [gotoHuman](https://www.gotohuman.com) | Bring a **human into the loop** in your LLM-based and agentic workflows. Prompt users to approve actions, select next steps, or review and validate generated results. |
| [GPTCache](https://github.com/zilliztech/GPTCache) | Creating semantic cache to store responses from LLM queries. | ![GitHub Badge](https://img.shields.io/github/stars/zilliztech/GPTCache.svg?style=flat-square) |
Expand Down