AssetExtractor class abstract
Common surface for every asset extractor — host wires the concrete
implementation (StubAssetExtractor for now, LlmAssetExtractor
later) into KbServerBootstrap.
- Implementers
Constructors
- AssetExtractor()
-
const
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
proposeFromIntent(
{required McpBundle bundle, required AssetCategory category, String? intent}) → Future< ExtractorRun> -
Propose new
categoryassets from the currentbundle, optionally guided by a free-formintent(the user's chat turn / MCP arg). -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited