StateStashedEvent class final

An agent's KV state was copied into the engine's in-memory stash (the fast swap path — no disk involved).

Inheritance

Constructors

StateStashedEvent({required String agentId, required int tokens, required int bytes})
Creates the event.
const

Properties

agentId → String
The agent whose state was stashed.
final
bytes → int
Stash size in bytes (held in process memory until restored, evicted, or the model is reloaded).
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
tokens → int
Tokens the stash covers.
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