Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/assets/webui-agents.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/webui-approvals.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/webui-audit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/webui-costs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/webui-fleet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/webui-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/webui-tasks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions docs/gui/screens.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ Five routes. Source: `web/src/routes/`. Design reference: `.sdd/backlog/open/fro

![Agents grid with token meter drawer](../assets/webui-agents-panel.png)

![Tasks — empty state, filter chips and Run new task button](../assets/webui-tasks.png)

![Agents — agent card grid view](../assets/webui-agents.png)

![Approvals — empty approvals queue](../assets/webui-approvals.png)

![Audit — audit log with chain status and filters](../assets/webui-audit.png)

![Costs — KPI cards, sparkline and by-adapter table](../assets/webui-costs.png)

![Fleet — fleet management scaffold](../assets/webui-fleet.png)

![Settings — settings placeholder screen](../assets/webui-settings.png)

## Tasks (`/ui/tasks`, default route)

- **Source:** `web/src/routes/Tasks.tsx`.
Expand Down
2 changes: 2 additions & 0 deletions docs/web-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ The Vite bundle is committed under `src/bernstein/gui/static/`, so wheel install

## Surface

![Bernstein web UI — Tasks view](assets/webui-tasks.png)

Top-level tabs:

- **Tasks**
Expand Down