Expand description
SqliteOutputStore โ SQLite-backed OutputStore.
One row per emit (OutputRecord). event and parent_refs are stored
as JSON blobs (both types already carry Serialize + Deserialize), so
adding a new OutputEvent variant does not require a schema migration.
Ordering guarantees:
list_for_attemptreturns rows in insertion order (per the trait contract) via an autoincrementingseqcolumn.get_latest_by_namepicks the row with the largestseqfor a givenproducer_agent.
Structsยง
- Sqlite
Output Store - SQLite-backed
OutputStore.