commit pi sessions

This commit is contained in:
liph
2026-07-27 08:46:32 +02:00
parent 37ea5bb522
commit 44d6863b59
435 changed files with 14054 additions and 125 deletions
@@ -0,0 +1,22 @@
{
"subagents": {
"agentOverrides": {
"scout": { "model": "ollama/gemini-3-flash-preview", "thinking": "low" },
"planner": { "model": "ollama/minimax-m3:cloud", "thinking": "high" },
"worker": { "model": "ollama/kimi-k2.7-code:cloud", "thinking": "medium" },
"oracle": { "model": "ollama/minimax-m3:cloud", "thinking": "high" },
"reviewer": { "model": "ollama/kimi-k2.6:cloud", "thinking": "high" },
"researcher": { "model": "ollama/gemini-3-flash-preview", "thinking": "medium" },
"context-builder": { "model": "ollama/gemini-3-flash-preview", "thinking": "low" },
"delegate": { "model": "ollama/gemini-3-flash-preview" }
},
"modelScope": {
"allow": [
"ollama/minimax-m3:cloud",
"ollama/kimi-k2.6:cloud",
"ollama/kimi-k2.7-code:cloud",
"ollama/gemini-3-flash-preview"
]
}
}
}