⚡ Agent Runtime

Event Bus · Scheduler · Action Queue · Agent Runner · Sequence Runner

Architecture Ready

⚠️ Architecture Ready — Agent runtime is designed but not executing live. Runtime is disabled by default. Dry-run mode is enabled. No real agent actions, scheduled jobs, sequences, messages, calls, or bookings are being executed. Enable runtime components via environment variables after backend deployment.

Runtime Mode
Architecture
📡
Event Bus
Ready
📅
Scheduler
Ready
⚙️
Action Queue
Dry-Run
🤖
Agent Runner
Ready
🛑
Emergency Stop
Off
🗄️
Runtime Tables
16
📡
API Routes
13

⚡ Agent Runtime Status

Mode: disabled · 🔒 Dry-Run · Emergency Stop: ⚪ Off

Event Bus architecture_ready
Scheduler architecture_ready
Action Queue architecture_ready
Agent Runner architecture_ready
Sequence Runner architecture_ready

🛑 Emergency Stop

Inactive — Runtime actions allowed (subject to safety checks)

NORMAL

Set RUNTIME_EMERGENCY_STOP=true in .env.local to activate. Real database persistence pending Supabase connection.

🛡️ Safety Guardrails

Provider configuration required
Compliance checks required
Billing access required
Tenant context required
Audit logging required
Emergency stop guardrail
Dry-run default enabled
No unsafe claims allowed

📋 Runtime Logs

Sample UI preview — not real runtime execution

inforuntimeRuntime initialized in architecture_ready mode
infoevent-busEvent bus architecture ready — pending backend runtime
infoschedulerScheduler architecture ready — pending backend runtime
infoaction-queueAction queue architecture ready — dry-run mode
infosafetySafety guardrails active — all actions require provider+compliance
warnruntimeSample UI preview — not real runtime execution

📡 Runtime API Endpoints

/api/runtime/status
/api/runtime/health
/api/runtime/events
/api/runtime/scheduler/status
/api/runtime/scheduler/jobs
/api/runtime/actions
/api/runtime/agents/status
/api/runtime/agents/dry-run
/api/runtime/sequences/status
/api/runtime/safety/check
/api/runtime/emergency-stop/status
/api/runtime/audit
/api/runtime/logs