aios-events 0.3.0

Event types and streaming for the Agent OS
docs.rs failed to build aios-events-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: aios-events-0.2.0

aios-events

Event persistence and streaming primitives for aiOS.

Responsibilities

  • Append-only event storage (EventStore)
  • File-backed store (FileEventStore)
  • Journal facade (EventJournal)
  • Broadcast stream hub for live subscribers

Notes

Preserve per-session monotonic sequence semantics and replayability.