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

We aim to enhance the `agenta init` command to support a non-interactive mode, which would allow automation and integration into various workflows without the need for user intervention. This would...

enhancement
CLI
ci/cd
incomplete description

- Now evaluators have access to whatever correct answer column from the testset.

Frontend
Backend
typescript
size:XXL

## Description This PR proposes integrating observability into LLM applications with Agenta, even if the applications are not hosted on Agenta. ### Related Issue Closes [cloud_#338](https://github.com/Agenta-AI/agenta_cloud/issues/338) Relative [commons_#43](https://github.com/Agenta-AI/agenta-commons/pull/43) ### Additional...

enhancement
example
CLI
SDK
size:XXL

## Description This PR allows litellm integration for observability. ### Related Issue Closes #1582 ### Additional Information The example demonstrating LiteLLM integration for observability is titled "litellm_integration". This example is...

enhancement
CLI
SDK
size:L

* Make it larger * Give more space to the right part of the drawer * Improving the rendering of chat messages From [SyncLinear.com](https://synclinear.com) | [AGE-151](https://linear.app/agenta/issue/AGE-151/improve-trace-drawer-ui)

enhancement
UI
Task
Medium priority
2 points

Some of the views we have right now are slow. We want to identify these, and identify the reason for these. Atlas/Newrelic can provide help there in profiling slow queries...

UI
improvement
Medium priority

self-explanatory ![image](https://uploads.linear.app/514b189b-9687-46df-a5d7-242a42e958ea/7817d582-6731-4e4a-938c-c04d2c19d316/cd6412d0-486e-4be4-91b0-20dfafc46f9a?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXRoIjoiLzUxNGIxODliLTk2ODctNDZkZi1hNWQ3LTI0MmE0MmU5NThlYS83ODE3ZDU4Mi02NzMxLTRlNGEtOTM4Yy1jMDRkMmMxOWQzMTYvY2Q2NDEyZDAtNDg2ZS00YmU0LTkxYjAtMjBkZmFmYzQ2ZjlhIiwiaWF0IjoxNzE1NTMyODk0LCJleHAiOjE3NDcwNjg4OTR9.zhOVQjN5f6iB-xrmVyG0ywN_UYekpPJLHfVd5vkcWQo) From [SyncLinear.com](https://synclinear.com) | [AGE-167](https://linear.app/agenta/issue/AGE-167/add-inputs-and-outputs-as-optional-columns-in-the-trace-and-generation)

enhancement
Task
Medium priority
1 points

Currently only the following information is exported in the tracing and generation view: ``` variant,environment,status,created_at,latency,tokens,cost app.default,playground,OK,2024-04-28T19:09:15.735000Z,0.73,37,0.000063 app.default,playground,OK,2024-04-28T19:09:27.134000Z,0.736,37,0.000063 app.default,playground,OK,2024-04-28T19:09:30.456000Z,0.989,77,0.00013099999999999999 ``` We would like to add in addition to these the inputs...

enhancement
High Priority
feature
1 points

The call to retrieve the configuration takes 1.20 seconds, indicating that 'get_config' is highly unoptimised. Here's the current process: * It fetches the base_id. * It checks permissions. * It...

High Priority
improvement
3 points