Add Agent Command Centers - /agent/[id] with vertical sections

This commit is contained in:
Horus
2026-02-27 17:36:34 +01:00
parent fc2e1c1ff5
commit a0073401f5
5 changed files with 580 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[
{
"id": "changelog-1772208908682",
"date": "2026-02-27T16:15:08.682Z",
"agent": "horus",
"type": "new_feature",
"description": "BMHQ Upgrade: Added Auto-Run, Execution Logs, Change Log, and Brainown panels to Mission Control",
"version": "1.0"
}
]
+1
View File
@@ -0,0 +1 @@
[]
+120
View File
@@ -0,0 +1,120 @@
[
{
"id": "thoth-daily-research",
"name": "Thoth - Daily SiteMente Research",
"description": "Research market trends, competitors, and opportunities",
"agent": "thoth",
"project": "sitemente",
"schedule": {
"type": "daily",
"time": "09:00",
"timezone": "Europe/Madrid"
},
"taskTemplate": {
"title": "Daily SiteMente Research",
"description": "Research: competitors, AI trends, pricing, local businesses",
"priority": "high"
},
"preInstructions": "Focus on: 1) Competitor changes, 2) New AI features, 3) Local lead opportunities",
"enabled": false,
"runCount": 0
},
{
"id": "ptah-infra-monitor",
"name": "Ptah - Infrastructure Monitoring",
"description": "Check server health, uptime, and security",
"agent": "ptah",
"project": "infrastructure",
"schedule": {
"type": "hourly",
"timezone": "Europe/Madrid"
},
"taskTemplate": {
"title": "Infra Health Check",
"description": "Check: CPU, memory, disk, services, SSL certs, security logs",
"priority": "critical"
},
"preInstructions": "Report any issues immediately to Horus",
"enabled": false,
"runCount": 0
},
{
"id": "seshat-content-pipeline",
"name": "Seshat - Content Pipeline",
"description": "Generate and schedule content",
"agent": "seshat",
"project": "sitemente",
"schedule": {
"type": "daily",
"time": "09:00",
"timezone": "Europe/Madrid"
},
"taskTemplate": {
"title": "Daily Content Development",
"description": "Create: blog post, social content, newsletter draft",
"priority": "medium"
},
"preInstructions": "Focus on SEO, value for local businesses",
"enabled": false,
"runCount": 0
},
{
"id": "anubis-outreach-scan",
"name": "Anubis - Outreach Opportunities",
"description": "Find new leads and opportunities",
"agent": "anubis",
"project": "sitemente",
"schedule": {
"type": "weekly",
"dayOfWeek": 1,
"time": "10:00",
"timezone": "Europe/Madrid"
},
"taskTemplate": {
"title": "Weekly Outreach Scan",
"description": "Find: new restaurants, clinics, real estate agencies to contact",
"priority": "high"
},
"preInstructions": "Focus on Benalmádena and Costa del Sol area",
"enabled": false,
"runCount": 0
},
{
"id": "thoth-trading-market",
"name": "Thoth Trading - Market Scan",
"description": "Scan crypto markets for opportunities",
"agent": "thoth-trading",
"project": "trading",
"schedule": {
"type": "hourly",
"timezone": "Europe/Madrid"
},
"taskTemplate": {
"title": "Market Scan",
"description": "Check: BTC, ETH, SOL prices and trends",
"priority": "medium"
},
"preInstructions": "Report significant moves (>5%)",
"enabled": false,
"runCount": 0
},
{
"id": "sekhmet-risk-alerts",
"name": "Sekhmet - Risk Alerts",
"description": "Monitor trading positions and risk",
"agent": "sekhmet",
"project": "trading",
"schedule": {
"type": "hourly",
"timezone": "Europe/Madrid"
},
"taskTemplate": {
"title": "Risk Check",
"description": "Check: open positions, drawdown, risk levels",
"priority": "high"
},
"preInstructions": "Alert if drawdown >10% or positions at risk",
"enabled": false,
"runCount": 0
}
]