LeonardConfig class
Per-session configuration consumed by later harness stories (turn budgets, session budgets, max turns).
Constructors
- LeonardConfig({Duration turnBudget = const Duration(seconds: 30), Duration sessionBudget = const Duration(minutes: 15), int maxTurns = 50, int? coreBudgetBytes})
-
const
Properties
- coreBudgetBytes → int?
-
Optional positive core-observation byte budget sent on every pull.
nulldelegates to the binding's default.final - hashCode → int
-
The hash code for this object.
no setterinherited
- maxTurns → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionBudget → Duration
-
final
- turnBudget → Duration
-
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited