Skip to content

feat: add generic agent SSE signaling client#376

Draft
kentbull wants to merge 1 commit into
WebOfTrust:mainfrom
kentbull:feat/agent-signals-sse
Draft

feat: add generic agent SSE signaling client#376
kentbull wants to merge 1 commit into
WebOfTrust:mainfrom
kentbull:feat/agent-signals-sse

Conversation

@kentbull

@kentbull kentbull commented May 7, 2026

Copy link
Copy Markdown
Collaborator

This adds the SignifyTS client counterpart to KERIA's SSE AgentSignals, broadcaster, SSE endpoint, and SSE iterable. This supports one or more Signify clients connecting to a given server Agent to get unique server sent events streams per SignifyClient controller instance.

This is in preparation for future event driven features including the did:webs integration, among others. The SSE event stream is also a convenient way for clients to switch from long-polling to observing events sent from an agent. Long-polling is still be supported as a fallback, though this allows SSE to be the default future communication pathway from the agent to a client. This will significantly help with both bandwidth and performance on highly used Agency servers.

This PR should be merged along side WebOfTrust/keria #435 WebOfTrust/keria#435

@kentbull kentbull requested review from iFergal and lenkan and removed request for iFergal May 7, 2026 19:13
@kentbull

kentbull commented May 7, 2026

Copy link
Copy Markdown
Collaborator Author

WebOfTrust/signifypy#145 is the SignifyPy correlate to this.

@codecov

codecov Bot commented May 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.53%. Comparing base (90a8701) to head (c723fc3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #376   +/-   ##
=======================================
  Coverage   97.53%   97.53%           
=======================================
  Files           1        1           
  Lines         325      325           
  Branches       24       24           
=======================================
  Hits          317      317           
  Misses          8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@kentbull kentbull force-pushed the feat/agent-signals-sse branch from a7b15c6 to c723fc3 Compare May 26, 2026 22:57
@kentbull kentbull marked this pull request as draft June 9, 2026 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant