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
23 lines
455 B
Markdown
23 lines
455 B
Markdown
# Research Workbench
|
|
|
|
AI-powered research tool: chat + live browser + artifacts. Backed by amplifierd.
|
|
|
|
See [DESIGN.md](DESIGN.md) for the full architecture.
|
|
|
|
## Quick Start
|
|
|
|
```bash
|
|
# 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
|