{% extends "_frame.html" %} {% block styles %} {% endblock %} {% block menu %}

Agentic Control

{% endblock %} {% block details %} {% endblock %} {% block page %}
Routes

The following agentic nodes have been registered.
The endpoints either address an /openapi.json endpoint or a Ray/-/routes endpoint.

{% if routes %}
Reconnected Service Routes:
{% if message %}

{{ message["routes"] | join("
") | safe}}

{% endif %}
{% for route in routes %}
expand_content {{ route }}

{{ routes[route] | tojson(indent=2) }}

{% endfor %}
{% endif %}
Settings
{% if message %} {% if message["settings"] %}

{{ message["settings"] | join("
") | safe}}

{% endif %} {% endif %}
Help
Status Information
{% endblock %} {% block script %} {% endblock %}