refactor(runtime): extract application runtime core #94

Merged
ph merged 1 commit from refactor/runtime-core into master 2026-06-17 04:16:53 +00:00
Owner

Summary

  • Move agent pool, EventBus, active run tracking, and background task ownership into internal/runtime.
  • Keep internal/daemon as a thin HTTP/WebSocket host over Runtime.
  • Update architecture and feature docs to describe Runtime as the shared core for daemon and future local TUI/CLI entrypoints.

Verification

  • go test ./...
## Summary - Move agent pool, EventBus, active run tracking, and background task ownership into internal/runtime. - Keep internal/daemon as a thin HTTP/WebSocket host over Runtime. - Update architecture and feature docs to describe Runtime as the shared core for daemon and future local TUI/CLI entrypoints. ## Verification - go test ./...
Move agent pool, event bus, active run tracking, and background task ownership from daemon into internal/runtime so daemon becomes a thin HTTP/WebSocket host. Update architecture docs to describe Runtime as the shared core for daemon and future local TUI/CLI entrypoints.
ph merged commit df99c20929 into master 2026-06-17 04:16:53 +00:00
ph deleted branch refactor/runtime-core 2026-06-17 04:16:53 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ph/agentic!94
No description provided.