fix: purge qwen from config.yaml and all playbooks

- config.yaml: disabled compression, smart_model_routing, all auxiliary qwen routes
- All 6 playbooks: qwen3:30b -> claude-opus-4-6
- Playbook repos: removed hermes-agent, added autolora/sov-orch/timmy-config
- Alexander's directive: silence over qwen. Opus only.
This commit is contained in:
Alexander Whitestone
2026-03-25 15:38:39 -04:00
parent 2f07e5bece
commit 4099d1ffd8
7 changed files with 49 additions and 45 deletions

View File

@@ -30,62 +30,62 @@ checkpoints:
enabled: true
max_snapshots: 50
compression:
enabled: true
enabled: false
threshold: 0.5
summary_model: qwen3:30b
summary_provider: custom
summary_base_url: http://localhost:11434/v1
summary_model: ''
summary_provider: ''
summary_base_url: ''
smart_model_routing:
enabled: true
enabled: false
max_simple_chars: 200
max_simple_words: 35
cheap_model:
provider: custom
model: qwen3:30b
base_url: http://localhost:11434/v1
api_key: ollama
provider: ''
model: ''
base_url: ''
api_key: ''
auxiliary:
vision:
provider: custom
model: qwen3:30b
base_url: http://localhost:11434/v1
api_key: ollama
provider: auto
model: ''
base_url: ''
api_key: ''
timeout: 30
web_extract:
provider: custom
model: qwen3:30b
base_url: http://localhost:11434/v1
api_key: ollama
provider: auto
model: ''
base_url: ''
api_key: ''
compression:
provider: custom
model: qwen3:30b
base_url: http://localhost:11434/v1
api_key: ollama
provider: auto
model: ''
base_url: ''
api_key: ''
session_search:
provider: custom
model: qwen3:30b
base_url: http://localhost:11434/v1
api_key: ollama
provider: auto
model: ''
base_url: ''
api_key: ''
skills_hub:
provider: custom
model: qwen3:30b
base_url: http://localhost:11434/v1
api_key: ollama
provider: auto
model: ''
base_url: ''
api_key: ''
approval:
provider: auto
model: ''
base_url: ''
api_key: ''
mcp:
provider: custom
model: qwen3:30b
base_url: http://localhost:11434/v1
api_key: ollama
provider: auto
model: ''
base_url: ''
api_key: ''
flush_memories:
provider: custom
model: qwen3:30b
base_url: http://localhost:11434/v1
api_key: ollama
provider: auto
model: ''
base_url: ''
api_key: ''
display:
compact: false
personality: ''

View File

@@ -4,7 +4,7 @@ description: >
reproduces the bug, then fixes the code, then verifies.
model:
preferred: qwen3:30b
preferred: claude-opus-4-6
fallback: claude-sonnet-4-20250514
max_turns: 30
temperature: 0.2

View File

@@ -4,7 +4,7 @@ description: >
agents. Decomposes large issues into smaller ones.
model:
preferred: qwen3:30b
preferred: claude-opus-4-6
fallback: claude-sonnet-4-20250514
max_turns: 20
temperature: 0.3
@@ -19,7 +19,9 @@ trigger:
repos:
- Timmy_Foundation/the-nexus
- Timmy_Foundation/hermes-agent
- Timmy_Foundation/autolora
- Timmy_Foundation/sovereign-orchestration
- Timmy_Foundation/timmy-config
steps:
- fetch_issues

View File

@@ -4,7 +4,7 @@ description: >
comments on problems. The merge bot replacement.
model:
preferred: qwen3:30b
preferred: claude-opus-4-6
fallback: claude-sonnet-4-20250514
max_turns: 20
temperature: 0.2
@@ -19,7 +19,9 @@ trigger:
repos:
- Timmy_Foundation/the-nexus
- Timmy_Foundation/hermes-agent
- Timmy_Foundation/autolora
- Timmy_Foundation/sovereign-orchestration
- Timmy_Foundation/timmy-config
steps:
- fetch_prs

View File

@@ -4,7 +4,7 @@ description: >
Well-scoped: 1-3 files per task, clear acceptance criteria.
model:
preferred: qwen3:30b
preferred: claude-opus-4-6
fallback: claude-sonnet-4-20250514
max_turns: 30
temperature: 0.3

View File

@@ -4,7 +4,7 @@ description: >
dependency issues. Files findings as Gitea issues.
model:
preferred: qwen3:30b
preferred: claude-opus-4-6
fallback: claude-opus-4-6
max_turns: 40
temperature: 0.2

View File

@@ -4,7 +4,7 @@ description: >
writes meaningful tests, verifies they pass.
model:
preferred: qwen3:30b
preferred: claude-opus-4-6
fallback: claude-sonnet-4-20250514
max_turns: 30
temperature: 0.3