Agenta

Latest version: v0.27.5

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

Scan your dependencies

Page 19 of 22

0.2.3

What's Changed
* adjustments to run nextjs prod version by aakrem in https://github.com/Agenta-AI/agenta/pull/470
* Enhancement - added missing session depedency to endpoints by aybruhm in https://github.com/Agenta-AI/agenta/pull/472
* update: remove path limitation by devgenix in https://github.com/Agenta-AI/agenta/pull/475
* update: fix path to use submodule by devgenix in https://github.com/Agenta-AI/agenta/pull/477
* Enhancement - migrate use of motor async driver to odmantic by aybruhm in https://github.com/Agenta-AI/agenta/pull/469
* feat: finally publish to PyPI on version change by devgenix in https://github.com/Agenta-AI/agenta/pull/478
* created new feature flag and disabled api view at demo version by mmabrouk in https://github.com/Agenta-AI/agenta/pull/479
* Ehancement - start variant container by aybruhm in https://github.com/Agenta-AI/agenta/pull/473
* Enhancement - use default api keys in demo version by aybruhm in https://github.com/Agenta-AI/agenta/pull/482
* Merge results and evalution view by bekossy in https://github.com/Agenta-AI/agenta/pull/481
* Cleanup - fix validation error for AppVariantDB by aybruhm in https://github.com/Agenta-AI/agenta/pull/483
* Enhancement/checkmate apps by devgenix in https://github.com/Agenta-AI/agenta/pull/476
* modal improvement by mmabrouk in https://github.com/Agenta-AI/agenta/pull/485
* Update - modified logic to inject env vars to docker container by aybruhm in https://github.com/Agenta-AI/agenta/pull/486
* hotfix by mmabrouk in https://github.com/Agenta-AI/agenta/pull/489
* Moved ff to environment by mmabrouk in https://github.com/Agenta-AI/agenta/pull/490
* Clicking on the logo should navigate to /app by bekossy in https://github.com/Agenta-AI/agenta/pull/492
* hotfix by mmabrouk in https://github.com/Agenta-AI/agenta/pull/493
* ci/cd: added github actions for agenta-web by lazyfuhrer in https://github.com/Agenta-AI/agenta/pull/474
* docs: add lazyfuhrer as a contributor for code by allcontributors in https://github.com/Agenta-AI/agenta/pull/502
* [A/B Testing Eval] Evaluation Type name is missing by bekossy in https://github.com/Agenta-AI/agenta/pull/503
* [Exact Match Eval] Average score in Automatic Evaluation Results is displaying Nan% by bekossy in https://github.com/Agenta-AI/agenta/pull/499
* Fix - referenced document not found by aybruhm in https://github.com/Agenta-AI/agenta/pull/488
* 411 | Feature: Centralized Error Handling by MohammedMaaz in https://github.com/Agenta-AI/agenta/pull/437
* 303/enhancement/create template app to compose email by devgenix in https://github.com/Agenta-AI/agenta/pull/505
* Fix - server crashing due to variant deletion not properly handled by aybruhm in https://github.com/Agenta-AI/agenta/pull/508

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

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

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

Page 19 of 22

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.