Scaffolds AgentsController#show action
What does this MR do and why?
Similar to !141250 (merged), adds route, controller action and Vue component for creating a new AI agent. Since data models and graphql endpoints have not been added yet, this just shows a placeholder
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
How to set up and validate locally
-
Enable the feature flag
Feature.enable(:agent_registry)
-
Navigate to
<project>/-/ml/agents/2
, verify that the component was loaded
Related to #437631 (closed)
Edited by Eduardo Bonet