Skip to content

feat: add generic agent SSE signaling client#376

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

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

Conversation

@kentbull
Copy link
Copy Markdown
Collaborator

@kentbull kentbull commented May 7, 2026

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
Copy link
Copy Markdown
Collaborator Author

kentbull commented May 7, 2026

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

@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

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

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.

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