{% extends "base.html" %} {% import "_agents.html" as agentlist %} {% import "_cli_only.html" as terminal %} {% block title %}Setup check{% endblock %} {% block topbar_main %}
flanner status prints
{% endblock %}
{% block content %}
Each agent is checked where that agent looks for its tools.
{{ check.capture_mode }}
{% endif %} {% else %}flanner web was started outside any flanner project, so there is
no project, capture mode or skill watching to show. Start it from inside a
repository flanner manages, or run flanner init there.
Not signed in. Everything above works without an account.
{{ terminal.row(cli_only("Enrol this machine"), "flanner login") }}
{% endif %}