agenta 0.24.2a2__py3-none-any.whl → 0.24.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of agenta might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: agenta
3
- Version: 0.24.2a2
3
+ Version: 0.24.3
4
4
  Summary: The SDK for agenta is an open-source LLMOps platform.
5
5
  Home-page: https://agenta.ai
6
6
  Keywords: LLMOps,LLM,evaluation,prompt engineering
@@ -34,7 +34,21 @@ Project-URL: Documentation, https://docs.agenta.ai
34
34
  Project-URL: Repository, https://github.com/agenta-ai/agenta
35
35
  Description-Content-Type: text/markdown
36
36
 
37
+ <div align="center" style="margin: 30px">
38
+ <a href="https://docs.agenta.ai/self-host/migration/migration-to-postgres">
39
+ Important: We are migrating from MongoDB to PostgreSQL in v0.19! Follow this guide to migrate your data.
40
+ </a>
41
+ </div>
42
+ </br>
43
+ </br>
44
+
37
45
  <div align="center" style="margin: 30px">
46
+ <div>
47
+ <a href="https://agentaai.notion.site/Careers-at-agenta-fb8a76d4d9044e27bd3a32678818dbc8/">
48
+ <img src="https://github.com/Agenta-AI/agenta/raw/main/.github/images/we-are-hiring.svg" alt="We are hiring! Join our team!" width="350" height="60" alt="We are hiring! Join our team!" width="350" height="60">
49
+ </a>
50
+ </div>
51
+
38
52
  <a href="https://agenta.ai/">
39
53
  <div align="center" >
40
54
  <picture >
@@ -73,7 +87,6 @@ Description-Content-Type: text/markdown
73
87
  </br>
74
88
  </p>
75
89
 
76
-
77
90
  <p align="center">
78
91
  <a href="https://join.slack.com/t/agenta-hq/shared_invite/zt-1zsafop5i-Y7~ZySbhRZvKVPV5DO_7IA">
79
92
  <img src="https://img.shields.io/badge/JOIN US ON SLACK-4A154B?style=for-the-badge&logo=slack&logoColor=white" />
@@ -86,7 +99,6 @@ Description-Content-Type: text/markdown
86
99
  </a>
87
100
  </p>
88
101
 
89
-
90
102
  </br>
91
103
 
92
104
  <a href="https://cloud.agenta.ai">
@@ -95,7 +107,6 @@ Description-Content-Type: text/markdown
95
107
  </picture>
96
108
  </a>
97
109
 
98
-
99
110
  <br>
100
111
  <br />
101
112
  <br />
@@ -127,54 +138,58 @@ Description-Content-Type: text/markdown
127
138
 
128
139
  # ⭐️ Why Agenta?
129
140
 
130
- Agenta is an end-to-end LLM developer platform. It provides the tools for **prompt engineering and management**, ⚖️ **evaluation**, **human annotation**, and :rocket: **deployment**. All without imposing any restrictions on your choice of framework, library, or model.
141
+ Agenta is an end-to-end LLM developer platform. It provides the tools for **prompt engineering and management**, ⚖️ **evaluation**, **human annotation**, and :rocket: **deployment**. All without imposing any restrictions on your choice of framework, library, or model.
131
142
 
132
- Agenta allows developers and product teams to collaborate in building production-grade LLM-powered applications in less time.
143
+ Agenta allows developers and product teams to collaborate in building production-grade LLM-powered applications in less time.
133
144
 
134
145
  ### With Agenta, you can:
135
146
 
136
- - [🧪 **Experiment** and **compare** prompts](https://docs.agenta.ai/basic_guides/prompt_engineering) on [any LLM workflow](https://docs.agenta.ai/advanced_guides/custom_applications) (chain-of-prompts, Retrieval Augmented Generation (RAG), LLM agents...)
137
- - ✍️ Collect and [**annotate golden test sets**](https://docs.agenta.ai/basic_guides/test_sets) for evaluation
138
- - 📈 [**Evaluate** your application](https://docs.agenta.ai/basic_guides/automatic_evaluation) with pre-existing or [**custom evaluators**](https://docs.agenta.ai/advanced_guides/using_custom_evaluators)
139
- - [🔍 **Annotate** and **A/B test**](https://docs.agenta.aibasic_guides/human_evaluation) your applications with **human feedback**
140
- - [🤝 **Collaborate with product teams**](https://docs.agenta.ai/basic_guides/team_management) for prompt engineering and evaluation
141
- - [🚀 **Deploy your application**](https://docs.agenta.ai/basic_guides/deployment) in one-click in the UI, through CLI, or through github workflows.
147
+ - [🧪 **Experiment** and **compare** prompts](https://docs.agenta.ai/prompt_management/prompt_engineering) on [any LLM workflow](https://docs.agenta.ai/prompt_management/setting_up/custom_applications) (chain-of-prompts, Retrieval Augmented Generation (RAG), LLM agents...)
148
+ - ✍️ Collect and [**annotate golden test sets**](https://docs.agenta.ai/evaluation/test_sets) for evaluation
149
+ - 📈 [**Evaluate** your application](https://docs.agenta.ai/evaluation/automatic_evaluation) with pre-existing or [**custom evaluators**](https://docs.agenta.ai/evaluation/custom_evaluator)
150
+ - [🔍 **Annotate** and **A/B test**](https://docs.agenta.ai/evaluation/human_evaluation) your applications with **human feedback**
151
+ - [🤝 **Collaborate with product teams**](https://docs.agenta.ai/misc/team_management) for prompt engineering and evaluation
152
+ - [🚀 **Deploy your application**](https://docs.agenta.ai/prompt_management/deployment) in one-click in the UI, through CLI, or through github workflows.
142
153
 
143
154
  ### Works with any LLM app workflow
144
155
 
145
156
  Agenta enables prompt engineering and evaluation on any LLM app architecture:
157
+
146
158
  - Chain of prompts
147
159
  - RAG
148
160
  - Agents
149
- - ...
150
-
151
- It works with any framework such as [Langchain](https://langchain.com), [LlamaIndex](https://www.llamaindex.ai/) and any LLM provider (openAI, Cohere, Mistral).
152
161
 
153
- [Jump here to see how to use your own custom application with agenta](/advanced_guides/custom_applications)
162
+ It works with any framework such as [Langchain](https://www.langchain.com/), [LlamaIndex](https://www.llamaindex.ai/) and any LLM provider (openAI, Cohere, Mistral).
154
163
 
155
164
  # Quick Start
156
165
 
157
166
  ### [Get started for free](https://cloud.agenta.ai?utm_source=github&utm_medium=readme&utm_campaign=github)
158
- ### [Explore the Docs](https://docs.agenta.ai)
159
- ### [Create your first application in one-minute](https://docs.agenta.ai/quickstart/getting-started-ui)
160
- ### [Create an application using Langchain](https://docs.agenta.ai/tutorials/first-app-with-langchain)
167
+
168
+ ### [Explore the Docs](https://docs.agenta.ai/)
169
+
170
+ ### [Create your first application in one-minute](https://docs.agenta.ai/getting_started/quick-start)
171
+
172
+ ### [Create an application using Langchain](https://docs.agenta.ai/guides/tutorials/first-app-with-langchain)
173
+
161
174
  ### [Self-host agenta](https://docs.agenta.ai/self-host/host-locally)
162
- ### [Check the Cookbook](https://docs.agenta.ai/cookbook)
163
175
 
164
- # Features
176
+ ### [Check the Cookbook](https://docs.agenta.ai/guides/cookbooks/evaluations_with_sdk)
165
177
 
178
+ # Features
166
179
 
167
- | Playground | Evaluation |
168
- | ------- | ------- |
169
- | Compare and version prompts for any LLM app, from single prompt to agents. <br/> <video src="https://github.com/Agenta-AI/agenta/assets/4510758/8b736d2b-7c61-414c-b534-d95efc69134c" controls="controls" style="max-width:100%;"> | Define test sets, then evaluate manually or programmatically your different variants.<br/> <video src="https://github.com/Agenta-AI/agenta/assets/4510758/8c6997c6-da87-46ad-a81f-e15e277263d2" controls="controls" style="max-width:100%;">|
170
- | Human annotation | Deployment |
171
- | Use Human annotator to A/B test and score your LLM apps. <br/> <img width="750" alt="Screenshot 2024-01-28 at 12 57 46" src="https://github.com/Agenta-AI/agenta/assets/4510758/bf62a697-bf19-4ba9-850e-742fbfb75424"> | When you are ready, deploy your LLM applications as APIs in one click.<br/>![](https://github.com/Agenta-AI/agenta/blob/main/docs/images/endpoint.gif) |
180
+ | Playground | Evaluation |
181
+ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
182
+ | Compare and version prompts for any LLM app, from single prompt to agents. <br/> <video src="https://github.com/Agenta-AI/agenta/assets/4510758/8b736d2b-7c61-414c-b534-d95efc69134c" controls="controls" style="max-width:100%;"> | Define test sets, then evaluate manually or programmatically your different variants.<br/> <video src="https://github.com/Agenta-AI/agenta/assets/4510758/8c6997c6-da87-46ad-a81f-e15e277263d2" controls="controls" style="max-width:100%;"> |
183
+ | Human annotation | Deployment |
184
+ | Use Human annotator to A/B test and score your LLM apps. <br/> <img width="750" alt="Screenshot 2024-01-28 at 12 57 46" src="https://github.com/Agenta-AI/agenta/assets/4510758/bf62a697-bf19-4ba9-850e-742fbfb75424"> | When you are ready, deploy your LLM applications as APIs in one click.<br/>![](https://github.com/Agenta-AI/agenta/blob/main/docs/images/endpoint.gif) |
172
185
 
173
186
  # Enterprise Support
187
+
174
188
  Contact us here for enterprise support and early access to agenta self-managed enterprise with Kubernetes support. <br/><br/>
175
189
  <a href="https://cal.com/mahmoud-mabrouk-ogzgey/demo"><img src="https://cal.com/book-with-cal-dark.svg" alt="Book us"></a>
176
190
 
177
191
  # Disabling Anonymized Tracking
192
+
178
193
  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.
179
194
 
180
195
  To disable anonymized telemetry, follow these steps:
@@ -184,18 +199,24 @@ To disable anonymized telemetry, follow these steps:
184
199
 
185
200
  After making this change, restart Agenta Compose.
186
201
 
202
+ # ⭐️ Join Our Team
203
+
204
+ - [Founding Product Engineer Frontend](https://agentaai.notion.site/Founding-Product-Engineer-Frontend-b6d26a3e9b254be6b6c2bfffbf0b53c5)
205
+
187
206
  # Contributing
188
207
 
189
208
  We warmly welcome contributions to Agenta. Feel free to submit issues, fork the repository, and send pull requests.
190
209
 
191
210
  We are usually hanging in our Slack. Feel free to [join our Slack and ask us anything](https://join.slack.com/t/agenta-hq/shared_invite/zt-1zsafop5i-Y7~ZySbhRZvKVPV5DO_7IA)
192
211
 
193
- Check out our [Contributing Guide](https://docs.agenta.ai/contributing/getting-started) for more information.
212
+ Check out our [Contributing Guide](https://docs.agenta.ai/misc/contributing/getting-started) for more information.
194
213
 
195
214
  ## Contributors ✨
196
215
 
197
216
  <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
198
- [![All Contributors](https://img.shields.io/badge/all_contributors-41-orange.svg?style=flat-square)](#contributors-)
217
+
218
+ [![All Contributors](https://img.shields.io/badge/all_contributors-48-orange.svg?style=flat-square)](#contributors-)
219
+
199
220
  <!-- ALL-CONTRIBUTORS-BADGE:END -->
200
221
 
201
222
  Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
@@ -257,6 +278,15 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
257
278
  <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>
258
279
  <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>
259
280
  <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>
281
+ <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>
282
+ </tr>
283
+ <tr>
284
+ <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>
285
+ <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>
286
+ <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>
287
+ <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>
288
+ <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>
289
+ <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>
260
290
  </tr>
261
291
  </tbody>
262
292
  </table>
@@ -169,7 +169,7 @@ agenta/templates/simple_prompt/app.py,sha256=kODgF6lhzsaJPdgL5b21bUki6jkvqjWZzWR
169
169
  agenta/templates/simple_prompt/env.example,sha256=g9AE5bYcGPpxawXMJ96gh8oenEPCHTabsiOnfQo3c5k,70
170
170
  agenta/templates/simple_prompt/requirements.txt,sha256=ywRglRy7pPkw8bljmMEJJ4aOOQKrt9FGKULZ-DGkoBU,23
171
171
  agenta/templates/simple_prompt/template.toml,sha256=DQBtRrF4GU8LBEXOZ-GGuINXMQDKGTEG5y37tnvIUIE,60
172
- agenta-0.24.2a2.dist-info/METADATA,sha256=V2c1mQ4faM1EcnTHMC7YRd_1-mf-lzkOTJDGE0JQWmk,26501
173
- agenta-0.24.2a2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
174
- agenta-0.24.2a2.dist-info/entry_points.txt,sha256=PDiu8_8AsL7ibU9v4iNoOKR1S7F2rdxjlEprjM9QOgo,46
175
- agenta-0.24.2a2.dist-info/RECORD,,
172
+ agenta-0.24.3.dist-info/METADATA,sha256=auW-ybVis52cWSp6lnDUzkgn7_UzWKpQdmFJUQYiXSE,31481
173
+ agenta-0.24.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
174
+ agenta-0.24.3.dist-info/entry_points.txt,sha256=PDiu8_8AsL7ibU9v4iNoOKR1S7F2rdxjlEprjM9QOgo,46
175
+ agenta-0.24.3.dist-info/RECORD,,