{% extends "_main.html" %} {% block head %} {% endblock %} {% block headline %} Agentic Routes {% endblock %} {% block menu %}
directions
{% endblock %} {% block main %}

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

{% if routes %}

Connected Service Routes:

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

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

{% endfor %} {% endif %} {% endblock %}