Episodes
Durable source events: messages, tool results, observations, documents, decisions, and application events. Episodes are never silently rewritten.
SolarflareDB private-beta directions the part of agent infrastructure that becomes fragile when history, graph structure, semantic retrieval, and current truth live in separate systems.
Episodes preserve what happened. Facts capture claims. Entities and links create navigable structure. Temporal and provenance fields explain how the interpretation evolved.
Durable source events: messages, tool results, observations, documents, decisions, and application events. Episodes are never silently rewritten.
Typed, content-addressed nodes and hyperedges represent people, projects, concepts, sources, and higher-order relationships.
Claims carry recorded and valid time. Supersedes, retracts, and contradicts relationships preserve history while exposing current truth.
Search results should identify what made them relevant and how far each derived index has caught up with the authoritative operation stream.
Fuse embeddings with lexical retrieval instead of forcing one retrieval mode to carry every query.
Follow typed neighborhoods, identifiers, aliases, sources, and access predicates before reranking.
Filter current or as-of truth and overlay authoritative recent writes until derived indexes reach the bookmark.
SolarflareDB should not flatten every guarantee into “eventually consistent.” Clients receive a bookmark and can select the durability or visibility boundary they need.
Committed atomically to the authoritative shard, including idempotency record, HLC state, operation log, and index/archive outboxes.
The operation is included in a verified packed segment and an immutable R2 root generation.
Lexical and vector indexes report watermarks at or beyond the write bookmark; recent writes bridge the gap before then.
Required regional materializers have reached the sequence under the graph’s replication policy.
The supplied architecture has promising primitives, but launch must be gated by tests that prevent silent gaps, partial commits, unsafe sealing, unauthenticated tenancy, and false convergence.
Strict storage errors, checksummed segments, contiguous replay, atomic type/data batches, persistent clocks, safe mirror roots, and fail-closed policy.
Sharded authoritative Durable Objects, bounded caches, packed R2 manifests, durable projection repair, and partial subscriptions.
Hybrid retrieval, temporal truth, entity resolution, recent-write overlay, provenance explanations, and reproducible evaluation.
The console simulation turns the architecture into a developer journey with a key, write bookmark, provenance result, and budget guardrail.