Create Agent UI
What does this MR do and why?
Allows creations of new agents through the UI
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
-
Enable the feature flag
Feature.enable(:agent_registry)
-
Navigate to
<project>/-/ml/agents
, click on 'Create agent' -
Create an agent (name cannot have spaces, prompt can be anything)
-
Verify it navigates to the detail page
Related to #437625 (closed)
Edited by Eduardo Bonet