StartupContextServiceImpl class

Default startup context service implementation.

Assembles a memory prelude from registered StartupContextProviders, respecting character limits and truncation policies.

Inheritance

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.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerProvider(StartupContextProvider provider) → void
Register a context provider (e.g., BioChip, daily memory, mission).
shouldApply(String action, StartupContextConfig config) bool
Whether startup context should apply for the given action.
inherited
toString() String
A string representation of this object.
inherited

Operators

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