{% extends "base.html" %} {% block title %}Flock Editor - {{ flock.name if flock else 'No Flock Loaded' }}{% endblock %} {% block content %}

Agent Details

Select an agent from the list to view/edit its details, or click "Add New Agent" in the agent list.

Execution Results

Results will appear here after running the Flock.

{% endblock %}