ARGUS — pārskats
Top-level overview of the ARGUS + PromptBoard pair.
ARGUS × PromptBoard
This repository hosts two tools that are designed to work together:
| Folder | Tool | Purpose |
|---|---|---|
| argus/ | ARGUS — Argument Research & Graph Utility System | A browser extension + Python WebSocket server + macropad workflow for capturing weighted, source-cited research highlights as you read. |
| promptboard/ | PromptBoard | A Figma-like single-HTML canvas for visually planning workflows. Originally for prompt-engineering chains; gaining a research mode that consumes ARGUS captures live to plan academic papers. |
The integration between the two is specified in INTEGRATION_SPEC.md.
Quick start (per tool)
ARGUS — see argus/README.md. Run the server with
python argus/server/main.py, build the extension with cd argus/extension && npm run build,
load it in Edge.
PromptBoard — open promptboard/process-canvas.html
directly, or build a fresh dist/index.html with cd promptboard && python build.py.
Status
- ARGUS: working through Phase 1–2 of argus/ARGUS_PLAN.md.
- PromptBoard: complete through epic 010 (live execution); see promptboard/ROADMAP.md.
- Integration: spec locked. All MVP phases (0–5) complete — reorganization, research-mode skeleton, research node types, live ARGUS WebSocket push, PRISMA + Toulmin templates, research-aware deterministic + AI review, outline & bibliography exports. End-to-end testing is the remaining step before sign-off.