Variables
MEMORY_TIMING
Variable: MEMORY_TIMING
constMEMORY_TIMING:object
Defined in: src/memory/define.types.ts:92
When the memory's READ subflow runs.
Default TURN_START reads memory once per agent.run(). Use
EVERY_ITERATION only when the strategy is sensitive to in-loop tool
results — every-iteration multiplies store-latency by iteration-count.
Type Declaration
EVERY_ITERATION
readonlyEVERY_ITERATION:"every-iteration"='every-iteration'
TURN_START
readonlyTURN_START:"turn-start"='turn-start'
