feat(orchestrator): MS23-P1-004 AgentProviderConfig CRUD API #721

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

Summary

  • add AgentProviderConfig CRUD endpoints at /api/agent-providers
  • add AgentProvidersModule/Controller/Service with Prisma-backed create/read/update/delete
  • add DTO validation and NotFoundException handling for missing records
  • add service unit tests covering CRUD and missing-record paths

Verification

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

Closes #694

## Summary - add AgentProviderConfig CRUD endpoints at /api/agent-providers - add AgentProvidersModule/Controller/Service with Prisma-backed create/read/update/delete - add DTO validation and NotFoundException handling for missing records - add service unit tests covering CRUD and missing-record paths ## Verification - pnpm --filter @mosaic/orchestrator build - pnpm --filter @mosaic/orchestrator lint - pnpm --filter @mosaic/orchestrator test Closes #694
jason.woltje added 1 commit 2026-03-07 19:24:22 +00:00
feat(orchestrator): add AgentProviderConfig CRUD API
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
bcada71e88
jason.woltje merged commit 81bf349270 into main 2026-03-07 19:26:26 +00:00
Sign in to join this conversation.