Skip to content

Latest commit

 

History

History
 
 

sdk

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Shows the logo of agenta

The Open-source LLMOps Platform

Build reliable LLM applications faster with integrated prompt management, evaluation, and observability.



MIT license. Doc PRs welcome Contributors PyPI - Downloads Last Commit

Try Agenta Live Demo


What is Agenta?

Agenta is a platform for building production-grade LLM applications. It helps engineering and product teams create reliable LLM apps faster through integrated prompt management, evaluation, and observability.

Core Features

🧪 Prompt Engineering & Management

Collaborate with Subject Matter Experts (SMEs) on prompt engineering and make sure nothing breaks in production.

  • Interactive Playground: Compare prompts side by side against your test cases
  • Multi-Model Support: Experiment with 50+ LLM models or bring-your-own models
  • Version Control: Version prompts and configurations with branching and environments
  • Complex Configurations: Enable SMEs to collaborate on complex configuration schemas beyond simple prompts

Explore prompt management →

📊 Evaluation & Testing

Evaluate your LLM applications systematically with both human and automated feedback.

  • Flexible Test Sets: Create test cases from production data, playground experiments, or upload CSVs
  • Pre-built and Custom Evaluators: Use LLM-as-judge, one of our 20+ pre-built evaluators, or you custom evaluators
  • UI and API Access: Run evaluations via UI (for SMEs) or programmatically (for engineers)
  • Human Feedback Integration: Collect and incorporate expert annotations

Explore evaluation frameworks →

📡 Observability & Monitoring

Get visibility into your LLM applications in production.

  • Cost & Performance Tracking: Monitor spending, latency, and usage patterns
  • Tracing: Debug complex workflows with detailed traces
  • Open Standards: OpenTelemetry native tracing compatible with OpenLLMetry, and OpenInference
  • Integrations: Comes with pre-built integrations for most models and frameworks

Learn about observability →

📸 Screenshots

Playground

Prompt Management

Evaluation

Observability

🚀 Getting Started

Agenta Cloud (Recommended):

The easiest way to get started is through Agenta Cloud. Free tier available with no credit card required.

Try Agenta Live Demo

Self-hosting Agenta

  1. Clone Agenta:
git clone https://github.com/Agenta-AI/agenta && cd agenta
  1. Start Agenta services:
docker compose -f hosting/docker-compose/oss/docker-compose.gh.yml --env-file hosting/docker-compose/oss/.env.oss.gh --profile with-web up -d
  1. Access Agenta at http://localhost.

For deploying on a remote host, or using different ports refers to our self-hosting and remote deployment documentation.

💬 Community

Find help, explore resources, or get involved:

🧰 Support

🤝 Contribute

We welcome contributions of all kinds — from filing issues and sharing ideas to improving the codebase.

⭐ Star Agenta

Consider giving us a star! It helps us grow our community and gets Agenta in front of more developers.

Star us

Contributors ✨

All Contributors

Thanks goes to these wonderful people (emoji key):

Sameh Methnani
Sameh Methnani

💻 📖
Suad Suljovic
Suad Suljovic

💻 🎨 🧑‍🏫 👀
burtenshaw
burtenshaw

💻
Abram
Abram

💻 📖
Israel Abebe
Israel Abebe

🐛 🎨 💻
Master X
Master X

💻
corinthian
corinthian

💻 🎨
Pavle Janjusevic
Pavle Janjusevic

🚇
Kaosi Ezealigo
Kaosi Ezealigo

🐛 💻
Alberto Nunes
Alberto Nunes

🐛
Maaz Bin Khawar
Maaz Bin Khawar

💻 👀 🧑‍🏫
Nehemiah Onyekachukwu Emmanuel
Nehemiah Onyekachukwu Emmanuel

💻 💡 📖
Philip Okiokio
Philip Okiokio

📖
Abhinav Pandey
Abhinav Pandey

💻
Ramchandra Warang
Ramchandra Warang

💻 🐛
Biswarghya Biswas
Biswarghya Biswas

💻
Uddeepta Raaj Kashyap
Uddeepta Raaj Kashyap

💻
Nayeem Abdullah
Nayeem Abdullah

💻
Kang Suhyun
Kang Suhyun

💻
Yoon
Yoon

💻
Kirthi Bagrecha Jain
Kirthi Bagrecha Jain

💻
Navdeep
Navdeep

💻
Rhythm Sharma
Rhythm Sharma

💻
Osinachi Chukwujama
Osinachi Chukwujama

💻
莫尔索
莫尔索

📖
Agunbiade Adedeji
Agunbiade Adedeji

💻
Emmanuel Oloyede
Emmanuel Oloyede

💻 📖
Dhaneshwarguiyan
Dhaneshwarguiyan

💻
Priyanshu Prajapati
Priyanshu Prajapati

📖
Raviteja
Raviteja

💻
Arijit
Arijit

💻
Yachika9925
Yachika9925

📖
Aldrin
Aldrin

⚠️
seungduk.kim.2304
seungduk.kim.2304

💻
Andrei Dragomir
Andrei Dragomir

💻
diego
diego

💻
brockWith
brockWith

💻
Dennis Zelada
Dennis Zelada

💻
Romain Brucker
Romain Brucker

💻
Heon Heo
Heon Heo

💻
Drew Reisner
Drew Reisner

💻
Ikko Eltociear Ashimine
Ikko Eltociear Ashimine

📖
Vishal Vanpariya
Vishal Vanpariya

💻
Youcef Boumar
Youcef Boumar

📖
LucasTrg
LucasTrg

💻 🐛
Ashraf Chowdury
Ashraf Chowdury

🐛 💻
jp-agenta
jp-agenta

💻 🐛
Mr Unhappy
Mr Unhappy

🐛 🚇
Moreno Bonaventura
Moreno Bonaventura

🐛

This project follows the all-contributors specification. Contributions of any kind are welcome!

Disabling Anonymized Tracking

By default, Agenta automatically reports anonymized basic usage statistics. This helps us understand how Agenta is used and track its overall usage and growth. This data does not include any sensitive information. To disable anonymized telemetry set TELEMETRY_ENABLED to false in your .env file.