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:
74
config.yaml
74
config.yaml
@@ -30,62 +30,62 @@ checkpoints:
|
|||||||
enabled: true
|
enabled: true
|
||||||
max_snapshots: 50
|
max_snapshots: 50
|
||||||
compression:
|
compression:
|
||||||
enabled: true
|
enabled: false
|
||||||
threshold: 0.5
|
threshold: 0.5
|
||||||
summary_model: qwen3:30b
|
summary_model: ''
|
||||||
summary_provider: custom
|
summary_provider: ''
|
||||||
summary_base_url: http://localhost:11434/v1
|
summary_base_url: ''
|
||||||
smart_model_routing:
|
smart_model_routing:
|
||||||
enabled: true
|
enabled: false
|
||||||
max_simple_chars: 200
|
max_simple_chars: 200
|
||||||
max_simple_words: 35
|
max_simple_words: 35
|
||||||
cheap_model:
|
cheap_model:
|
||||||
provider: custom
|
provider: ''
|
||||||
model: qwen3:30b
|
model: ''
|
||||||
base_url: http://localhost:11434/v1
|
base_url: ''
|
||||||
api_key: ollama
|
api_key: ''
|
||||||
auxiliary:
|
auxiliary:
|
||||||
vision:
|
vision:
|
||||||
provider: custom
|
provider: auto
|
||||||
model: qwen3:30b
|
model: ''
|
||||||
base_url: http://localhost:11434/v1
|
base_url: ''
|
||||||
api_key: ollama
|
api_key: ''
|
||||||
timeout: 30
|
timeout: 30
|
||||||
web_extract:
|
web_extract:
|
||||||
provider: custom
|
provider: auto
|
||||||
model: qwen3:30b
|
model: ''
|
||||||
base_url: http://localhost:11434/v1
|
base_url: ''
|
||||||
api_key: ollama
|
api_key: ''
|
||||||
compression:
|
compression:
|
||||||
provider: custom
|
provider: auto
|
||||||
model: qwen3:30b
|
model: ''
|
||||||
base_url: http://localhost:11434/v1
|
base_url: ''
|
||||||
api_key: ollama
|
api_key: ''
|
||||||
session_search:
|
session_search:
|
||||||
provider: custom
|
provider: auto
|
||||||
model: qwen3:30b
|
model: ''
|
||||||
base_url: http://localhost:11434/v1
|
base_url: ''
|
||||||
api_key: ollama
|
api_key: ''
|
||||||
skills_hub:
|
skills_hub:
|
||||||
provider: custom
|
provider: auto
|
||||||
model: qwen3:30b
|
model: ''
|
||||||
base_url: http://localhost:11434/v1
|
base_url: ''
|
||||||
api_key: ollama
|
api_key: ''
|
||||||
approval:
|
approval:
|
||||||
provider: auto
|
provider: auto
|
||||||
model: ''
|
model: ''
|
||||||
base_url: ''
|
base_url: ''
|
||||||
api_key: ''
|
api_key: ''
|
||||||
mcp:
|
mcp:
|
||||||
provider: custom
|
provider: auto
|
||||||
model: qwen3:30b
|
model: ''
|
||||||
base_url: http://localhost:11434/v1
|
base_url: ''
|
||||||
api_key: ollama
|
api_key: ''
|
||||||
flush_memories:
|
flush_memories:
|
||||||
provider: custom
|
provider: auto
|
||||||
model: qwen3:30b
|
model: ''
|
||||||
base_url: http://localhost:11434/v1
|
base_url: ''
|
||||||
api_key: ollama
|
api_key: ''
|
||||||
display:
|
display:
|
||||||
compact: false
|
compact: false
|
||||||
personality: ''
|
personality: ''
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ description: >
|
|||||||
reproduces the bug, then fixes the code, then verifies.
|
reproduces the bug, then fixes the code, then verifies.
|
||||||
|
|
||||||
model:
|
model:
|
||||||
preferred: qwen3:30b
|
preferred: claude-opus-4-6
|
||||||
fallback: claude-sonnet-4-20250514
|
fallback: claude-sonnet-4-20250514
|
||||||
max_turns: 30
|
max_turns: 30
|
||||||
temperature: 0.2
|
temperature: 0.2
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ description: >
|
|||||||
agents. Decomposes large issues into smaller ones.
|
agents. Decomposes large issues into smaller ones.
|
||||||
|
|
||||||
model:
|
model:
|
||||||
preferred: qwen3:30b
|
preferred: claude-opus-4-6
|
||||||
fallback: claude-sonnet-4-20250514
|
fallback: claude-sonnet-4-20250514
|
||||||
max_turns: 20
|
max_turns: 20
|
||||||
temperature: 0.3
|
temperature: 0.3
|
||||||
@@ -19,7 +19,9 @@ trigger:
|
|||||||
|
|
||||||
repos:
|
repos:
|
||||||
- Timmy_Foundation/the-nexus
|
- Timmy_Foundation/the-nexus
|
||||||
- Timmy_Foundation/hermes-agent
|
- Timmy_Foundation/autolora
|
||||||
|
- Timmy_Foundation/sovereign-orchestration
|
||||||
|
- Timmy_Foundation/timmy-config
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- fetch_issues
|
- fetch_issues
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ description: >
|
|||||||
comments on problems. The merge bot replacement.
|
comments on problems. The merge bot replacement.
|
||||||
|
|
||||||
model:
|
model:
|
||||||
preferred: qwen3:30b
|
preferred: claude-opus-4-6
|
||||||
fallback: claude-sonnet-4-20250514
|
fallback: claude-sonnet-4-20250514
|
||||||
max_turns: 20
|
max_turns: 20
|
||||||
temperature: 0.2
|
temperature: 0.2
|
||||||
@@ -19,7 +19,9 @@ trigger:
|
|||||||
|
|
||||||
repos:
|
repos:
|
||||||
- Timmy_Foundation/the-nexus
|
- Timmy_Foundation/the-nexus
|
||||||
- Timmy_Foundation/hermes-agent
|
- Timmy_Foundation/autolora
|
||||||
|
- Timmy_Foundation/sovereign-orchestration
|
||||||
|
- Timmy_Foundation/timmy-config
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- fetch_prs
|
- fetch_prs
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ description: >
|
|||||||
Well-scoped: 1-3 files per task, clear acceptance criteria.
|
Well-scoped: 1-3 files per task, clear acceptance criteria.
|
||||||
|
|
||||||
model:
|
model:
|
||||||
preferred: qwen3:30b
|
preferred: claude-opus-4-6
|
||||||
fallback: claude-sonnet-4-20250514
|
fallback: claude-sonnet-4-20250514
|
||||||
max_turns: 30
|
max_turns: 30
|
||||||
temperature: 0.3
|
temperature: 0.3
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ description: >
|
|||||||
dependency issues. Files findings as Gitea issues.
|
dependency issues. Files findings as Gitea issues.
|
||||||
|
|
||||||
model:
|
model:
|
||||||
preferred: qwen3:30b
|
preferred: claude-opus-4-6
|
||||||
fallback: claude-opus-4-6
|
fallback: claude-opus-4-6
|
||||||
max_turns: 40
|
max_turns: 40
|
||||||
temperature: 0.2
|
temperature: 0.2
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ description: >
|
|||||||
writes meaningful tests, verifies they pass.
|
writes meaningful tests, verifies they pass.
|
||||||
|
|
||||||
model:
|
model:
|
||||||
preferred: qwen3:30b
|
preferred: claude-opus-4-6
|
||||||
fallback: claude-sonnet-4-20250514
|
fallback: claude-sonnet-4-20250514
|
||||||
max_turns: 30
|
max_turns: 30
|
||||||
temperature: 0.3
|
temperature: 0.3
|
||||||
|
|||||||
Reference in New Issue
Block a user