agenta icon indicating copy to clipboard operation
agenta copied to clipboard

The all-in-one LLM developer platform: prompt management, evaluation, human feedback, and deployment all in one place.

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

Right now the add to test set button is in the input card in the playground: [https://share.cleanshot.com/4bDnn8pD](https://share.cleanshot.com/4bDnn8pD) ![CleanShot 2024-05-12 at 20.37.10.jpeg](https://uploads.linear.app/514b189b-9687-46df-a5d7-242a42e958ea/9d703612-bb30-426f-94c4-2defd46d58e9/8ef538c8-f839-49ed-aded-2517f8f9f34c?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXRoIjoiLzUxNGIxODliLTk2ODctNDZkZi1hNWQ3LTI0MmE0MmU5NThlYS85ZDcwMzYxMi1iYjMwLTQyNmYtOTRjNC0yZGVmZDQ2ZDU4ZTkvOGVmNTM4YzgtZjgzOS00OWVkLWFkZWQtMjUxN2Y4ZjlmMzRjIiwiaWF0IjoxNzE1NTg2MTA3LCJleHAiOjE3NDcxMjIxMDd9.wVoaTmLz_HOf9_R4p9hGoeRG77Cp1ckDSlJI4qUAfnc) We would like to move it to the text...

UI
Medium priority

Part of https://github.com/Agenta-AI/agenta-commons/pull/54

enhancement
Frontend
refactoring
size:M

Add a button in the playground left to Add to test set show logs which shows the trace information for the call as a drawer in the same style done...

enhancement
UI
High Priority
feature

The goal of this issue is to optimize the identified queries (see the project description) in Atlas. The optimization can happen by identifying the beanie query, removing fetch_links, and instead:...

Backend
High Priority
Task

## Description This PR improves the get_config endpoint latency by 86.7% ### Related Issue Closes #1599 ### Dependency [commons_#53](https://github.com/Agenta-AI/agenta-commons/pull/53) ### Preview [config-latency-improved.webm](https://github.com/Agenta-AI/agenta/assets/55067204/098dfbf8-585c-4cce-be7d-6d5d6c166d53)

Backend
improvement
size:M

We had multiple bugs in llm_apps_service in the past. The logic for invoking the applications is quite complex. We need to have tests for the different scenarios and errors. We...

High Priority
tests
Task
3 points

Creates multiple evaluations, sometimes after they start, the table get stuck in loading stage while the too calls take an eternity to finish: GET api/evaluations/6637ce6bf8f86b074d948eb1/status/ GET api/evaluations/app_id **GOALS:** * The...

bug
High Priority
evaluation
improvement
Medium priority
Speed
3 points

From [SyncLinear.com](https://synclinear.com) | [AGE-176](https://linear.app/agenta/issue/AGE-176/write-documentation-for-get-prompt-in-the-sdk)

documentation
SDK
Task
Low priority

## Description When using Agenta in development mode, you are expected to install packages that are not directly related to the app you want to serve. ![screenshot_2024-05-10_at_3.45.33___pm.png](https://github.com/Agenta-AI/agenta/assets/55067204/aa70695c-d794-424b-a500-621acd32df0f) ### Expected Behaviour...

bug
Backend
SDK

Currently, all API endpoints are stored in a single file. We need to refactor the endpoints into the `services` folder and group them based on functionality.

Frontend
refactoring