{% extends "base.html" %} {% block content %}

Registered tools

{% for t in tools %} {% else %} {% endfor %}
NameDescriptionSide effectPermissionsNetworkFilesystem
{{ t.name }} {{ t.description }} {{ t.side_effect_level.value }} {{ t.permissions | join(", ") }} {{ t.network_access }} {{ t.filesystem_access }}
No tools registered.

Recent invocations

{% for e in invocations %} {% else %} {% endfor %}
ActionOutcomeTaskWhen
{{ e.payload.get("action") }} {{ e.payload.get("outcome") }} {{ e.task_id or "—" }} {{ e.created_at }}
No tool invocations recorded yet.
{% endblock %}