StartupContextService class abstract

Service contract for startup context injection.

Implementations load relevant memory and context at the beginning of a session, assembling a prelude that primes the agent with recent knowledge.

Implementers

Constructors

StartupContextService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

assemble({required String action, required StartupContextConfig config, String? timezone}) Future<StartupContextResult?>
Assemble startup context for the given session action.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shouldApply(String action, StartupContextConfig config) bool
Whether startup context should apply for the given action.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited