MemoGrafter
createFleet()
Create a fleet backed by this core instance.
What it does
Create a fleet backed by this core instance.
This lower-level API keeps session selection explicit, which is useful for services that manage many users or conversations through one instance.
Signature
TypeScript
createFleet(options?: MemoGrafterFleetOptions): MemoGrafterFleetParameters
options? (MemoGrafterFleetOptions) — Optional limits, filters, tags, or operation-specific behavior.Example
example.ts
const fleet = memo.createFleet({ name: "Support" });