{% extends "base.html" %} {% block title %}Docs — PyAgent Studio{% endblock %} {% block content %} {% include "_bp_banner.html" %}
Documentation

Docs

Auto-rendered from{% if blueprint_name %} {{ blueprint_name }}{% else %} the loaded blueprint{% endif %}.

{% if mermaid %}

Architecture

{{ mermaid }}
{% endif %}

Specification

{% if markdown %}
{{ markdown }}
{% else %}

No blueprint loaded to generate documentation.

{% endif %}
{% if mermaid %} {% endif %} {% endblock %}