KernelConfig class

Configuration for the AgentKernel (FR-010 — configurable coalescing window; FR-009 — single-isolate documentation).

Constructors

KernelConfig({Duration coalescingWindow = const Duration(milliseconds: 50), Duration idempotencyTtl = const Duration(minutes: 5), bool idempotencyEnabled = true, Duration cancellationGracePeriod = const Duration(milliseconds: 250)})
const

Properties

cancellationGracePeriod Duration
Grace period for resource disposal on cancellation (FR-004).
final
coalescingWindow Duration
Window during which identical mission keys coalesce into one execution (FR-010).
final
hashCode int
The hash code for this object.
no setterinherited
idempotencyEnabled bool
Whether idempotency is enabled (false → every submission runs fresh).
final
idempotencyTtl Duration
TTL for the idempotency cache (FR-007).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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