Agenta

Latest version: v0.37.3

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

Scan your dependencies

Page 5 of 27

0.33.0

What's Changed
* Refactor/clean-up-sdk by mmabrouk in https://github.com/Agenta-AI/agenta/pull/2376
* [feature] shared services - create variants from service key by jp-agenta in https://github.com/Agenta-AI/agenta/pull/2411
* feat (frontend): New playground frontend state by ardaerzin in https://github.com/Agenta-AI/agenta/pull/2406
* docs(app): added changelog soc2 by mmabrouk in https://github.com/Agenta-AI/agenta/pull/2416
* Update 01-how-to-integrate-with-agenta.mdx by melci7 in https://github.com/Agenta-AI/agenta/pull/2422
* [Feat]: New-playground Text Editor by bekossy in https://github.com/Agenta-AI/agenta/pull/2417
* [Feat]: Shared Service Tests by aybruhm in https://github.com/Agenta-AI/agenta/pull/2423
* [Feat]: Shared Service Tests by aybruhm in https://github.com/Agenta-AI/agenta/pull/2419
* [Feat]: New-playground UI by ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/2415
* [Feat]: New-playground Chat Generation UI by ardaerzin in https://github.com/Agenta-AI/agenta/pull/2426
* Docs update: fix slack links / add pricing by mmabrouk in https://github.com/Agenta-AI/agenta/pull/2428
* Changelog 32 / 30 / 29 by mmabrouk in https://github.com/Agenta-AI/agenta/pull/2432
* v0.32.0 by github-actions in https://github.com/Agenta-AI/agenta/pull/2433
* fix(app): modified model config defaults to none by mmabrouk in https://github.com/Agenta-AI/agenta/pull/2437
* Fix/updated curly vars and chat prompt by mmabrouk in https://github.com/Agenta-AI/agenta/pull/2438
* Fix[AGE-1392] Improve editor scroll behavior in AccordionTreePanel by ardaerzin in https://github.com/Agenta-AI/agenta/pull/2441
* [Bug Fix]: Broken Observability in Shared Services by aybruhm in https://github.com/Agenta-AI/agenta/pull/2443
* Enhance[AGE-1430]: Improved comparison layout for new playground by ardaerzin in https://github.com/Agenta-AI/agenta/pull/2444
* [Enhancement]: Regenerate SDK Client Backend by aybruhm in https://github.com/Agenta-AI/agenta/pull/2450
* [Enhancement]: Backend Improvements Based on CLI-SDK Testing by aybruhm in https://github.com/Agenta-AI/agenta/pull/2431
* build(deps): bump undici from 6.19.7 to 6.21.1 in /docs by dependabot in https://github.com/Agenta-AI/agenta/pull/2424
* build(deps): bump restrictedpython from 7.4 to 8.0 in /agenta-backend by dependabot in https://github.com/Agenta-AI/agenta/pull/2425
* chore(deps): bump katex from 0.16.11 to 0.16.21 in /agenta-web by dependabot in https://github.com/Agenta-AI/agenta/pull/2434
* chore(deps): bump jinja2 from 3.1.4 to 3.1.5 in /agenta-cli by dependabot in https://github.com/Agenta-AI/agenta/pull/2435
* chore(deps): bump sentry/nextjs from 8.37.1 to 8.49.0 in /agenta-web by dependabot in https://github.com/Agenta-AI/agenta/pull/2439
* [Enhancement]: Remove automatic creation of test sets & evaluators by aybruhm in https://github.com/Agenta-AI/agenta/pull/2446
* [Hot fix]: Dropdown selectedOrg name text overflow by bekossy in https://github.com/Agenta-AI/agenta/pull/2436
* refactor(sdk): improve errors in middleware auth by mmabrouk in https://github.com/Agenta-AI/agenta/pull/2445
* (docs) Fix the issue with gh docker file working with ports different than 80 by mmabrouk in https://github.com/Agenta-AI/agenta/pull/2442
* New playground by mmabrouk in https://github.com/Agenta-AI/agenta/pull/2374

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

**Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.32.0...v0.33.0

0.32.0

What's Changed
* [Feature]: Testing - Checkpoint 1 (SDK - management, routing, cli) by aybruhm in https://github.com/Agenta-AI/agenta/pull/2382
* build(deps): bump jinja2 from 3.1.4 to 3.1.5 in /agenta-backend by dependabot in https://github.com/Agenta-AI/agenta/pull/2390
* build(deps): bump nanoid from 3.3.7 to 3.3.8 in /agenta-web by dependabot in https://github.com/Agenta-AI/agenta/pull/2366
* chore(deps): bump next from 14.2.17 to 14.2.23 in /agenta-web by dependabot in https://github.com/Agenta-AI/agenta/pull/2410
* build(deps): bump nanoid from 3.3.7 to 3.3.8 in /docs by dependabot in https://github.com/Agenta-AI/agenta/pull/2367
* Remove MongoDB by jp-agenta in https://github.com/Agenta-AI/agenta/pull/2402
* Enhancement: Client backend generation with Fern by aybruhm in https://github.com/Agenta-AI/agenta/pull/2389
* Refactor: Apply fixes identified during API testing by aybruhm in https://github.com/Agenta-AI/agenta/pull/2421
* [Fix] Prevent redirection from ProtectedRoute component if there's another route change is already happening by ardaerzin in https://github.com/Agenta-AI/agenta/pull/2399
* (frontend)[Age 1401]: Collapsible side menu by bekossy in https://github.com/Agenta-AI/agenta/pull/2397
* (frontend)[AGE-1486]: Illegal react operation due to changed order of rendered hooks by bekossy in https://github.com/Agenta-AI/agenta/pull/2413
* (frontend)[Age 1397]: Display Confirmation modal when deleting one or multiple test sets in the test set view by bekossy in https://github.com/Agenta-AI/agenta/pull/2401
* [Feature]: Testing - Checkpoint 1 (Web) by ardaerzin in https://github.com/Agenta-AI/agenta/pull/2398
* [Enhance]: eliminate-overwriting code by ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/2381
* [Enhancement]: add migration to extend app type by aybruhm in https://github.com/Agenta-AI/agenta/pull/2429
* (frontend)[Issue 2418]: Evaluation results cannot be downloaded as CSV by bekossy in https://github.com/Agenta-AI/agenta/pull/2430


**Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.31.0...v0.32.0

0.31.0

**Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.30.0...v0.31.0

0.30.0

**Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.29.0...v0.30.0

0.29.0

What's Changed
* v0.28.0 by github-actions in https://github.com/Agenta-AI/agenta/pull/2319
* Remove deprecated icon attribution README.md by mmabrouk in https://github.com/Agenta-AI/agenta/pull/2318
* Update README.md in cli folder by mmabrouk in https://github.com/Agenta-AI/agenta/pull/2322
* (frontend)[AGE-1374]: Regression wrong time shown in traces by bekossy in https://github.com/Agenta-AI/agenta/pull/2321
* NextJS turbo in dev mode by mmabrouk in https://github.com/Agenta-AI/agenta/pull/2314
* Merge by aakrem in https://github.com/Agenta-AI/agenta/pull/2324
* Tutorial AI Code Reviewer by mmabrouk in https://github.com/Agenta-AI/agenta/pull/2320
* [Bug Fix]: Update Serve command workflow for Cloud by aybruhm in https://github.com/Agenta-AI/agenta/pull/2326
* merge by aakrem in https://github.com/Agenta-AI/agenta/pull/2327
* build(deps): bump aiohttp from 3.10.10 to 3.10.11 in /agenta-backend by dependabot in https://github.com/Agenta-AI/agenta/pull/2275
* (frontend)[AGE-1396]: Upload testset from CSV validation failing by bekossy in https://github.com/Agenta-AI/agenta/pull/2331
* (frontend)[AGE-1398]: You should not be able to open a running evaluation by bekossy in https://github.com/Agenta-AI/agenta/pull/2329
* enhance(frontend)[AGE-1405]:: Replace png onboarding image in public folder with a smaller webp image by ardaerzin in https://github.com/Agenta-AI/agenta/pull/2335
* Changelog 28.0 by mmabrouk in https://github.com/Agenta-AI/agenta/pull/2333
* [Feat]: implement Test set drawer UI by ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/2328
* fix(frontend): logout button unclickable issue by ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/2340
* [Feature]: Display a "Not Optimized for Mobile" overlay to users trying to access Agenta app from browsers with narrow width by ardaerzin in https://github.com/Agenta-AI/agenta/pull/2339
* [Feature] Onboarding - Demos by jp-agenta in https://github.com/Agenta-AI/agenta/pull/2338
* [Fix] Errors in llm apps freezes the playground by jp-agenta in https://github.com/Agenta-AI/agenta/pull/2342
* (frontend)[AGE-1415]: Update lodash imports by ardaerzin in https://github.com/Agenta-AI/agenta/pull/2343
* Fix pycryptodome vulnerability by aakrem in https://github.com/Agenta-AI/agenta/pull/2345
* [Dependency]: Vault -- Checkpoint 1 by aybruhm in https://github.com/Agenta-AI/agenta/pull/2332
* Update evaluators_service.py by morenobonaventura in https://github.com/Agenta-AI/agenta/pull/2347
* fix(backend): fixes the debug line, fstring not working by mmabrouk in https://github.com/Agenta-AI/agenta/pull/2348
* docs: add morenobonaventura as a contributor for bug by allcontributors in https://github.com/Agenta-AI/agenta/pull/2350
* Redirects for cli quick-usage in docs by mmabrouk in https://github.com/Agenta-AI/agenta/pull/2354
* (frontend)[AGE-1415]: Enable bundle size analyzer plugin by ardaerzin in https://github.com/Agenta-AI/agenta/pull/2341

0.28.1

* Fix pycryptodome vulnerability by aakrem in https://github.com/Agenta-AI/agenta/pull/2336
* [Hotfix] Failing templates due to LiteLLM callback issues by jp-agenta in https://github.com/Agenta-AI/agenta/pull/2355
* [Enhancement]: Add fail-safe logic to compute duration when running evaluations by aybruhm in https://github.com/Agenta-AI/agenta/pull/2351
* build(deps): bump python-multipart from 0.0.7 to 0.0.18 in /agenta-backend by dependabot in https://github.com/Agenta-AI/agenta/pull/2330
* (frontend)[AGE-1393]: Update create new evaluation modal with new design by bekossy in https://github.com/Agenta-AI/agenta/pull/2337
* (frontend)[Age 1343]: Implementation home view onboarding by bekossy in https://github.com/Agenta-AI/agenta/pull/2313
* Running Agenta on different ports by mmabrouk in https://github.com/Agenta-AI/agenta/pull/2349
* Bump pre-release by jp-agenta in https://github.com/Agenta-AI/agenta/pull/2358
* [Enhancement]: Display SDK Version in Deployed Applications (openapi.json) by aybruhm in https://github.com/Agenta-AI/agenta/pull/2353
* (frontend)[AGE-1461]: Window not responding after switching between workspaces while in an app by bekossy in https://github.com/Agenta-AI/agenta/pull/2360

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

**Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.28.0...v0.29.0

Page 5 of 27

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.