agenta icon indicating copy to clipboard operation
agenta copied to clipboard

The open-source LLMOps platform: prompt playground, prompt management, LLM evaluation, and LLM observability all in one place.

Results 251 agenta issues
Sort by recently updated
recently updated
newest added

Addresses - https://github.com/Agenta-AI/agenta/issues/1964 Allowing docker hub's template URL to be flexible to allow docker proxies to list tags without issues.

enhancement
Backend
size:S

Creating new evaluator configurations programatically fails unexpectedly. The reason is that in the default call, the correct_answer value is set to None instead to the default correct_answer. ``` response =...

bug
Backend
SDK

**Is your feature request related to a problem? Please describe.** My company uses a proxy for fetching docker images (which allows caching if needed). The endpoint for listing tags is...

Backend
feature request

To reproduce: * Create an app from cli (agenta init) * Serve variant 1 * Create new code (app2.py) and serve variant2 A new exact match and contains json evaluator...

bug
good first issue
Backend
Low priority

Description: Fixed the majority of the single warnings in the built process. Note: - I tested the code and didn't notice any side effects but still, it's recommended to test...

bug
Frontend
size:M

## Description This pull request addresses multiple improvements and fixes to enhance the functionality and user experience. The key changes include: 1. Correctly pass `variantId` for the active variant to...

bug
Frontend
UI
UX
size:L

TODO: compare with current setup

### Discussed in https://github.com/Agenta-AI/agenta/discussions/1907 Originally posted by **lsm1103** July 18, 2024 When I try to deploy without using port 80, the front-end keeps requesting the port 80 interface; ![Uploading image.png…]()...

question
Frontend
Backend