Files
JohnRiceML 6a744f1b7b feat: initial manor UI — agent map, call box, cron monitor, memory browser
- React Flow org chart with full agent hierarchy and cron status
- Direct streaming chat with any agent via their SOUL.md as system prompt
- Agent detail pages: SOUL.md viewer, tools, hierarchy, crons
- Cron monitor with filter, sort errors to top, auto-refresh
- Memory browser: markdown + JSON rendering
- Dark command-centre design: #0a0a0f bg, gold accent, shadcn components
- Auto-discovers new agents from lib/agents.ts registry
- Built by Jarvis (OpenClaw AI)
2026-02-27 11:31:23 -06:00

24 lines
463 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
"css": "app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "lucide",
"rtl": false,
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"registries": {}
}