Fleet Memory
Constructor
Create a color-identified worker fleet.
What it does
Create a color-identified worker fleet.
The operation follows the fleet’s memory mode and agent identity rules when selecting, storing, or transferring memory.
Signature
TypeScript
new MemoGrafterFleet(configOrCore: MemoGrafterConfig | MemoGrafter, options?: MemoGrafterFleetOptions)Parameters
configOrCore (MemoGrafterConfig | MemoGrafter) — Required input for this operation.options? (MemoGrafterFleetOptions) — Optional limits, filters, tags, or operation-specific behavior.Example
example.ts
const fleet = new MemoGrafterFleet(config, { name: "Support" });