GraphReFlyTS

Recipes

Composition recipes, not new protocol.

Recipes describe package-level compositions of existing primitives. They do not change the wave protocol or shared specification.

Messaging

CQRS over message bus

Command submission, event outbox, message acknowledgement, and work queue recipe surfaces.

Open recipe API

Execution

Executor work queue

Durable executor dispatch recipe over graph-visible work queue lifecycle commands.

Open recipe API

Memory

Semantic memory graph

Patterns for fact storage, KG projection, context packing, and memory consolidation.

Open patterns

Resilience

Retry and breaker bundles

Backoff, retry policy, breaker state, and operational recovery helpers.

Open API