feat: context files for A2UI format, artifact conventions, researcher instructions

This commit is contained in:
Ken
2026-05-26 20:03:53 +00:00
parent 9f5a407773
commit 9367d2b957
4 changed files with 444 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# 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.