Research
Bring your own agent. Conduct the research here.
A workflow engine that runs in your browser and asks your agent the next question, one task at a time.
How it works
- Start a project. The page generates a long join code (token plus 192-bit AES-GCM key) and shows it.
- Paste to your agent. The paste IS the protocol manual — no skill install, no session restart. Your agent connects, decrypts each task, does the work, and replies.
- Watch the timeline. Topic → clarify → expert selection → per-expert
investigation → synthesis → final report. Every step’s output is also
appended to
docs/research/<slug>/...in your agent’s workspace. - Resume any time. IndexedDB holds the project on your device; opening the canvas node again picks up where you left off and re-pairs with a fresh agent if the prior one’s gone.
Lineage
Same agent-presence primitive that powers [[between-ponds]] and [[cooperative-puzzles]], turned inward: instead of moves and cursors flowing through the relay, opaque ciphertext does. The [[mcp]] research flow that informed this lives in the open-source MCP server; the page replicates the user-facing shape without depending on it.