agenta


Nameagenta JSON
Version 0.50.3 PyPI version JSON
download
home_pagehttps://agenta.ai
SummaryThe SDK for agenta is an open-source LLMOps platform.
upload_time2025-07-29 17:42:14
maintainerNone
docs_urlNone
authorMahmoud Mabrouk
requires_python<4.0,>=3.9
licenseNone
keywords llmops llm evaluation prompt engineering
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
<p align="center">
  <a href="https://agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
      <picture >
        <source width="275" media="(prefers-color-scheme: dark)" srcset="https://github.com/Agenta-AI/agenta/assets/4510758/cdddf5ad-2352-4920-b1d9-ae7f8d9d7735"  >
        <source width="275" media="(prefers-color-scheme: light)" srcset="https://github.com/Agenta-AI/agenta/assets/4510758/ab75cbac-b807-496f-aab3-57463a33f726"  >
        <img alt="Shows the logo of agenta" src="https://github.com/Agenta-AI/agenta/assets/4510758/68e055d4-d7b8-4943-992f-761558c64253" >
      </picture>
  </a>
<div align="center">
  <strong> <h1> The Open-source LLMOps Platform </h1></strong>
  Build reliable LLM applications faster with integrated prompt management, evaluation, and observability.
</div>
  <br />
      <div align="center" >
        <a href="https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
          <picture >
        <source media="(prefers-color-scheme: dark)" srcset="https://imagedelivery.net/UNvjPBCIZFONpkVPQTxVuA/9a4fde42-c96c-4ec2-b8d1-c8c0e3851a00/large"  >
        <source media="(prefers-color-scheme: light)" srcset="https://imagedelivery.net/UNvjPBCIZFONpkVPQTxVuA/98140352-14c0-4db1-bafb-a1e8d271d500/large"  >
        <img alt="Shows the logo of agenta" src="https://imagedelivery.net/UNvjPBCIZFONpkVPQTxVuA/98140352-14c0-4db1-bafb-a1e8d271d500/large" >
          </picture>
        </a>
    </div>
</div>

---

<h3 align="center">
  <a href="https://docs.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme"><b>Documentation</b></a> &bull;
  <a href="https://agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme"><b>Website</b></a> &bull;
  <a href="https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme"><b>Agenta Cloud</b></a>
</h3>

---

<p align="center">
  <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT license." />
  <a href="https://docs.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
    <img src="https://img.shields.io/badge/Doc-online-green" alt="Doc">
  </a>
  <a href="https://github.com/Agenta-AI/agenta/blob/main/CONTRIBUTING.md">
    <img src="https://img.shields.io/badge/PRs-Welcome-brightgreen" alt="PRs welcome" />
  </a>
  <img src="https://img.shields.io/github/contributors/Agenta-AI/agenta" alt="Contributors">
  <a href="https://pypi.org/project/agenta/">
    <img src="https://img.shields.io/pypi/dm/agenta" alt="PyPI - Downloads">
  </a>
  <img src="https://img.shields.io/github/last-commit/Agenta-AI/agenta" alt="Last Commit">
</br>
</p>

<p align="center">
    <a href="https://join.slack.com/t/agenta-hq/shared_invite/zt-37pnbp5s6-mbBrPL863d_oLB61GSNFjw">
        <img src="https://img.shields.io/badge/JOIN US ON SLACK-4A154B?style=for-the-badge&logo=slack&logoColor=white" />
    </a>
    <a href="https://www.linkedin.com/company/agenta-ai/">
        <img src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" />
    </a>
    <a  href="https://twitter.com/agenta_ai">
        <img src="https://img.shields.io/twitter/follow/agenta_ai?style=social" height="28" />
    </a>
</p>

<p align="center">
  <a href="https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
      <picture >
        <source width="200" media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/a2069e7b-c3e0-4a5e-9e41-8ddc4660d1f2"  >
        <source width="200" media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/a2069e7b-c3e0-4a5e-9e41-8ddc4660d1f2"  >
        <img alt="Try Agenta Live Demo" src="https://github.com/user-attachments/assets/a2069e7b-c3e0-4a5e-9e41-8ddc4660d1f2" >
      </picture>
  </a>
</p>

---

## 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](https://docs.agenta.ai/prompt-engineering/playground/adding-custom-providers?utm_source=github&utm_medium=referral&utm_campaign=readme)
- **Version Control**: Version prompts and configurations with branching and environments
- **Complex Configurations**: Enable SMEs to collaborate on [complex configuration schemas](https://docs.agenta.ai/custom-workflows/overview?utm_source=github&utm_medium=referral&utm_campaign=readme) beyond simple prompts

[Explore prompt management โ†’](https://docs.agenta.ai/prompt-engineering/overview?utm_source=github&utm_medium=referral&utm_campaign=readme)

### ๐Ÿ“Š 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 โ†’](https://docs.agenta.ai/evaluation/overview?utm_source=github&utm_medium=referral&utm_campaign=readme)

### ๐Ÿ“ก 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 โ†’](https://docs.agenta.ai/observability/overview?utm_source=github&utm_medium=referral&utm_campaign=readme)

## ๐Ÿ“ธ Screenshots

<img alt="Playground" src="https://imagedelivery.net/UNvjPBCIZFONpkVPQTxVuA/e7d16967-d564-4148-3615-03bfe2a29d00/large" />
<img alt="Prompt Management" src="https://imagedelivery.net/UNvjPBCIZFONpkVPQTxVuA/b4210a13-b41e-4dfd-d383-4286fb011e00/large" />
<img alt="Evaluation" src="https://imagedelivery.net/UNvjPBCIZFONpkVPQTxVuA/4b1c62b9-ff6e-4bd1-4c8d-de59b8485e00/large" />
<img  alt="Observability" src="https://imagedelivery.net/UNvjPBCIZFONpkVPQTxVuA/5c764759-e525-499e-544a-1077c45e9600/large" />

## ๐Ÿš€ Getting Started 

### Agenta Cloud (Recommended):
The easiest way to get started is through Agenta Cloud. Free tier available with no credit card required.

<p align="center">
  <a href="https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
      <picture >
        <source width="200" media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/3aa96780-b7e5-4b6f-bfee-8feaa36ff3b2"  >
        <source width="200" media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/3aa96780-b7e5-4b6f-bfee-8feaa36ff3b2"  >
        <img alt="Try Agenta Live Demo" src="https://github.com/user-attachments/assets/3aa96780-b7e5-4b6f-bfee-8feaa36ff3b2" >
      </picture>
  </a>
</p>

  
   
### Self-hosting Agenta

1. Clone Agenta:
```bash
git clone https://github.com/Agenta-AI/agenta && cd agenta
```

2. Start Agenta services:
```bash
docker compose -f hosting/docker-compose/oss/docker-compose.gh.yml --env-file hosting/docker-compose/oss/.env.oss.gh --profile with-web --profile with-traefik up -d
```

3. Access Agenta at `http://localhost`.

For deploying on a remote host, or using different ports refers to our [self-hosting](https://docs.agenta.ai/self-host/quick-start?utm_source=github&utm_medium=referral&utm_campaign=readme) and [remote deployment documentation](https://docs.agenta.ai/self-host/guides/deploy-remotely?utm_source=github&utm_medium=referral&utm_campaign=readme).

## ๐Ÿ’ฌ Community

Find help, explore resources, or get involved:

### ๐Ÿงฐ Support

- **๐Ÿ“š [Documentation](https://docs.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme)** โ€“ Full guides and API reference  
- **๐Ÿ“‹ [Changelog](https://docs.agenta.ai/changelog/main?utm_source=github&utm_medium=referral&utm_campaign=readme)** โ€“ Track recent updates  
- **๐Ÿ’ฌ [Slack Community](https://join.slack.com/t/agenta-hq/shared_invite/zt-37pnbp5s6-mbBrPL863d_oLB61GSNFjw)** โ€“ Ask questions and get support  

### ๐Ÿค Contribute

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

- **๐Ÿ› [Report bugs](https://github.com/Agenta-AI/agenta/issues)** โ€“ Help us by reporting problems you encounter  
- **๐Ÿ’ก [Share ideas and feedback](https://github.com/Agenta-AI/agenta/discussions)** โ€“ Suggest features or vote on ideas
- **๐Ÿ”ง [Contribute to the codebase](https://docs.agenta.ai/misc/contributing/getting-started?utm_source=github&utm_medium=referral&utm_campaign=readme)** โ€“ Read the guide and open a pull request

## โญ Star Agenta

**Consider giving us a star!** It helps us grow our community and gets Agenta in front of more developers.
</br>
</br>
<p align="center">
    <a href="https://github.com/agenta-ai/agenta">

  <img width="300" alt="Star us" src="https://github.com/user-attachments/assets/2c8e580a-c930-4312-bf1b-08f631b41c62" />
    <a href="https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">

</p>

## Contributors โœจ

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-49-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
  <tbody>
    <tr>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/SamMethnani"><img src="https://avatars.githubusercontent.com/u/57623556?v=4?s=100" width="100px;" alt="Sameh Methnani"/><br /><sub><b>Sameh Methnani</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=SamMethnani" title="Code">๐Ÿ’ป</a> <a href="https://github.com/Agenta-AI/agenta/commits?author=SamMethnani" title="Documentation">๐Ÿ“–</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/suadsuljovic"><img src="https://avatars.githubusercontent.com/u/8658374?v=4?s=100" width="100px;" alt="Suad Suljovic"/><br /><sub><b>Suad Suljovic</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=suadsuljovic" title="Code">๐Ÿ’ป</a> <a href="#design-suadsuljovic" title="Design">๐ŸŽจ</a> <a href="#mentoring-suadsuljovic" title="Mentoring">๐Ÿง‘โ€๐Ÿซ</a> <a href="https://github.com/Agenta-AI/agenta/pulls?q=is%3Apr+reviewed-by%3Asuadsuljovic" title="Reviewed Pull Requests">๐Ÿ‘€</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/burtenshaw"><img src="https://avatars.githubusercontent.com/u/19620375?v=4?s=100" width="100px;" alt="burtenshaw"/><br /><sub><b>burtenshaw</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=burtenshaw" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="http://abram.tech"><img src="https://avatars.githubusercontent.com/u/55067204?v=4?s=100" width="100px;" alt="Abram"/><br /><sub><b>Abram</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=aybruhm" title="Code">๐Ÿ’ป</a> <a href="https://github.com/Agenta-AI/agenta/commits?author=aybruhm" title="Documentation">๐Ÿ“–</a></td>
      <td align="center" valign="top" width="14.28%"><a href="http://israelabebe.com"><img src="https://avatars.githubusercontent.com/u/7479824?v=4?s=100" width="100px;" alt="Israel Abebe"/><br /><sub><b>Israel Abebe</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/issues?q=author%3Avernu" title="Bug reports">๐Ÿ›</a> <a href="#design-vernu" title="Design">๐ŸŽจ</a> <a href="https://github.com/Agenta-AI/agenta/commits?author=vernu" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/SohaibAnwaar"><img src="https://avatars.githubusercontent.com/u/29427728?v=4?s=100" width="100px;" alt="Master X"/><br /><sub><b>Master X</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=SohaibAnwaar" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://main-portfolio-26wv6oglp-witehound.vercel.app/"><img src="https://avatars.githubusercontent.com/u/26417477?v=4?s=100" width="100px;" alt="corinthian"/><br /><sub><b>corinthian</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=witehound" title="Code">๐Ÿ’ป</a> <a href="#design-witehound" title="Design">๐ŸŽจ</a></td>
    </tr>
    <tr>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/Pajko97"><img src="https://avatars.githubusercontent.com/u/25198892?v=4?s=100" width="100px;" alt="Pavle Janjusevic"/><br /><sub><b>Pavle Janjusevic</b></sub></a><br /><a href="#infra-Pajko97" title="Infrastructure (Hosting, Build-Tools, etc)">๐Ÿš‡</a></td>
      <td align="center" valign="top" width="14.28%"><a href="http://kaosiso-ezealigo.netlify.app"><img src="https://avatars.githubusercontent.com/u/99529776?v=4?s=100" width="100px;" alt="Kaosi Ezealigo"/><br /><sub><b>Kaosi Ezealigo</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/issues?q=author%3Abekossy" title="Bug reports">๐Ÿ›</a> <a href="https://github.com/Agenta-AI/agenta/commits?author=bekossy" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/albnunes"><img src="https://avatars.githubusercontent.com/u/46302915?v=4?s=100" width="100px;" alt="Alberto Nunes"/><br /><sub><b>Alberto Nunes</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/issues?q=author%3Aalbnunes" title="Bug reports">๐Ÿ›</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/mohammed-maaz-6290b0116/"><img src="https://avatars.githubusercontent.com/u/17180132?v=4?s=100" width="100px;" alt="Maaz Bin Khawar"/><br /><sub><b>Maaz Bin Khawar</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=MohammedMaaz" title="Code">๐Ÿ’ป</a> <a href="https://github.com/Agenta-AI/agenta/pulls?q=is%3Apr+reviewed-by%3AMohammedMaaz" title="Reviewed Pull Requests">๐Ÿ‘€</a> <a href="#mentoring-MohammedMaaz" title="Mentoring">๐Ÿง‘โ€๐Ÿซ</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/devgenix"><img src="https://avatars.githubusercontent.com/u/56418363?v=4?s=100" width="100px;" alt="Nehemiah Onyekachukwu Emmanuel"/><br /><sub><b>Nehemiah Onyekachukwu Emmanuel</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=devgenix" title="Code">๐Ÿ’ป</a> <a href="#example-devgenix" title="Examples">๐Ÿ’ก</a> <a href="https://github.com/Agenta-AI/agenta/commits?author=devgenix" title="Documentation">๐Ÿ“–</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/philipokiokio"><img src="https://avatars.githubusercontent.com/u/55271518?v=4?s=100" width="100px;" alt="Philip Okiokio"/><br /><sub><b>Philip Okiokio</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=philipokiokio" title="Documentation">๐Ÿ“–</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://sweetdevil144.github.io/My-Website/"><img src="https://avatars.githubusercontent.com/u/117591942?v=4?s=100" width="100px;" alt="Abhinav Pandey"/><br /><sub><b>Abhinav Pandey</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=Sweetdevil144" title="Code">๐Ÿ’ป</a></td>
    </tr>
    <tr>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/RamchandraWarang9822"><img src="https://avatars.githubusercontent.com/u/92023869?v=4?s=100" width="100px;" alt="Ramchandra Warang"/><br /><sub><b>Ramchandra Warang</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=RamchandraWarang9822" title="Code">๐Ÿ’ป</a> <a href="https://github.com/Agenta-AI/agenta/issues?q=author%3ARamchandraWarang9822" title="Bug reports">๐Ÿ›</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/lazyfuhrer"><img src="https://avatars.githubusercontent.com/u/64888892?v=4?s=100" width="100px;" alt="Biswarghya Biswas"/><br /><sub><b>Biswarghya Biswas</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=lazyfuhrer" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/okieLoki"><img src="https://avatars.githubusercontent.com/u/96105929?v=4?s=100" width="100px;" alt="Uddeepta Raaj Kashyap"/><br /><sub><b>Uddeepta Raaj Kashyap</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=okieLoki" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="http://www.linkedin.com/in/nayeem-abdullah-317098141"><img src="https://avatars.githubusercontent.com/u/32274108?v=4?s=100" width="100px;" alt="Nayeem Abdullah"/><br /><sub><b>Nayeem Abdullah</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=nayeem01" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/kangsuhyun-yanolja"><img src="https://avatars.githubusercontent.com/u/124246127?v=4?s=100" width="100px;" alt="Kang Suhyun"/><br /><sub><b>Kang Suhyun</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=kangsuhyun-yanolja" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/yeokyeong-yanolja"><img src="https://avatars.githubusercontent.com/u/128676129?v=4?s=100" width="100px;" alt="Yoon"/><br /><sub><b>Yoon</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=yeokyeong-yanolja" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://mrkirthi24.netlify.app/"><img src="https://avatars.githubusercontent.com/u/53830546?v=4?s=100" width="100px;" alt="Kirthi Bagrecha Jain"/><br /><sub><b>Kirthi Bagrecha Jain</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=mrkirthi-24" title="Code">๐Ÿ’ป</a></td>
    </tr>
    <tr>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/navdeep1840"><img src="https://avatars.githubusercontent.com/u/80774259?v=4?s=100" width="100px;" alt="Navdeep"/><br /><sub><b>Navdeep</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=navdeep1840" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/rhythm-sharma-708a421a8/"><img src="https://avatars.githubusercontent.com/u/64489317?v=4?s=100" width="100px;" alt="Rhythm Sharma"/><br /><sub><b>Rhythm Sharma</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=Rhythm-08" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://osinachi.me"><img src="https://avatars.githubusercontent.com/u/40396070?v=4?s=100" width="100px;" alt="Osinachi Chukwujama "/><br /><sub><b>Osinachi Chukwujama </b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=vicradon" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://liduos.com/"><img src="https://avatars.githubusercontent.com/u/47264881?v=4?s=100" width="100px;" alt="่Žซๅฐ”็ดข"/><br /><sub><b>่Žซๅฐ”็ดข</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=morsoli" title="Documentation">๐Ÿ“–</a></td>
      <td align="center" valign="top" width="14.28%"><a href="http://luccithedev.com"><img src="https://avatars.githubusercontent.com/u/22600781?v=4?s=100" width="100px;" alt="Agunbiade Adedeji"/><br /><sub><b>Agunbiade Adedeji</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=dejongbaba" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://techemmy.github.io/"><img src="https://avatars.githubusercontent.com/u/43725109?v=4?s=100" width="100px;" alt="Emmanuel Oloyede"/><br /><sub><b>Emmanuel Oloyede</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=techemmy" title="Code">๐Ÿ’ป</a> <a href="https://github.com/Agenta-AI/agenta/commits?author=techemmy" title="Documentation">๐Ÿ“–</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/Dhaneshwarguiyan"><img src="https://avatars.githubusercontent.com/u/116065351?v=4?s=100" width="100px;" alt="Dhaneshwarguiyan"/><br /><sub><b>Dhaneshwarguiyan</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=Dhaneshwarguiyan" title="Code">๐Ÿ’ป</a></td>
    </tr>
    <tr>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/PentesterPriyanshu"><img src="https://avatars.githubusercontent.com/u/98478305?v=4?s=100" width="100px;" alt="Priyanshu Prajapati"/><br /><sub><b>Priyanshu Prajapati</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=PentesterPriyanshu" title="Documentation">๐Ÿ“–</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://venkataravitejagullapudi.github.io/"><img src="https://avatars.githubusercontent.com/u/70102577?v=4?s=100" width="100px;" alt="Raviteja"/><br /><sub><b>Raviteja</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=VenkataRavitejaGullapudi" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/ArijitCloud"><img src="https://avatars.githubusercontent.com/u/81144422?v=4?s=100" width="100px;" alt="Arijit"/><br /><sub><b>Arijit</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=ArijitCloud" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/Yachika9925"><img src="https://avatars.githubusercontent.com/u/147185379?v=4?s=100" width="100px;" alt="Yachika9925"/><br /><sub><b>Yachika9925</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=Yachika9925" title="Documentation">๐Ÿ“–</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/Dhoni77"><img src="https://avatars.githubusercontent.com/u/53973174?v=4?s=100" width="100px;" alt="Aldrin"/><br /><sub><b>Aldrin</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=Dhoni77" title="Tests">โš ๏ธ</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/seungduk-yanolja"><img src="https://avatars.githubusercontent.com/u/115020208?v=4?s=100" width="100px;" alt="seungduk.kim.2304"/><br /><sub><b>seungduk.kim.2304</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=seungduk-yanolja" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://dandrei.com/"><img src="https://avatars.githubusercontent.com/u/59015981?v=4?s=100" width="100px;" alt="Andrei Dragomir"/><br /><sub><b>Andrei Dragomir</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=andreiwebdev" title="Code">๐Ÿ’ป</a></td>
    </tr>
    <tr>
      <td align="center" valign="top" width="14.28%"><a href="https://diegolikescode.me/"><img src="https://avatars.githubusercontent.com/u/57499868?v=4?s=100" width="100px;" alt="diego"/><br /><sub><b>diego</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=diegolikescode" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/brockWith"><img src="https://avatars.githubusercontent.com/u/105627491?v=4?s=100" width="100px;" alt="brockWith"/><br /><sub><b>brockWith</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=brockWith" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="http://denniszelada.wordpress.com/"><img src="https://avatars.githubusercontent.com/u/219311?v=4?s=100" width="100px;" alt="Dennis Zelada"/><br /><sub><b>Dennis Zelada</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=denniszelada" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/romainrbr"><img src="https://avatars.githubusercontent.com/u/10381609?v=4?s=100" width="100px;" alt="Romain Brucker"/><br /><sub><b>Romain Brucker</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=romainrbr" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="http://heonheo.com"><img src="https://avatars.githubusercontent.com/u/76820291?v=4?s=100" width="100px;" alt="Heon Heo"/><br /><sub><b>Heon Heo</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=HeonHeo23" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/Drewski2222"><img src="https://avatars.githubusercontent.com/u/39228951?v=4?s=100" width="100px;" alt="Drew Reisner"/><br /><sub><b>Drew Reisner</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=Drewski2222" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://speakerdeck.com/eltociear"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Eltociear Ashimine"/><br /><sub><b>Ikko Eltociear Ashimine</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=eltociear" title="Documentation">๐Ÿ“–</a></td>
    </tr>
    <tr>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/vishalvanpariya"><img src="https://avatars.githubusercontent.com/u/27823328?v=4?s=100" width="100px;" alt="Vishal Vanpariya"/><br /><sub><b>Vishal Vanpariya</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=vishalvanpariya" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/youcefs21"><img src="https://avatars.githubusercontent.com/u/34604972?v=4?s=100" width="100px;" alt="Youcef Boumar"/><br /><sub><b>Youcef Boumar</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=youcefs21" title="Documentation">๐Ÿ“–</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/LucasTrg"><img src="https://avatars.githubusercontent.com/u/47852577?v=4?s=100" width="100px;" alt="LucasTrg"/><br /><sub><b>LucasTrg</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=LucasTrg" title="Code">๐Ÿ’ป</a> <a href="https://github.com/Agenta-AI/agenta/issues?q=author%3ALucasTrg" title="Bug reports">๐Ÿ›</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://ashrafchowdury.me"><img src="https://avatars.githubusercontent.com/u/87828904?v=4?s=100" width="100px;" alt="Ashraf Chowdury"/><br /><sub><b>Ashraf Chowdury</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/issues?q=author%3Aashrafchowdury" title="Bug reports">๐Ÿ›</a> <a href="https://github.com/Agenta-AI/agenta/commits?author=ashrafchowdury" title="Code">๐Ÿ’ป</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/jp-agenta"><img src="https://avatars.githubusercontent.com/u/174311389?v=4?s=100" width="100px;" alt="jp-agenta"/><br /><sub><b>jp-agenta</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=jp-agenta" title="Code">๐Ÿ’ป</a> <a href="https://github.com/Agenta-AI/agenta/issues?q=author%3Ajp-agenta" title="Bug reports">๐Ÿ›</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://mrunhap.github.io"><img src="https://avatars.githubusercontent.com/u/24653356?v=4?s=100" width="100px;" alt="Mr Unhappy"/><br /><sub><b>Mr Unhappy</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/issues?q=author%3Amrunhap" title="Bug reports">๐Ÿ›</a> <a href="#infra-mrunhap" title="Infrastructure (Hosting, Build-Tools, etc)">๐Ÿš‡</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/morenobonaventura"><img src="https://avatars.githubusercontent.com/u/2118854?v=4?s=100" width="100px;" alt="Moreno Bonaventura"/><br /><sub><b>Moreno Bonaventura</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/issues?q=author%3Amorenobonaventura" title="Bug reports">๐Ÿ›</a></td>
    </tr>
  </tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/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 `AGENTA_TELEMETRY_ENABLED` to `false` in your `.env` file.

            

Raw data

            {
    "_id": null,
    "home_page": "https://agenta.ai",
    "name": "agenta",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "LLMOps, LLM, evaluation, prompt engineering",
    "author": "Mahmoud Mabrouk",
    "author_email": "mahmoud@agenta.ai",
    "download_url": "https://files.pythonhosted.org/packages/e1/aa/324d91dee6bd5323106ff504bfa362b648cf4c736ff4ded4321a8ea93c80/agenta-0.50.3.tar.gz",
    "platform": null,
    "description": "\n<p align=\"center\">\n  <a href=\"https://agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme\">\n      <picture >\n        <source width=\"275\" media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/Agenta-AI/agenta/assets/4510758/cdddf5ad-2352-4920-b1d9-ae7f8d9d7735\"  >\n        <source width=\"275\" media=\"(prefers-color-scheme: light)\" srcset=\"https://github.com/Agenta-AI/agenta/assets/4510758/ab75cbac-b807-496f-aab3-57463a33f726\"  >\n        <img alt=\"Shows the logo of agenta\" src=\"https://github.com/Agenta-AI/agenta/assets/4510758/68e055d4-d7b8-4943-992f-761558c64253\" >\n      </picture>\n  </a>\n<div align=\"center\">\n  <strong> <h1> The Open-source LLMOps Platform </h1></strong>\n  Build reliable LLM applications faster with integrated prompt management, evaluation, and observability.\n</div>\n  <br />\n      <div align=\"center\" >\n        <a href=\"https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme\">\n          <picture >\n        <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://imagedelivery.net/UNvjPBCIZFONpkVPQTxVuA/9a4fde42-c96c-4ec2-b8d1-c8c0e3851a00/large\"  >\n        <source media=\"(prefers-color-scheme: light)\" srcset=\"https://imagedelivery.net/UNvjPBCIZFONpkVPQTxVuA/98140352-14c0-4db1-bafb-a1e8d271d500/large\"  >\n        <img alt=\"Shows the logo of agenta\" src=\"https://imagedelivery.net/UNvjPBCIZFONpkVPQTxVuA/98140352-14c0-4db1-bafb-a1e8d271d500/large\" >\n          </picture>\n        </a>\n    </div>\n</div>\n\n---\n\n<h3 align=\"center\">\n  <a href=\"https://docs.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme\"><b>Documentation</b></a> &bull;\n  <a href=\"https://agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme\"><b>Website</b></a> &bull;\n  <a href=\"https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme\"><b>Agenta Cloud</b></a>\n</h3>\n\n---\n\n<p align=\"center\">\n  <img src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"MIT license.\" />\n  <a href=\"https://docs.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme\">\n    <img src=\"https://img.shields.io/badge/Doc-online-green\" alt=\"Doc\">\n  </a>\n  <a href=\"https://github.com/Agenta-AI/agenta/blob/main/CONTRIBUTING.md\">\n    <img src=\"https://img.shields.io/badge/PRs-Welcome-brightgreen\" alt=\"PRs welcome\" />\n  </a>\n  <img src=\"https://img.shields.io/github/contributors/Agenta-AI/agenta\" alt=\"Contributors\">\n  <a href=\"https://pypi.org/project/agenta/\">\n    <img src=\"https://img.shields.io/pypi/dm/agenta\" alt=\"PyPI - Downloads\">\n  </a>\n  <img src=\"https://img.shields.io/github/last-commit/Agenta-AI/agenta\" alt=\"Last Commit\">\n</br>\n</p>\n\n<p align=\"center\">\n    <a href=\"https://join.slack.com/t/agenta-hq/shared_invite/zt-37pnbp5s6-mbBrPL863d_oLB61GSNFjw\">\n        <img src=\"https://img.shields.io/badge/JOIN US ON SLACK-4A154B?style=for-the-badge&logo=slack&logoColor=white\" />\n    </a>\n    <a href=\"https://www.linkedin.com/company/agenta-ai/\">\n        <img src=\"https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white\" />\n    </a>\n    <a  href=\"https://twitter.com/agenta_ai\">\n        <img src=\"https://img.shields.io/twitter/follow/agenta_ai?style=social\" height=\"28\" />\n    </a>\n</p>\n\n<p align=\"center\">\n  <a href=\"https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme\">\n      <picture >\n        <source width=\"200\" media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/user-attachments/assets/a2069e7b-c3e0-4a5e-9e41-8ddc4660d1f2\"  >\n        <source width=\"200\" media=\"(prefers-color-scheme: light)\" srcset=\"https://github.com/user-attachments/assets/a2069e7b-c3e0-4a5e-9e41-8ddc4660d1f2\"  >\n        <img alt=\"Try Agenta Live Demo\" src=\"https://github.com/user-attachments/assets/a2069e7b-c3e0-4a5e-9e41-8ddc4660d1f2\" >\n      </picture>\n  </a>\n</p>\n\n---\n\n## What is Agenta?\n\nAgenta 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.\n\n## Core Features\n\n### \ud83e\uddea Prompt Engineering & Management\nCollaborate with Subject Matter Experts (SMEs) on prompt engineering and make sure nothing breaks in production.\n\n- **Interactive Playground**: Compare prompts side by side against your test cases\n- **Multi-Model Support**: Experiment with 50+ LLM models or [bring-your-own models](https://docs.agenta.ai/prompt-engineering/playground/adding-custom-providers?utm_source=github&utm_medium=referral&utm_campaign=readme)\n- **Version Control**: Version prompts and configurations with branching and environments\n- **Complex Configurations**: Enable SMEs to collaborate on [complex configuration schemas](https://docs.agenta.ai/custom-workflows/overview?utm_source=github&utm_medium=referral&utm_campaign=readme) beyond simple prompts\n\n[Explore prompt management \u2192](https://docs.agenta.ai/prompt-engineering/overview?utm_source=github&utm_medium=referral&utm_campaign=readme)\n\n### \ud83d\udcca Evaluation & Testing\nEvaluate your LLM applications systematically with both human and automated feedback.\n- **Flexible Test Sets**: Create test cases from production data, playground experiments, or upload CSVs\n- **Pre-built and Custom Evaluators**: Use LLM-as-judge, one of our 20+ pre-built evaluators, or you custom evaluators\n- **UI and API Access**: Run evaluations via UI (for SMEs) or programmatically (for engineers)\n- **Human Feedback Integration**: Collect and incorporate expert annotations\n\n[Explore evaluation frameworks \u2192](https://docs.agenta.ai/evaluation/overview?utm_source=github&utm_medium=referral&utm_campaign=readme)\n\n### \ud83d\udce1 Observability & Monitoring\nGet visibility into your LLM applications in production.\n- **Cost & Performance Tracking**: Monitor spending, latency, and usage patterns\n- **Tracing**: Debug complex workflows with detailed traces\n- **Open Standards**: OpenTelemetry native tracing compatible with OpenLLMetry, and OpenInference\n- **Integrations**: Comes with pre-built integrations for most models and frameworks\n\n[Learn about observability \u2192](https://docs.agenta.ai/observability/overview?utm_source=github&utm_medium=referral&utm_campaign=readme)\n\n## \ud83d\udcf8 Screenshots\n\n<img alt=\"Playground\" src=\"https://imagedelivery.net/UNvjPBCIZFONpkVPQTxVuA/e7d16967-d564-4148-3615-03bfe2a29d00/large\" />\n<img alt=\"Prompt Management\" src=\"https://imagedelivery.net/UNvjPBCIZFONpkVPQTxVuA/b4210a13-b41e-4dfd-d383-4286fb011e00/large\" />\n<img alt=\"Evaluation\" src=\"https://imagedelivery.net/UNvjPBCIZFONpkVPQTxVuA/4b1c62b9-ff6e-4bd1-4c8d-de59b8485e00/large\" />\n<img  alt=\"Observability\" src=\"https://imagedelivery.net/UNvjPBCIZFONpkVPQTxVuA/5c764759-e525-499e-544a-1077c45e9600/large\" />\n\n## \ud83d\ude80 Getting Started \n\n### Agenta Cloud (Recommended):\nThe easiest way to get started is through Agenta Cloud. Free tier available with no credit card required.\n\n<p align=\"center\">\n  <a href=\"https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme\">\n      <picture >\n        <source width=\"200\" media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/user-attachments/assets/3aa96780-b7e5-4b6f-bfee-8feaa36ff3b2\"  >\n        <source width=\"200\" media=\"(prefers-color-scheme: light)\" srcset=\"https://github.com/user-attachments/assets/3aa96780-b7e5-4b6f-bfee-8feaa36ff3b2\"  >\n        <img alt=\"Try Agenta Live Demo\" src=\"https://github.com/user-attachments/assets/3aa96780-b7e5-4b6f-bfee-8feaa36ff3b2\" >\n      </picture>\n  </a>\n</p>\n\n  \n   \n### Self-hosting Agenta\n\n1. Clone Agenta:\n```bash\ngit clone https://github.com/Agenta-AI/agenta && cd agenta\n```\n\n2. Start Agenta services:\n```bash\ndocker compose -f hosting/docker-compose/oss/docker-compose.gh.yml --env-file hosting/docker-compose/oss/.env.oss.gh --profile with-web --profile with-traefik up -d\n```\n\n3. Access Agenta at `http://localhost`.\n\nFor deploying on a remote host, or using different ports refers to our [self-hosting](https://docs.agenta.ai/self-host/quick-start?utm_source=github&utm_medium=referral&utm_campaign=readme) and [remote deployment documentation](https://docs.agenta.ai/self-host/guides/deploy-remotely?utm_source=github&utm_medium=referral&utm_campaign=readme).\n\n## \ud83d\udcac Community\n\nFind help, explore resources, or get involved:\n\n### \ud83e\uddf0 Support\n\n- **\ud83d\udcda [Documentation](https://docs.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme)** \u2013 Full guides and API reference  \n- **\ud83d\udccb [Changelog](https://docs.agenta.ai/changelog/main?utm_source=github&utm_medium=referral&utm_campaign=readme)** \u2013 Track recent updates  \n- **\ud83d\udcac [Slack Community](https://join.slack.com/t/agenta-hq/shared_invite/zt-37pnbp5s6-mbBrPL863d_oLB61GSNFjw)** \u2013 Ask questions and get support  \n\n### \ud83e\udd1d Contribute\n\nWe welcome contributions of all kinds \u2014 from filing issues and sharing ideas to improving the codebase.\n\n- **\ud83d\udc1b [Report bugs](https://github.com/Agenta-AI/agenta/issues)** \u2013 Help us by reporting problems you encounter  \n- **\ud83d\udca1 [Share ideas and feedback](https://github.com/Agenta-AI/agenta/discussions)** \u2013 Suggest features or vote on ideas\n- **\ud83d\udd27 [Contribute to the codebase](https://docs.agenta.ai/misc/contributing/getting-started?utm_source=github&utm_medium=referral&utm_campaign=readme)** \u2013 Read the guide and open a pull request\n\n## \u2b50 Star Agenta\n\n**Consider giving us a star!** It helps us grow our community and gets Agenta in front of more developers.\n</br>\n</br>\n<p align=\"center\">\n    <a href=\"https://github.com/agenta-ai/agenta\">\n\n  <img width=\"300\" alt=\"Star us\" src=\"https://github.com/user-attachments/assets/2c8e580a-c930-4312-bf1b-08f631b41c62\" />\n    <a href=\"https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme\">\n\n</p>\n\n## Contributors \u2728\n\n<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->\n[![All Contributors](https://img.shields.io/badge/all_contributors-49-orange.svg?style=flat-square)](#contributors-)\n<!-- ALL-CONTRIBUTORS-BADGE:END -->\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n  <tbody>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/SamMethnani\"><img src=\"https://avatars.githubusercontent.com/u/57623556?v=4?s=100\" width=\"100px;\" alt=\"Sameh Methnani\"/><br /><sub><b>Sameh Methnani</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=SamMethnani\" title=\"Code\">\ud83d\udcbb</a> <a href=\"https://github.com/Agenta-AI/agenta/commits?author=SamMethnani\" title=\"Documentation\">\ud83d\udcd6</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/suadsuljovic\"><img src=\"https://avatars.githubusercontent.com/u/8658374?v=4?s=100\" width=\"100px;\" alt=\"Suad Suljovic\"/><br /><sub><b>Suad Suljovic</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=suadsuljovic\" title=\"Code\">\ud83d\udcbb</a> <a href=\"#design-suadsuljovic\" title=\"Design\">\ud83c\udfa8</a> <a href=\"#mentoring-suadsuljovic\" title=\"Mentoring\">\ud83e\uddd1\u200d\ud83c\udfeb</a> <a href=\"https://github.com/Agenta-AI/agenta/pulls?q=is%3Apr+reviewed-by%3Asuadsuljovic\" title=\"Reviewed Pull Requests\">\ud83d\udc40</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/burtenshaw\"><img src=\"https://avatars.githubusercontent.com/u/19620375?v=4?s=100\" width=\"100px;\" alt=\"burtenshaw\"/><br /><sub><b>burtenshaw</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=burtenshaw\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://abram.tech\"><img src=\"https://avatars.githubusercontent.com/u/55067204?v=4?s=100\" width=\"100px;\" alt=\"Abram\"/><br /><sub><b>Abram</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=aybruhm\" title=\"Code\">\ud83d\udcbb</a> <a href=\"https://github.com/Agenta-AI/agenta/commits?author=aybruhm\" title=\"Documentation\">\ud83d\udcd6</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://israelabebe.com\"><img src=\"https://avatars.githubusercontent.com/u/7479824?v=4?s=100\" width=\"100px;\" alt=\"Israel Abebe\"/><br /><sub><b>Israel Abebe</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/issues?q=author%3Avernu\" title=\"Bug reports\">\ud83d\udc1b</a> <a href=\"#design-vernu\" title=\"Design\">\ud83c\udfa8</a> <a href=\"https://github.com/Agenta-AI/agenta/commits?author=vernu\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/SohaibAnwaar\"><img src=\"https://avatars.githubusercontent.com/u/29427728?v=4?s=100\" width=\"100px;\" alt=\"Master X\"/><br /><sub><b>Master X</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=SohaibAnwaar\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://main-portfolio-26wv6oglp-witehound.vercel.app/\"><img src=\"https://avatars.githubusercontent.com/u/26417477?v=4?s=100\" width=\"100px;\" alt=\"corinthian\"/><br /><sub><b>corinthian</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=witehound\" title=\"Code\">\ud83d\udcbb</a> <a href=\"#design-witehound\" title=\"Design\">\ud83c\udfa8</a></td>\n    </tr>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Pajko97\"><img src=\"https://avatars.githubusercontent.com/u/25198892?v=4?s=100\" width=\"100px;\" alt=\"Pavle Janjusevic\"/><br /><sub><b>Pavle Janjusevic</b></sub></a><br /><a href=\"#infra-Pajko97\" title=\"Infrastructure (Hosting, Build-Tools, etc)\">\ud83d\ude87</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://kaosiso-ezealigo.netlify.app\"><img src=\"https://avatars.githubusercontent.com/u/99529776?v=4?s=100\" width=\"100px;\" alt=\"Kaosi Ezealigo\"/><br /><sub><b>Kaosi Ezealigo</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/issues?q=author%3Abekossy\" title=\"Bug reports\">\ud83d\udc1b</a> <a href=\"https://github.com/Agenta-AI/agenta/commits?author=bekossy\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/albnunes\"><img src=\"https://avatars.githubusercontent.com/u/46302915?v=4?s=100\" width=\"100px;\" alt=\"Alberto Nunes\"/><br /><sub><b>Alberto Nunes</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/issues?q=author%3Aalbnunes\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://www.linkedin.com/in/mohammed-maaz-6290b0116/\"><img src=\"https://avatars.githubusercontent.com/u/17180132?v=4?s=100\" width=\"100px;\" alt=\"Maaz Bin Khawar\"/><br /><sub><b>Maaz Bin Khawar</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=MohammedMaaz\" title=\"Code\">\ud83d\udcbb</a> <a href=\"https://github.com/Agenta-AI/agenta/pulls?q=is%3Apr+reviewed-by%3AMohammedMaaz\" title=\"Reviewed Pull Requests\">\ud83d\udc40</a> <a href=\"#mentoring-MohammedMaaz\" title=\"Mentoring\">\ud83e\uddd1\u200d\ud83c\udfeb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/devgenix\"><img src=\"https://avatars.githubusercontent.com/u/56418363?v=4?s=100\" width=\"100px;\" alt=\"Nehemiah Onyekachukwu Emmanuel\"/><br /><sub><b>Nehemiah Onyekachukwu Emmanuel</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=devgenix\" title=\"Code\">\ud83d\udcbb</a> <a href=\"#example-devgenix\" title=\"Examples\">\ud83d\udca1</a> <a href=\"https://github.com/Agenta-AI/agenta/commits?author=devgenix\" title=\"Documentation\">\ud83d\udcd6</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/philipokiokio\"><img src=\"https://avatars.githubusercontent.com/u/55271518?v=4?s=100\" width=\"100px;\" alt=\"Philip Okiokio\"/><br /><sub><b>Philip Okiokio</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=philipokiokio\" title=\"Documentation\">\ud83d\udcd6</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://sweetdevil144.github.io/My-Website/\"><img src=\"https://avatars.githubusercontent.com/u/117591942?v=4?s=100\" width=\"100px;\" alt=\"Abhinav Pandey\"/><br /><sub><b>Abhinav Pandey</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=Sweetdevil144\" title=\"Code\">\ud83d\udcbb</a></td>\n    </tr>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/RamchandraWarang9822\"><img src=\"https://avatars.githubusercontent.com/u/92023869?v=4?s=100\" width=\"100px;\" alt=\"Ramchandra Warang\"/><br /><sub><b>Ramchandra Warang</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=RamchandraWarang9822\" title=\"Code\">\ud83d\udcbb</a> <a href=\"https://github.com/Agenta-AI/agenta/issues?q=author%3ARamchandraWarang9822\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/lazyfuhrer\"><img src=\"https://avatars.githubusercontent.com/u/64888892?v=4?s=100\" width=\"100px;\" alt=\"Biswarghya Biswas\"/><br /><sub><b>Biswarghya Biswas</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=lazyfuhrer\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/okieLoki\"><img src=\"https://avatars.githubusercontent.com/u/96105929?v=4?s=100\" width=\"100px;\" alt=\"Uddeepta Raaj Kashyap\"/><br /><sub><b>Uddeepta Raaj Kashyap</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=okieLoki\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://www.linkedin.com/in/nayeem-abdullah-317098141\"><img src=\"https://avatars.githubusercontent.com/u/32274108?v=4?s=100\" width=\"100px;\" alt=\"Nayeem Abdullah\"/><br /><sub><b>Nayeem Abdullah</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=nayeem01\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kangsuhyun-yanolja\"><img src=\"https://avatars.githubusercontent.com/u/124246127?v=4?s=100\" width=\"100px;\" alt=\"Kang Suhyun\"/><br /><sub><b>Kang Suhyun</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=kangsuhyun-yanolja\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/yeokyeong-yanolja\"><img src=\"https://avatars.githubusercontent.com/u/128676129?v=4?s=100\" width=\"100px;\" alt=\"Yoon\"/><br /><sub><b>Yoon</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=yeokyeong-yanolja\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://mrkirthi24.netlify.app/\"><img src=\"https://avatars.githubusercontent.com/u/53830546?v=4?s=100\" width=\"100px;\" alt=\"Kirthi Bagrecha Jain\"/><br /><sub><b>Kirthi Bagrecha Jain</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=mrkirthi-24\" title=\"Code\">\ud83d\udcbb</a></td>\n    </tr>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/navdeep1840\"><img src=\"https://avatars.githubusercontent.com/u/80774259?v=4?s=100\" width=\"100px;\" alt=\"Navdeep\"/><br /><sub><b>Navdeep</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=navdeep1840\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://www.linkedin.com/in/rhythm-sharma-708a421a8/\"><img src=\"https://avatars.githubusercontent.com/u/64489317?v=4?s=100\" width=\"100px;\" alt=\"Rhythm Sharma\"/><br /><sub><b>Rhythm Sharma</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=Rhythm-08\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://osinachi.me\"><img src=\"https://avatars.githubusercontent.com/u/40396070?v=4?s=100\" width=\"100px;\" alt=\"Osinachi Chukwujama \"/><br /><sub><b>Osinachi Chukwujama </b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=vicradon\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://liduos.com/\"><img src=\"https://avatars.githubusercontent.com/u/47264881?v=4?s=100\" width=\"100px;\" alt=\"\u83ab\u5c14\u7d22\"/><br /><sub><b>\u83ab\u5c14\u7d22</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=morsoli\" title=\"Documentation\">\ud83d\udcd6</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://luccithedev.com\"><img src=\"https://avatars.githubusercontent.com/u/22600781?v=4?s=100\" width=\"100px;\" alt=\"Agunbiade Adedeji\"/><br /><sub><b>Agunbiade Adedeji</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=dejongbaba\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://techemmy.github.io/\"><img src=\"https://avatars.githubusercontent.com/u/43725109?v=4?s=100\" width=\"100px;\" alt=\"Emmanuel Oloyede\"/><br /><sub><b>Emmanuel Oloyede</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=techemmy\" title=\"Code\">\ud83d\udcbb</a> <a href=\"https://github.com/Agenta-AI/agenta/commits?author=techemmy\" title=\"Documentation\">\ud83d\udcd6</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Dhaneshwarguiyan\"><img src=\"https://avatars.githubusercontent.com/u/116065351?v=4?s=100\" width=\"100px;\" alt=\"Dhaneshwarguiyan\"/><br /><sub><b>Dhaneshwarguiyan</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=Dhaneshwarguiyan\" title=\"Code\">\ud83d\udcbb</a></td>\n    </tr>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/PentesterPriyanshu\"><img src=\"https://avatars.githubusercontent.com/u/98478305?v=4?s=100\" width=\"100px;\" alt=\"Priyanshu Prajapati\"/><br /><sub><b>Priyanshu Prajapati</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=PentesterPriyanshu\" title=\"Documentation\">\ud83d\udcd6</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://venkataravitejagullapudi.github.io/\"><img src=\"https://avatars.githubusercontent.com/u/70102577?v=4?s=100\" width=\"100px;\" alt=\"Raviteja\"/><br /><sub><b>Raviteja</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=VenkataRavitejaGullapudi\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/ArijitCloud\"><img src=\"https://avatars.githubusercontent.com/u/81144422?v=4?s=100\" width=\"100px;\" alt=\"Arijit\"/><br /><sub><b>Arijit</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=ArijitCloud\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Yachika9925\"><img src=\"https://avatars.githubusercontent.com/u/147185379?v=4?s=100\" width=\"100px;\" alt=\"Yachika9925\"/><br /><sub><b>Yachika9925</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=Yachika9925\" title=\"Documentation\">\ud83d\udcd6</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Dhoni77\"><img src=\"https://avatars.githubusercontent.com/u/53973174?v=4?s=100\" width=\"100px;\" alt=\"Aldrin\"/><br /><sub><b>Aldrin</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=Dhoni77\" title=\"Tests\">\u26a0\ufe0f</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/seungduk-yanolja\"><img src=\"https://avatars.githubusercontent.com/u/115020208?v=4?s=100\" width=\"100px;\" alt=\"seungduk.kim.2304\"/><br /><sub><b>seungduk.kim.2304</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=seungduk-yanolja\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://dandrei.com/\"><img src=\"https://avatars.githubusercontent.com/u/59015981?v=4?s=100\" width=\"100px;\" alt=\"Andrei Dragomir\"/><br /><sub><b>Andrei Dragomir</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=andreiwebdev\" title=\"Code\">\ud83d\udcbb</a></td>\n    </tr>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://diegolikescode.me/\"><img src=\"https://avatars.githubusercontent.com/u/57499868?v=4?s=100\" width=\"100px;\" alt=\"diego\"/><br /><sub><b>diego</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=diegolikescode\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/brockWith\"><img src=\"https://avatars.githubusercontent.com/u/105627491?v=4?s=100\" width=\"100px;\" alt=\"brockWith\"/><br /><sub><b>brockWith</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=brockWith\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://denniszelada.wordpress.com/\"><img src=\"https://avatars.githubusercontent.com/u/219311?v=4?s=100\" width=\"100px;\" alt=\"Dennis Zelada\"/><br /><sub><b>Dennis Zelada</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=denniszelada\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/romainrbr\"><img src=\"https://avatars.githubusercontent.com/u/10381609?v=4?s=100\" width=\"100px;\" alt=\"Romain Brucker\"/><br /><sub><b>Romain Brucker</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=romainrbr\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://heonheo.com\"><img src=\"https://avatars.githubusercontent.com/u/76820291?v=4?s=100\" width=\"100px;\" alt=\"Heon Heo\"/><br /><sub><b>Heon Heo</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=HeonHeo23\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Drewski2222\"><img src=\"https://avatars.githubusercontent.com/u/39228951?v=4?s=100\" width=\"100px;\" alt=\"Drew Reisner\"/><br /><sub><b>Drew Reisner</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=Drewski2222\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://speakerdeck.com/eltociear\"><img src=\"https://avatars.githubusercontent.com/u/22633385?v=4?s=100\" width=\"100px;\" alt=\"Ikko Eltociear Ashimine\"/><br /><sub><b>Ikko Eltociear Ashimine</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=eltociear\" title=\"Documentation\">\ud83d\udcd6</a></td>\n    </tr>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/vishalvanpariya\"><img src=\"https://avatars.githubusercontent.com/u/27823328?v=4?s=100\" width=\"100px;\" alt=\"Vishal Vanpariya\"/><br /><sub><b>Vishal Vanpariya</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=vishalvanpariya\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/youcefs21\"><img src=\"https://avatars.githubusercontent.com/u/34604972?v=4?s=100\" width=\"100px;\" alt=\"Youcef Boumar\"/><br /><sub><b>Youcef Boumar</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=youcefs21\" title=\"Documentation\">\ud83d\udcd6</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/LucasTrg\"><img src=\"https://avatars.githubusercontent.com/u/47852577?v=4?s=100\" width=\"100px;\" alt=\"LucasTrg\"/><br /><sub><b>LucasTrg</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=LucasTrg\" title=\"Code\">\ud83d\udcbb</a> <a href=\"https://github.com/Agenta-AI/agenta/issues?q=author%3ALucasTrg\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://ashrafchowdury.me\"><img src=\"https://avatars.githubusercontent.com/u/87828904?v=4?s=100\" width=\"100px;\" alt=\"Ashraf Chowdury\"/><br /><sub><b>Ashraf Chowdury</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/issues?q=author%3Aashrafchowdury\" title=\"Bug reports\">\ud83d\udc1b</a> <a href=\"https://github.com/Agenta-AI/agenta/commits?author=ashrafchowdury\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jp-agenta\"><img src=\"https://avatars.githubusercontent.com/u/174311389?v=4?s=100\" width=\"100px;\" alt=\"jp-agenta\"/><br /><sub><b>jp-agenta</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/commits?author=jp-agenta\" title=\"Code\">\ud83d\udcbb</a> <a href=\"https://github.com/Agenta-AI/agenta/issues?q=author%3Ajp-agenta\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://mrunhap.github.io\"><img src=\"https://avatars.githubusercontent.com/u/24653356?v=4?s=100\" width=\"100px;\" alt=\"Mr Unhappy\"/><br /><sub><b>Mr Unhappy</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/issues?q=author%3Amrunhap\" title=\"Bug reports\">\ud83d\udc1b</a> <a href=\"#infra-mrunhap\" title=\"Infrastructure (Hosting, Build-Tools, etc)\">\ud83d\ude87</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/morenobonaventura\"><img src=\"https://avatars.githubusercontent.com/u/2118854?v=4?s=100\" width=\"100px;\" alt=\"Moreno Bonaventura\"/><br /><sub><b>Moreno Bonaventura</b></sub></a><br /><a href=\"https://github.com/Agenta-AI/agenta/issues?q=author%3Amorenobonaventura\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n    </tr>\n  </tbody>\n</table>\n\n<!-- markdownlint-restore -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome!\n\n## Disabling Anonymized Tracking\n\nBy 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 `AGENTA_TELEMETRY_ENABLED` to `false` in your `.env` file.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "The SDK for agenta is an open-source LLMOps platform.",
    "version": "0.50.3",
    "project_urls": {
        "Documentation": "https://docs.agenta.ai",
        "Homepage": "https://agenta.ai",
        "Repository": "https://github.com/agenta-ai/agenta"
    },
    "split_keywords": [
        "llmops",
        " llm",
        " evaluation",
        " prompt engineering"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a1979d76784ec7835687441745ed5fd1a17f6e733aba099d05c0550074a9a13e",
                "md5": "d9ead590e4a7e58e2481ff4afe2381f5",
                "sha256": "b64a254b454dda251d0e3d0e2c717e28ad1cb265da4deb3c51170bc03f45a84d"
            },
            "downloads": -1,
            "filename": "agenta-0.50.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d9ead590e4a7e58e2481ff4afe2381f5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 327780,
            "upload_time": "2025-07-29T17:42:12",
            "upload_time_iso_8601": "2025-07-29T17:42:12.541868Z",
            "url": "https://files.pythonhosted.org/packages/a1/97/9d76784ec7835687441745ed5fd1a17f6e733aba099d05c0550074a9a13e/agenta-0.50.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1aa324d91dee6bd5323106ff504bfa362b648cf4c736ff4ded4321a8ea93c80",
                "md5": "9809270f8f99118e027d53d523ee5040",
                "sha256": "778b14802bad4684427cf918376cd6411ec7cc5db60ec59f9bc69ef086375aeb"
            },
            "downloads": -1,
            "filename": "agenta-0.50.3.tar.gz",
            "has_sig": false,
            "md5_digest": "9809270f8f99118e027d53d523ee5040",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 164826,
            "upload_time": "2025-07-29T17:42:14",
            "upload_time_iso_8601": "2025-07-29T17:42:14.066283Z",
            "url": "https://files.pythonhosted.org/packages/e1/aa/324d91dee6bd5323106ff504bfa362b648cf4c736ff4ded4321a8ea93c80/agenta-0.50.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-29 17:42:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "agenta-ai",
    "github_project": "agenta",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "agenta"
}
        
Elapsed time: 2.65878s