Mahmoud Mabrouk
Mahmoud Mabrouk
It would be great if one can quickly check how much is left on the current timer while working. The only option currently is to use the always on top...
This is a modified version of Beanie that includes an option to enable or disable transactions during migrations. Please see the motivation here (https://github.com/roman-right/beanie/discussions/827). To run a migration without a...
**Describe the feature you'd like** Flowise allow you to export the workflow generated as a json file. However there is no way to dynamically load the json file and run...
Added agenta under dev tools. I added it at the beginning seeing that the dev tools are ordered alphabetically. Hope that is alright.
* 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)
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...
self-explanatory  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)
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...
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...
Right now the user needs to explicitly return in the traced function a dict that contains the cost, message, and number of tokens. However, this information is simply the sum...