agenta
agenta copied to clipboard
The open-source LLMOps platform: prompt playground, prompt management, LLM evaluation, and LLM observability all in one place.
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.
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 =...
**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...
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...
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...
## 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...
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…]()...