Expand description
EngineCfg + LongHoldConfig.
Structs§
- Engine
Cfg - Lock acquisition + max-hold guard configuration.
- Long
Hold Config - Tuning for long-running (suspend/resume-capable) sessions and tasks — how long a poll/suspend may hold, how often heartbeats are expected, and whether idle tasks are kept alive across a detach.
- System
RefConfig - GH #31: server-side config for how a baked
system_prompttoo large to inline is delivered instead — seeEngine::fetch_worker_payload’s threshold branch (crate::core::engine) for where this is consumed. Single server-side setting, not per-request: every fetch of a given(task_id, attempt)sees the samemodeandthreshold_bytes.