Commit graph

6 commits

Author SHA1 Message Date
Nicolas Meienberger
87e479aeea
refactor: move effect / async boundary in one place 2026-05-05 18:49:37 +02:00
Nicolas Meienberger
91286eb84f
refactor: centralize agent backup lifecycle state 2026-05-05 18:49:37 +02:00
Nicolas Meienberger
9bb5d2c916
fix: mark agent offline only if the session was removed properly 2026-05-05 18:49:37 +02:00
Nicolas Meienberger
4e17daf6fe
feat(agents): create agent registry and service 2026-05-05 18:49:37 +02:00
Nico
33601dde24
feat(agent): add standalone agent runtime (#776)
* feat(agent): add standalone agent runtime

* fix(agent): add Bun and DOM types to agent tsconfig

* refactor: wrap backup error in a tagged effect error

* feat(controller): add agent manager and session handling

* feat(backups): execute backups through the agent

* fix(agent): harden disconnect and send-failure handling

* fix: rebase conflicts

* test: simplify mocks

* refactor: split agent runtime state

* fix(backup): keep old path when agent is disabled

* fix: pr feedbacks
2026-04-13 23:29:10 +02:00
Nico
5bcc3acc56
feat(controller): add agent manager and session handling (#763) 2026-04-09 20:00:54 +02:00