WP3: Add AgentSession event subscription with session persistence

This commit is contained in:
Mario Zechner 2025-12-09 00:05:54 +01:00
parent 29d96ab25a
commit eba196f4ac
2 changed files with 93 additions and 4 deletions

View file

@ -340,9 +340,10 @@ private unsubscribeAll(): void {
**Verification:**
1. `npm run check` passes
- [ ] Add `subscribe()` method to AgentSession
- [ ] Add `unsubscribeAll()` private method
- [ ] Verify with `npm run check`
- [x] Add `subscribe()` method to AgentSession
- [x] Add `unsubscribeAll()` method
- [x] Add `resubscribe()` method
- [x] Verify with `npm run check`
---