-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Milestone
Description
Phase 1, interface definition
The state API and SSE endpoint read from the store; the A2A middleware writes and notifies subscribers.
Define the store’s surface so store implementation, state API, SSE, and middleware can be implemented in parallel without blocking each other.
- Specify: get state by session_id (optional topology_only), write/merge state for session, “push event” for session (payload conforms to session state progress schema), subscribe(session_id) returning a stream (or callback) of events for that session.
- Document in ADR or interface doc (docs/adr/* for example); no implementation in this ticket.
- Constraints: in-memory, keyed by session_id; no persistence.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo