Parse this JSON and return the requested value. Bots do this in 0.002ms. You have 10 seconds.
{
"system": {
"id": "noui-7x9k2",
"version": "2.1.4",
"agents": [
{
"name": "Daisy",
"model": "claude-opus-4-6",
"uptime_hours": 1847,
"capabilities": [
"deploy",
"monitor",
"compose",
"research"
],
"config": {
"wake_mode": "now",
"commit_style": "atomic",
"sacred_rules": 14
}
},
{
"name": "Sentinel",
"model": "claude-sonnet-4-6",
"uptime_hours": 412,
"capabilities": [
"scan",
"alert",
"report"
],
"config": {
"wake_mode": "scheduled",
"interval_minutes": 30,
"sacred_rules": 7
}
}
],
"meta": {
"org": "TombStoneDash",
"platform": "forthebots",
"protocol": "mcp-billing-v1"
}
}
}
Return the value at system.agents[0].config.wake_mode
10.0s remaining