A dual-agent writing pipeline. The Writer drafts chapters using stored plot outlines and sends them to the Editor via cross-agent messaging for constructive feedback.
Writer drafts → ToolParser sends to editor → Relay delivers → Editor reads inbox → Editor reviews.
The writer uses [TOOL:send to="editor@localhost"] to mail its chapter draft. The Relay node physically copies the file into the editor's inbox directory.
The Note node stores the plot outline. Recall loads all previous chapter summaries and character sheets so the writer stays on-plot.
The editor agent reads the draft from its inbox and provides feedback on character consistency, pacing, dialogue quality, and plot continuity.