feat(orchestrator): MS23-P1-002 InternalAgentProvider #719

Merged
jason.woltje merged 1 commits from feat/ms23-p1-internal-provider into main 2026-03-07 19:06:36 +00:00
Owner

Summary

  • add InternalAgentProvider implementing shared IAgentProvider in orchestrator
  • delegate session listing/get to AgentTreeService, messages and stream polling to AgentMessagesService, and control actions to AgentControlService
  • extend AgentControlService with kill operation and AgentTreeService with provider-facing pagination/session lookup
  • register InternalAgentProvider in AgentsModule and add focused unit coverage

Validation

  • pnpm --filter @mosaic/orchestrator build
  • pnpm --filter @mosaic/orchestrator lint
  • pnpm --filter @mosaic/orchestrator test

Refs #694

## Summary - add InternalAgentProvider implementing shared IAgentProvider in orchestrator - delegate session listing/get to AgentTreeService, messages and stream polling to AgentMessagesService, and control actions to AgentControlService - extend AgentControlService with kill operation and AgentTreeService with provider-facing pagination/session lookup - register InternalAgentProvider in AgentsModule and add focused unit coverage ## Validation - pnpm --filter @mosaic/orchestrator build - pnpm --filter @mosaic/orchestrator lint - pnpm --filter @mosaic/orchestrator test Refs #694
jason.woltje added 1 commit 2026-03-07 18:44:04 +00:00
feat(orchestrator): add internal agent provider adapter
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
fddbfef0be
jason.woltje merged commit 4b135ae1f0 into main 2026-03-07 19:06:36 +00:00
Sign in to join this conversation.