Add Agent Command Centers - /agent/[id] with vertical sections
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user