49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"version": "1.0",
|
|
"last_updated": "2026-04-02T00:00:00Z",
|
|
"agents": [
|
|
{
|
|
"id": "allegro",
|
|
"name": "Allegro",
|
|
"role": "tempo-and-dispatch",
|
|
"owner": "alexander",
|
|
"home_dir": "/root/wizards/allegro",
|
|
"config_path": "/root/wizards/allegro/home/config.yaml",
|
|
"expected_capabilities": ["telegram", "api_server", "gitea"],
|
|
"tick_schedule": "monthly",
|
|
"active": true
|
|
},
|
|
{
|
|
"id": "adagio",
|
|
"name": "Adagio",
|
|
"role": "breath-and-design",
|
|
"owner": "alexander",
|
|
"home_dir": "/root/wizards/adagio",
|
|
"config_path": "/root/wizards/adagio/home/config.yaml",
|
|
"expected_capabilities": ["telegram", "api_server", "gitea"],
|
|
"tick_schedule": "monthly",
|
|
"active": true
|
|
},
|
|
{
|
|
"id": "timmy",
|
|
"name": "Timmy Time",
|
|
"role": "father-house",
|
|
"owner": "alexander",
|
|
"home_dir": "/root/timmy",
|
|
"config_path": "/root/timmy/config.yaml",
|
|
"expected_capabilities": ["telegram", "api_server"],
|
|
"tick_schedule": "monthly",
|
|
"active": true
|
|
}
|
|
],
|
|
"groups": {
|
|
"timmy-time": {
|
|
"name": "Timmy Time Core",
|
|
"agents": ["allegro", "adagio", "timmy"],
|
|
"tick_frequency": "monthly",
|
|
"tick_window_hours": 72,
|
|
"auto_rca": true
|
|
}
|
|
}
|
|
}
|