feat: add agenctic ux v0 with component generator (#11286)

* initial state component forge

* component forge

* add save button to the terminal

* fix ruff style

* user experience improvements

* Update python_test.yml

* change reference for generate custom component

* add feature flag

* add feature flag

* Update agentic API routes and frontend constants

Changed backend API router prefix from '/generate-component' to '/agentic' and updated endpoint names for clarity. Updated corresponding frontend constants to match new API routes.

* [autofix.ci] apply automated fixes

* Update python_test.yml

* fix: feature flag

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

* fix ruff

* test: fix jest unit tests

* [autofix.ci] apply automated fixes

* test: fix playwright mcp starter projects tests

---------

Co-authored-by: cristhianzl <cristhian.lousa@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Adam Aghili <Adam.Aghili@ibm.com>
This commit is contained in:
Edwin Jose
2026-01-13 21:17:47 -05:00
committed by GitHub
parent 0caea4e306
commit fbce0913fd
23 changed files with 3246 additions and 40 deletions

View File

@ -94,7 +94,7 @@ jobs:
- name: Run unit tests
uses: nick-fields/retry@v3
with:
timeout_minutes: 12
timeout_minutes: 20
max_attempts: 2
command: make unit_tests args="-x -vv --splits ${{ matrix.splitCount }} --group ${{ matrix.group }} --reruns 5 --cov --cov-config=src/backend/.coveragerc --cov-report=xml --cov-report=html"