Back to corpus
architecturetechnical paper candidatescore 46

Architecture

1. Read `events-YYYY-MM-DD.jsonl` 2. Skip envelopes already covered by the date-scoped cursor 3. Group gateway envelopes by `flow_id` 4. Build one trajectory card per completed flow 5. Normalize the card to schema v2 6. Score it with the six-signal reward model 7. Append to the JSONL ledger under an exclusive file lock 8. Write cursor and Prometheus metrics atomically

Full HTML reader

Read the full artifact

Open in new tab

Extracted abstract or opening context

Trajectory Memory Ledger separates durable ingestion from research and training. 1. Read `events-YYYY-MM-DD.jsonl` 2. Skip envelopes already covered by the date-scoped cursor 3. Group gateway envelopes by `flow_id` 4. Build one trajectory card per completed flow 5. Normalize the card to schema v2 6. Score it with the six-signal reward model 7. Append to the JSONL ledger under an exclusive file lock 8. Write cursor and Prometheus metrics atomically Daily event files may restart `seq` at 1. A global monotonic cursor would silently drop events after a date rollover. - batch extraction - SFT export - train/validation splits - reward ablations - selection experiments - model training and evaluation - paper metrics This split keeps the operational collector reliable while leaving research tooling flexible.

Promotion decision

What has to happen next

Promote into a technical note or architecture paper with implementation anchors.

Why this is not always a full paper yet

Corpus pages are public-safe readers for discovered workspace artifacts. They are not automatically final papers. A corpus item becomes a polished paper only after the editable source, evidence checkpoints, references, figures, render path, and release status are attached through the paper schema.