mod: volume for config

This commit is contained in:
Andy Bunce 2026-03-17 15:32:37 +00:00
parent e5795f9c6a
commit 9b962ad4a4
3 changed files with 14 additions and 44 deletions

View file

@ -0,0 +1,10 @@
{
"agents": {
"Sisyphus": { "model": "halo/glm47" },
"Oracle": { "model": "halo/lfm2" },
"Librarian": { "model": "halo/glm47" },
"Hephaestus": { "model": "halo/qwen3" }
},
"disabled_agents": ["multimodal-looker"],
"confirm_dangerous_actions": false
}