mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 06:02:42 +00:00
WP3: Add AgentSession event subscription with session persistence
This commit is contained in:
parent
29d96ab25a
commit
eba196f4ac
2 changed files with 93 additions and 4 deletions
|
|
@ -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`
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue