- examples/package: copy of the job-application APM package with corentic.team-profile/v1 declaration (orchestrator, researcher, writer, checker, notifier) - examples/model-mapping.yaml: user-side model class mapping with simple and extended entries - skills/omos-setup: skill guiding users through resolve-validate-render and activation
19 lines
638 B
YAML
19 lines
638 B
YAML
# ~/.config/apm-team/model-mapping.yaml
|
|
#
|
|
# Lokale Mapping-Tabelle des NUTZERS.
|
|
# Ordnet abstrakte Modellklassen aus Team-Profilen konkrete, lokal
|
|
# verfügbare Modell-IDs zu. Einmal anlegen, gilt für alle Packages.
|
|
#
|
|
# Einfache Form: klasse: provider/modell-id
|
|
# Erweiterte Form: klasse: { model: ..., variant: ..., temperature: ... }
|
|
|
|
model_classes:
|
|
strong-generalist: ollama/qwen3.6:35b-a3b-q4_K_M
|
|
fast-research: ollama/qwen3.5:9b
|
|
strong-writing:
|
|
model: ollama/qwen3.6:35b-a3b-q4_K_M
|
|
temperature: 0.7
|
|
high-reasoning:
|
|
model: ollama/qwen3.6:35b-a3b-q4_K_M
|
|
variant: thinking
|
|
cheap-reliable: ollama/gemma4:12b
|