SubagentsConfig class final
The subagents: yaml section: heartbeat cadence and stall threshold.
Parsed strictly — a bad schema throws ConfigException-shaped errors
(the config layer surfaces them at boot). 0 disables the respective
mechanism; negative values are rejected.
Constructors
- SubagentsConfig({int heartbeatMinutes = defaultSubagentHeartbeatMinutes, int stallMinutes = defaultSubagentStallMinutes})
-
const
- SubagentsConfig.fromYaml(Object? node)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- heartbeatMinutes → int
-
Digest cadence in minutes;
0disables the heartbeat entirely.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stallMinutes → int
-
Minutes without provider activity before a running child is flagged
[WARN] STALLED;0disables stall flagging.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toYaml(
) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited