Skip to content

Create Agent UI

Eduardo Bonet requested to merge 437625-create-agent into master

What does this MR do and why?

Allows creations of new agents through the UI

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

  1. Enable the feature flag

    Feature.enable(:agent_registry)
  2. Navigate to <project>/-/ml/agents, click on 'Create agent'

  3. Create an agent (name cannot have spaces, prompt can be anything)

  4. Verify it navigates to the detail page

Related to #437625 (closed)

Edited by Eduardo Bonet

Merge request reports