Skip to main content

Interface: SpreadOptions

Defined in: packages/agentos/src/memory/retrieval/typed-network/TypedSpreadingActivation.ts:59

Per-call options.

Properties

activationThreshold?

optional activationThreshold: number

Defined in: packages/agentos/src/memory/retrieval/typed-network/TypedSpreadingActivation.ts:63

Activation cutoff. Nodes below this threshold are not propagated.


maxDepth

maxDepth: number

Defined in: packages/agentos/src/memory/retrieval/typed-network/TypedSpreadingActivation.ts:61

Maximum hops from a seed node. Default cap on graph traversal.