feat(FN-2115): add heartbeat multiplier and agent interval controls
- Add heartbeatIntervalMultiplier to shared settings schema/types with settings parity coverage - Apply heartbeat multiplier in engine scheduling logic while preserving explicit per-agent interval behavior - Add Settings modal and Agents view controls for heartbeat multiplier and per-agent interval overrides, including new styling - Expand dashboard and engine test coverage for multiplier/heartbeat controls and document the new setting
This commit is contained in:
@@ -111,6 +111,7 @@ The `runtimeConfig` field on agents supports the following options:
|
||||
| `budgetConfig` | `AgentBudgetConfig` | — | Token budget governance settings |
|
||||
|
||||
Heartbeat values are validated and minimum-clamped.
|
||||
Project setting `heartbeatMultiplier` (default `1`) scales resolved heartbeat intervals globally; per-agent `heartbeatIntervalMs` remains the base interval before multiplier scaling.
|
||||
|
||||
## Agent Instructions (Dashboard)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user