Skip to documentation
Docs navigation
Docs/recallFromFleet()
Fleet Memory

recallFromFleet()

Recall from shared fleet memory.

What it does

Recall from shared fleet memory.

The operation follows the fleet’s memory mode and agent identity rules when selecting, storing, or transferring memory.

Signature

TypeScript
recallFromFleet(query: string, options?: FleetRetrievalOptions): Promise<RetrievalResult>

Parameters

query (string) — Natural-language intent used to rank relevant memory.
options? (FleetRetrievalOptions) — Optional limits, filters, tags, or operation-specific behavior.

Result

A retrieval result containing ranked facts, matched topics, generated prompt context, and token counts.

Example

example.ts
const result = await fleet.recallFromFleet("refund window");