# agentsea_web v0.1.0 - Table of Contents

> AgentSea web: a Phoenix LiveView fleet dashboard and an OpenAI-compatible chat completions endpoint.

## Modules

- [AgentSea.Web.ChatController](AgentSea.Web.ChatController.md): OpenAI-compatible `POST /v1/chat/completions`, served through `AgentSea.Gateway`.
- [AgentSea.Web.DashboardLive](AgentSea.Web.DashboardLive.md): Live dashboard of AgentSea activity. Subscribes to telemetry events forwarded
over PubSub and renders running totals plus a feed of recent events.

- [AgentSea.Web.Endpoint](AgentSea.Web.Endpoint.md)
- [AgentSea.Web.Layouts](AgentSea.Web.Layouts.md): Root layout for the dashboard.
- [AgentSea.Web.Router](AgentSea.Web.Router.md)
- [AgentSea.Web.Telemetry.Bridge](AgentSea.Web.Telemetry.Bridge.md): Forwards every `AgentSea.Telemetry` event onto `Phoenix.PubSub` so LiveViews
(the dashboard) can render fleet activity in real time without any bespoke
event bus.

