feat(littleblue): agent seed + persona + chat route
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
5
lib/db/migrations/017_little_blue.sql
Normal file
5
lib/db/migrations/017_little_blue.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Seed Little Blue, the homelab caretaker/fix-it agent. read + act (no content write).
|
||||
-- 'act' is enforced by the action service's tier-gating + whitelist, not canAct.
|
||||
INSERT INTO agents (slug, name, kind, model, capabilities)
|
||||
VALUES ('little-blue', 'Little Blue', 'claude', NULL, '{"read":true,"act":true}'::jsonb)
|
||||
ON CONFLICT (slug) DO NOTHING;
|
||||
Reference in New Issue
Block a user