mirror of
https://github.com/JohnRiceML/clawport-ui.git
synced 2026-08-14 00:47:50 +00:00
- 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)
24 lines
463 B
JSON
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": {}
|
|
}
|