Allegro heartbeat for Adagio: 2026-04-02 01:05:01 UTC
This commit is contained in:
48
config/agent-registry.json
Normal file
48
config/agent-registry.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user