#0003
`marimo pair`: reactive notebooks as a live workspace for agents
60radar
marimo pairNotebook workspace — agent-ready reactive sessions
Agents can use a running marimo notebook as working memory, scratchpad, and persistent Python state. Strong fit for research and data workflows; worth trying now, but still early for production defaults.
- Instead of one-off scripts, the agent works inside a stateful
marimosession and can inspect variables, run code, and read outputs in place. - State can be persisted by adding or deleting notebook cells and installing packages; the notebook stays a plain Python file with an executable trail.
- The setup exposes a semi-private
code mode, turning the notebook into a reproducible REPL that effectively extends context windows. marimoguardrails matter here: dependent cells rerun automatically and deleting a cell scrubs its variables, reducing hidden-state drift.- They already use it for data exploration and self-debugging, which signals practical utility beyond a demo even if the project is experimental.
Source: github.com/marimo-team/marimo-pairRead original →