ConsolidationResult class

A structured result produced by the consolidation agent.

Constructors

ConsolidationResult({required String summary, required List<SkillCard> skills})
const
ConsolidationResult.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skills List<SkillCard>
Concrete skill cards derived from the memory records.
final
summary String
High-level Markdown summary of everything the agent remembers.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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