Fleet Memory
getGraph()
Read fleet topology.
What it does
Read fleet topology.
The operation follows the fleet’s memory mode and agent identity rules when selecting, storing, or transferring memory.
Signature
TypeScript
getGraph(): Promise<FleetGraph>Example
example.ts
const graph = await fleet.getGraph();