{% 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:
{% for route in routes %}
expand_content {{ route }}

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

{% endfor %}
{% endif %}
Help

Swagger UI

{% endblock %} {% block script %} {% endblock %}