mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
add overrides.disable_signals to skip CPU-heavy signal analysis (#906)
This commit is contained in:
parent
22f332f62d
commit
6701195a5d
7 changed files with 46 additions and 1 deletions
|
|
@ -173,6 +173,9 @@ overrides:
|
|||
llm_routing_model: Plano-Orchestrator
|
||||
# Model used for agent orchestration (must be listed in model_providers)
|
||||
agent_orchestration_model: Plano-Orchestrator
|
||||
# Disable agentic signal analysis (frustration, repetition, escalation, etc.)
|
||||
# on LLM responses to save CPU. Default: false.
|
||||
disable_signals: false
|
||||
|
||||
# Model affinity — pin routing decisions for agentic loops
|
||||
routing:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue