DSPy Integration
We've added DSPy integration to Agenta. You can now trace and debug your DSPy applications with Agenta.
New features, improvements, and fixes in Agenta.
We've added DSPy integration to Agenta. You can now trace and debug your DSPy applications with Agenta.
We've made our product roadmap completely transparent and community-driven. You can now see exactly what we're building, what's shipped, and what's coming next. Plus vote on features that matter most to you.
We've made significant improvements to the playground. Key features include:
Agenta now supports images in the playground, test sets, and evaluations. Click above for more details.
We're excited to announce observability support for LlamaIndex applications.
If you're using LlamaIndex, you can now see detailed traces in Agenta to debug your application.
The integration is auto-instrumentation - just add one line of code and you'll start seeing all your LlamaIndex operations traced.
This helps when you need to understand what's happening inside your RAG pipeline, track performance bottlenecks, or debug issues in production.
We've put together a Jupyter notebook and tutorial to get you started. Links are in the comments.
One of the major feature requests we had was the ability to capture user feedback and annotations (e.g. scores) to LLM responses traced in Agenta.
Today we're previewing one of a family of features around this topic.
As of today you can use the annotation API to add annotations to LLM responses traced in Agenta.
This is useful to:
Check out the how to annotate traces from API for more details. Or try our new tutorial (available as jupyter notebook) here.
Other stuff:
We released tool usage in the Agenta playground - a key feature for anyone building agents with LLMs.
Agents need tools to access external data, perform calculations, or call APIs.
Now you can:
The tool schema is saved with your prompt configuration, making integration easy when you fetch configs through the API.
We've made significant improvements across Agenta with a major documentation overhaul, new model support, self-hosting enhancements, and UI improvements.
Revamped Prompt Engineering Documentation:
We've completely rewritten our prompt management and prompt engineering documentation.
Start exploring the new documentation in our updated Quick Start Guide.
New Model Support:
Our platform now supports several new LLM models:
These models are available in both the playground and through the API.
Playground Enhancements:
We've added a draft state to the playground, providing a better editing experience. Changes are now clearly marked as drafts until committed.
Self-Hosting Improvements:
We've significantly simplified the self-hosting experience by changing how environment variables are handled in the frontend:
Check out our updated self-hosting documentation for details.
Bug Fixes and Optimizations:
We are SOC 2 Type 2 Certified. This means that our platform is audited and certified by an independent third party to meet the highest standards of security and compliance.
We now support structured output support in the playground. You can define the expected output format and validate the output against it.
With Agenta's playground, implementing structured outputs is straightforward:
Open any prompt
Switch the Response format dropdown from text to JSON mode or JSON Schema
Paste or write your schema (Agenta supports the full JSON Schema specification)
Run the prompt - the response panel will show the response beautified
Commit the changes - the schema will be saved with your prompt, so when your SDK fetches the prompt, it will include the schema information
Check out the blog post for more detail https://agenta.ai/blog/structured-outputs-playground