Skip to content

Scaffolds AgentsController#show action

Eduardo Bonet requested to merge 437631-agent-details into master

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

image

How to set up and validate locally

  1. Enable the feature flag

    Feature.enable(:agent_registry)
  2. Navigate to <project>/-/ml/agents/2, verify that the component was loaded

Related to #437631 (closed)

Edited by Eduardo Bonet

Merge request reports