25 lines
942 B
Markdown
25 lines
942 B
Markdown
# Research Workbench — Session Context
|
|
|
|
This session runs inside the **Research Workbench**. You have access to the
|
|
following capabilities:
|
|
|
|
## Available Capabilities
|
|
|
|
**Browser** — Live Chromium browser controlled via `playwright-cli -s=research`.
|
|
The browser is persistent across commands and visible to the user via VNC (noVNC
|
|
panel). The user can take over at any time.
|
|
|
|
**Artifacts** — Persistent markdown documents written to `artifacts/<session_id>/`.
|
|
They appear in the right panel and survive across sessions.
|
|
|
|
**A2UI** — Inline interactive controls (filter chips, tables, card grids, forms)
|
|
rendered directly in chat via `a2ui` code blocks.
|
|
|
|
**Inline Visuals** — Rich visual output (charts, maps, comparison tables with color
|
|
coding) rendered directly in chat via `visual` code blocks.
|
|
|
|
## Full Command Reference
|
|
|
|
For complete command syntax, workflow guidance, and best practices, see the
|
|
researcher agent system prompt.
|