it0/packages/services
hailin 5ee1227800 feat: add backend controllers for agent config, skills, and hooks
Implement missing REST API endpoints that the web-admin frontend
pages were calling but had no backend support:

- GET/POST/PUT /api/v1/agent-config (engine, prompt, turns, budget, tools)
- GET/POST/PUT/DELETE /api/v1/agent/skills (CRUD for agent skills)
- GET/POST/PUT/DELETE /api/v1/agent/hooks (CRUD for hook scripts)

Each endpoint includes entity, repository, service, and controller
layers following the existing DDD + tenant-aware patterns.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 22:26:25 -08:00
..
agent-service feat: add backend controllers for agent config, skills, and hooks 2026-02-21 22:26:25 -08:00
audit-service Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
auth-service Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
comm-service Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
inventory-service Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
monitor-service Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
ops-service Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
voice-service fix: load voice models in background thread to unblock startup 2026-02-20 00:26:06 -08:00