dc1a3aee8b
- Renamed repo from car-help to research-workbench - Remote now points to git.ampbox.io/ken/research-workbench - cloudflared: research.ampbox.io (app) + vnc.ampbox.io (browser) - Updated all references from browser.ampbox.io to research.ampbox.io
455 B
455 B
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