b2a278762b353471d5827bd43d55a0f27675d3b9
The prior review fix (#4) removed the redundant `await refresh()` call from the onCreate handler, but left `refresh` in the useSessions() destructure. TypeScript (noUnusedLocals) flagged it as an error, breaking the build. Remove the unused binding to restore a clean build.
Research Workbench
AI-powered research tool: chat + live browser + artifacts. Backed by amplifierd.
See DESIGN.md for the full architecture.
Quick Start
# Build
docker build -t research-workbench .
# Run
docker run -d --name research-workbench \
-p 8080:8080 \
-p 6080:6080 \
-e ANTHROPIC_API_KEY="$ANTHROPIC_API_KEY" \
research-workbench
research.ampbox.io -- the app vnc.ampbox.io -- the live browser
Description
Languages
TypeScript
51.6%
Python
24.2%
Shell
17.8%
HTML
2.7%
CSS
2%
Other
1.7%