crowdyStudioAgentEvents
Replay durable events with seq greater than afterSeq, then tail newly committed facts using database replay plus in-memory wakeups. Requires an app-scoped owner, use_studio_agent, and exact current clientEpoch. Delivery is ordered and at-least-once: deduplicate eventId/seq, fill gaps with crowdyStudioAgentHistory, and acknowledge only contiguous sequences.
crowdyStudioAgentEvents(
sessionId: String!
afterSeq: BigInt!
clientEpoch: BigInt!
): CrowdyStudioAgentEvent!
Arguments
crowdyStudioAgentEvents.sessionId ● String! non-null scalar
Owner/app session UUID to replay and tail.
crowdyStudioAgentEvents.afterSeq ● BigInt! non-null scalar
Exclusive last applied sequence as a non-negative decimal BigInt.
crowdyStudioAgentEvents.clientEpoch ● BigInt! non-null scalar
Exact current attached epoch; a newer attach terminates this stream with AGENT_CLIENT_EPOCH_STALE.
Type
CrowdyStudioAgentEvent union
Typed union of ordered, replayable version 1 session facts. Delivery is at-least-once; seq and eventId support deduplication.