diff --git a/components/council/AgentModal.tsx b/components/council/AgentModal.tsx
index 38e002d..99871d5 100644
--- a/components/council/AgentModal.tsx
+++ b/components/council/AgentModal.tsx
@@ -90,12 +90,12 @@ function TaskModal({ agentId, task, onClose, onSave }: TaskModalProps) {
@@ -118,12 +118,12 @@ function TaskModal({ agentId, task, onClose, onSave }: TaskModalProps) {
@@ -145,15 +145,15 @@ function TaskModal({ agentId, task, onClose, onSave }: TaskModalProps) {
)}
diff --git a/data/execution-logs.json b/data/execution-logs.json
index c4d0d54..039f400 100644
--- a/data/execution-logs.json
+++ b/data/execution-logs.json
@@ -1,4 +1,31 @@
[
+ {
+ "id": "log-1772215845028",
+ "templateId": "thoth-daily-research",
+ "agent": "thoth",
+ "taskTitle": "Daily SiteMente Research",
+ "startedAt": "2026-02-27T18:10:45.028Z",
+ "status": "running",
+ "output": "Agent executing..."
+ },
+ {
+ "id": "log-1772215830867",
+ "templateId": "thoth-daily-research",
+ "agent": "thoth",
+ "taskTitle": "Daily SiteMente Research",
+ "startedAt": "2026-02-27T18:10:30.867Z",
+ "status": "running",
+ "output": "Agent executing..."
+ },
+ {
+ "id": "log-1772215828096",
+ "templateId": "thoth-daily-research",
+ "agent": "thoth",
+ "taskTitle": "Daily SiteMente Research",
+ "startedAt": "2026-02-27T18:10:28.096Z",
+ "status": "running",
+ "output": "Agent executing..."
+ },
{
"id": "log-1772215233941",
"templateId": "seshat-content-pipeline",
diff --git a/data/recurring-templates.json b/data/recurring-templates.json
index 6f4fe9f..5da6a10 100644
--- a/data/recurring-templates.json
+++ b/data/recurring-templates.json
@@ -16,9 +16,9 @@
"priority": "high"
},
"preInstructions": "Focus on: 1) Competitor changes, 2) New AI features, 3) Local lead opportunities",
- "enabled": false,
- "runCount": 1,
- "lastRun": "2026-02-27T18:00:14.940Z"
+ "enabled": true,
+ "runCount": 4,
+ "lastRun": "2026-02-27T18:10:45.028Z"
},
{
"id": "ptah-infra-monitor",
@@ -120,5 +120,22 @@
"preInstructions": "Alert if drawdown >10% or positions at risk",
"enabled": true,
"runCount": 0
+ },
+ {
+ "id": "template-task-1772215820185",
+ "agent": "thoth",
+ "project": "sitemente",
+ "schedule": {
+ "enabled": true,
+ "type": "daily",
+ "time": "05:00"
+ },
+ "taskTemplate": {
+ "title": "Daily competitor analysis",
+ "description": "Check our competitor daily and report anything of importance we need to know ",
+ "priority": "high"
+ },
+ "enabled": true,
+ "runCount": 0
}
]
\ No newline at end of file