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
Made-with: Cursor
This commit is contained in:
parent
22f332f62d
commit
897eb850a1
7 changed files with 46 additions and 1 deletions
|
|
@ -278,6 +278,9 @@ properties:
|
|||
type: boolean
|
||||
use_agent_orchestrator:
|
||||
type: boolean
|
||||
disable_signals:
|
||||
type: boolean
|
||||
description: "Disable agentic signal analysis (frustration, repetition, escalation, etc.) on LLM responses to save CPU. Default false."
|
||||
upstream_connect_timeout:
|
||||
type: string
|
||||
description: "Connect timeout for upstream provider clusters (e.g., '5s', '10s'). Default is '5s'."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue