Agenta

Latest version: v0.17.5

Safety actively analyzes 641002 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 15 of 18

0.2.2

What's Changed
* Update mint.json by SamMethnani in https://github.com/Agenta-AI/agenta/pull/445
* Minimization of Inline Styles in the Project by bekossy in https://github.com/Agenta-AI/agenta/pull/434
* Troubleshooting - Agenta web failing by aybruhm in https://github.com/Agenta-AI/agenta/pull/448
* 420 | Fix: Playground error handling by MohammedMaaz in https://github.com/Agenta-AI/agenta/pull/450
* Fixed the sidebar option description which covered the option from clicking 455 by RamchandraWarang9822 in https://github.com/Agenta-AI/agenta/pull/457
* docs: add RamchandraWarang9822 as a contributor for code, and bug by allcontributors in https://github.com/Agenta-AI/agenta/pull/458
* add missing slashes by aakrem in https://github.com/Agenta-AI/agenta/pull/461
* Weird behaviour when editing cells in Testsets by bekossy in https://github.com/Agenta-AI/agenta/pull/459
* Add message to inform users that the evaluation has been saved by bekossy in https://github.com/Agenta-AI/agenta/pull/424
* more slash fixes by aakrem in https://github.com/Agenta-AI/agenta/pull/463
* Refactor - migrate db to odmantic by aybruhm in https://github.com/Agenta-AI/agenta/pull/462
* refactor labels by aakrem in https://github.com/Agenta-AI/agenta/pull/465
* feat: publish w poetry on version change by devgenix in https://github.com/Agenta-AI/agenta/pull/438
* First time you try to add a new datapoint to the test set from the Playground, the Add new option looks as if disabled by bekossy in https://github.com/Agenta-AI/agenta/pull/466
* Doc improvement by mmabrouk in https://github.com/Agenta-AI/agenta/pull/467
* Bug Fix - odmantic migration error by aybruhm in https://github.com/Agenta-AI/agenta/pull/468

New Contributors
* RamchandraWarang9822 made their first contribution in https://github.com/Agenta-AI/agenta/pull/457

**Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.2.1...v0.2.2

0.2.1

What's Changed
* Remove box from the playground by witehound in https://github.com/Agenta-AI/agenta/pull/399
* quota-related errors are displayed and caught promptly by witehound in https://github.com/Agenta-AI/agenta/pull/393
* 372 | Feature: Autofill testset column names with variant inputs by MohammedMaaz in https://github.com/Agenta-AI/agenta/pull/412
* added temperature to the tutorial documentation by philipokiokio in https://github.com/Agenta-AI/agenta/pull/415
* docs: add philipokiokio as a contributor for doc by allcontributors in https://github.com/Agenta-AI/agenta/pull/416
* Youtube video keep running in app view even after you close the modal by bekossy in https://github.com/Agenta-AI/agenta/pull/419
* Bug: deleting a variant causes navigation to the app selection screen by bekossy in https://github.com/Agenta-AI/agenta/pull/422
* Updated documentation intro by mmabrouk in https://github.com/Agenta-AI/agenta/pull/425
* Added export feature to test sets by Sweetdevil144 in https://github.com/Agenta-AI/agenta/pull/409
* docs: add Sweetdevil144 as a contributor for code by allcontributors in https://github.com/Agenta-AI/agenta/pull/426
* Feat - completion of passwordless authentication by aybruhm in https://github.com/Agenta-AI/agenta/pull/414
* Enhancement - speed up starting a template from UI by aybruhm in https://github.com/Agenta-AI/agenta/pull/430
* 407 | Fix: NextJS build issues by MohammedMaaz in https://github.com/Agenta-AI/agenta/pull/428
* Docs improvement by mmabrouk in https://github.com/Agenta-AI/agenta/pull/436
* feat: created and use production dockerfile for web by devgenix in https://github.com/Agenta-AI/agenta/pull/406
* Cleanup features by mmabrouk in https://github.com/Agenta-AI/agenta/pull/433

New Contributors
* philipokiokio made their first contribution in https://github.com/Agenta-AI/agenta/pull/415
* Sweetdevil144 made their first contribution in https://github.com/Agenta-AI/agenta/pull/409

**Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.2.0...v0.2.1

0.2.0

We're moving to v0.2 with a major new feature. The ability to create LLM apps from the UI without going through the CLI

What's Changed
* Modify UI to allow the creation from the templates from the UI 258 by witehound in https://github.com/Agenta-AI/agenta/pull/302
* Inject api keys by mmabrouk in https://github.com/Agenta-AI/agenta/pull/315
* Feat - establish foundational backend components for docker hub template integration by aybruhm in https://github.com/Agenta-AI/agenta/pull/311
* Feat - implemented backend logic for variant creation using template by aybruhm in https://github.com/Agenta-AI/agenta/pull/334
* client fix by mmabrouk in https://github.com/Agenta-AI/agenta/pull/335
* Feat - Integration of be and fe for starting with template by aybruhm in https://github.com/Agenta-AI/agenta/pull/343
* added macos arch by mmabrouk in https://github.com/Agenta-AI/agenta/pull/347
* Ehancement - Add Error Message for Missing Templates and Reorder API Key Check by aybruhm in https://github.com/Agenta-AI/agenta/pull/356
* Refactor - move /container/variants/create to app_variant router by aybruhm in https://github.com/Agenta-AI/agenta/pull/357
* Integration backend and frontend for Starting from template by witehound in https://github.com/Agenta-AI/agenta/pull/373
* Feat: Creation of templates from the UI by aybruhm in https://github.com/Agenta-AI/agenta/pull/379
* Round similarity to 2 digits after decimal by bekossy in https://github.com/Agenta-AI/agenta/pull/402
* Enhancements/create templates from UI by MohammedMaaz in https://github.com/Agenta-AI/agenta/pull/405
* Save variant triggers refresh in playground and loss of data by bekossy in https://github.com/Agenta-AI/agenta/pull/400
* Enhancement - Templates from UI by aybruhm in https://github.com/Agenta-AI/agenta/pull/408
* Tempates from UI by mmabrouk in https://github.com/Agenta-AI/agenta/pull/410


**Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.1.28...v0.2.0

0.1.28

What's Changed
* add a button to deploy to aws ec2 by aakrem in https://github.com/Agenta-AI/agenta/pull/382
* adjust width by aakrem in https://github.com/Agenta-AI/agenta/pull/384
* Update README.md by aakrem in https://github.com/Agenta-AI/agenta/pull/385
* 261 | Feature: add to testset from playground by MohammedMaaz in https://github.com/Agenta-AI/agenta/pull/383
* Enhancement/83 unclear messaging when the container starts by devgenix in https://github.com/Agenta-AI/agenta/pull/381
* Feat - Upload json as test set by witehound in https://github.com/Agenta-AI/agenta/pull/380
* Enhancement/83 unclear messaging when the container starts by mmabrouk in https://github.com/Agenta-AI/agenta/pull/397
* feat: return clear messaging if container fails to starts by devgenix in https://github.com/Agenta-AI/agenta/pull/389
* Improve error handling in evaluation views by bekossy in https://github.com/Agenta-AI/agenta/pull/398
* Feat - add default to dictinput by aybruhm in https://github.com/Agenta-AI/agenta/pull/388
* Improve - show similarity in addition to classification by aybruhm in https://github.com/Agenta-AI/agenta/pull/395

New Contributors
* devgenix made their first contribution in https://github.com/Agenta-AI/agenta/pull/381

**Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.1.27...v0.1.28

0.1.27

What's Changed
* version bump by mmabrouk in https://github.com/Agenta-AI/agenta/pull/368
* replace message with a modal in evaluation view by bekossy in https://github.com/Agenta-AI/agenta/pull/348
* Images are not displayed in dark mode by bekossy in https://github.com/Agenta-AI/agenta/pull/342
* docs: add MohammedMaaz as a contributor for review, and mentoring by allcontributors in https://github.com/Agenta-AI/agenta/pull/376
* Fixed new testset header not working on chrome by witehound in https://github.com/Agenta-AI/agenta/pull/375
* Enhancement/304 speed up docker build time by mmabrouk in https://github.com/Agenta-AI/agenta/pull/377
* docs: add devgenix as a contributor for code by allcontributors in https://github.com/Agenta-AI/agenta/pull/378


**Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.1.26...v0.1.27

0.1.26

What's Changed
* Feat AI critique by aakrem in https://github.com/Agenta-AI/agenta/pull/314
* format fix by aakrem in https://github.com/Agenta-AI/agenta/pull/320
* Testset UI by aakrem in https://github.com/Agenta-AI/agenta/pull/326
* Bug: All evaluations do not work without OpenAI API key by bekossy in https://github.com/Agenta-AI/agenta/pull/325
* Excessive footer height in the evaluation view by bekossy in https://github.com/Agenta-AI/agenta/pull/327
* Improve ux in Testset view by modifying the cursor type on hover by bekossy in https://github.com/Agenta-AI/agenta/pull/338
* Apps view looks very empty by bekossy in https://github.com/Agenta-AI/agenta/pull/336
* new app based on llama_index by mmabrouk in https://github.com/Agenta-AI/agenta/pull/341
* remove highlights by aakrem in https://github.com/Agenta-AI/agenta/pull/344
* warnings evaluation page by bekossy in https://github.com/Agenta-AI/agenta/pull/345
* Remove attribution from app and add to readme by mmabrouk in https://github.com/Agenta-AI/agenta/pull/349
* warnings evaluation page - A/B testing by bekossy in https://github.com/Agenta-AI/agenta/pull/346
* [Bug] Footer in firefox is not in the right place by bekossy in https://github.com/Agenta-AI/agenta/pull/355
* rm human eval from eval by mmabrouk in https://github.com/Agenta-AI/agenta/pull/361
* Improve navigation to test set by bekossy in https://github.com/Agenta-AI/agenta/pull/362
* Save test sets trigger automatic navigation to test set view by bekossy in https://github.com/Agenta-AI/agenta/pull/363
* Update - Modify the column within the aggrid by witehound in https://github.com/Agenta-AI/agenta/pull/353


**Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.1.25...v0.1.26

Page 15 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.