mix athena.web (ExAthena v0.17.0)

Copy Markdown View Source

Starts the ExAthena web chat UI on localhost.

mix athena.web
mix athena.web --port 4000

Opens a Phoenix LiveView chat interface backed by the same agent loop as mix athena.chat. Provider, model, and mode are configurable in the sidebar.

For a full walkthrough — sidebar controls, session persistence, JSON provider setup, and screenshot tour — see the Web UI guide.

Flags

  • --port PORT — HTTP port (default 4000).
  • --log — also write log output to log/phoenix_output.log (in addition to the terminal).