{% extends "base.html" %} {% block title %}{{ tr("Agent readiness") }} · clear-record{% endblock %} {% block body %} {# /setup/agent: the setup wizard's Agent step as its own URL. It mounts the ONE agent flow (#agent-setup -> /ui/agent-setup), exactly as /settings/agent does, so the two entry points cannot drift. #}

{{ tr("Agent readiness") }}

{{ tr("Connect a model endpoint, point at an MCP harness, register clear-record's MCP server, then run the hello-world acceptance test. Every step is skippable; you can return here from Settings or Setup.") }}

{{ tr("Loading agent setup…") }}

{{ tr("Back to setup") }} {{ tr("Hello-world check") }}

{% endblock %}