Active
Project:
Drupal Canvas
Version:
1.x-dev
Component:
AI
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Jun 2025 at 16:31 UTC
Updated:
31 Mar 2026 at 13:21 UTC
Jump to comment: Most recent
Here are some refactoring that can be done as a part of this issue:
XbBuilder::render method. Incorporating these methods is recommended to simplify the codebase.
Additionally, as per #3532026: Set TaskInterface and setTask as deprecated for 2.0.0, the Task interface is deprecated. Therefore, the solution provided in https://git.drupalcode.org/project/experience_builder/-/merge_requests/1... should be adopted.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
utkarsh_33 commentedComment #3
utkarsh_33 commentedComment #5
utkarsh_33 commentedThis still has some work left to do and the code in this is not review ready so assigning it to me for now.
Comment #6
utkarsh_33 commentedComment #8
rakhimandhania commentedComment #9
rakhimandhania commentedComment #10
akhil babuThe agents work entirely based on the parameters sent by the frontend, such as current_layout, entity_type, request_id etc. We should also validate that all required parameters are present in the request body before invoking the orchestrator, and consider throwing an exception if any are missing.