Documentation
¶
Overview ¶
Package eval runs the DAG-Math memory evaluation experiment. Two modes (set via EXPERIMENT_MODE):
- flush_per_request: every stage gets CachePolicy="flush", so KV cache is evicted after each LLM call
- flush_per_workflow: default Orla policy (preserve across stages, flush at workflow boundary)
Index ¶
Constants ¶
View Source
const ( ModeFlushPerRequest = "flush_per_request" ModeFlushPerWorkflow = "flush_per_workflow" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.