feat(ms22-p2): add UserAgent CRUD endpoints #682

Merged
jason.woltje merged 1 commits from feat/ms22-p2-user-agents into main 2026-03-05 02:44:21 +00:00
Owner

Summary

  • UserAgentService with findAll, findOne, create, update, remove
  • UserAgentController at (authenticated, user-scoped)
  • to instantiate from AgentTemplate
  • Update TASKS.md and MISSION-MANIFEST.md for P2-004

Endpoints

  • — List user's agents
  • — Create custom agent
  • — Get agent details
  • — Update agent
  • — Delete custom agent
  • — Create from template

Test plan

  • CI passes (lint, typecheck, tests)

🤖 Generated with Claude Code

## Summary - UserAgentService with findAll, findOne, create, update, remove - UserAgentController at (authenticated, user-scoped) - to instantiate from AgentTemplate - Update TASKS.md and MISSION-MANIFEST.md for P2-004 ## Endpoints - — List user's agents - — Create custom agent - — Get agent details - — Update agent - — Delete custom agent - — Create from template ## Test plan - [ ] CI passes (lint, typecheck, tests) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
jason.woltje added 1 commit 2026-03-05 02:39:29 +00:00
feat(ms22-p2): add UserAgent CRUD endpoints
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
5c7f35f881
- UserAgentService with findAll, findOne, create, update, remove
- UserAgentController at /api/agents (authenticated, user-scoped)
- createFromTemplate endpoint to instantiate from AgentTemplate
- Update TASKS.md and MISSION-MANIFEST.md for P2-004

Task: MS22-P2-004

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jason.woltje merged commit af56684e84 into main 2026-03-05 02:44:21 +00:00
Sign in to join this conversation.