{% extends "_base.html" %} {% block title %}Sessions · {{ project.name | humanize }} · Urika{% endblock %} {% block heading %}Sessions{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %} {% if sessions %}
No conversation sessions yet.
Sessions are persistent chats with the orchestrator —
free-text questions and follow-ups about the project. They are
not created by autonomous commands like
urika run or urika finalize; those
run the agent loop end-to-end without an interactive
conversation.
To start a session, do any of:
urika advisor {{ project.name }} "your question"
from the terminal.urika, type free-text into
the orchestrator, and your conversation persists here
automatically.
Each conversation appears here with a Resume
button and shows up in urika sessions list from
the CLI.