{% extends "base.html" %} {% load static %} {% block title %}Create Agent - {{ playbook.name }}{% endblock %} {% block content %}

Create Agent

Add a new AI assistant to {{ playbook.name }}

{% csrf_token %}
{% if errors.name %}
{{ errors.name }}
{% endif %} Short descriptive name (max 200 characters)
Optional. What this agent does and when to use it.
Cancel
{% endblock %}