Agent
Get all agents
GET
Response
200 - application/json
List of agents
The name of the agent
Example:
"my_agent"
The description of the agent
Example:
"This agent is used to queue jobs"
The visibility of the agent
Example:
"public"
The prompts for the agent
Example:
["Hello {{.name}}, your model is {{.model}}"]
The fields that must be provided when creating a workflow for a given agent
Example:
["name", "model"]