Format examples for injection into agent prompt
Format notes for injection into agent prompt. Includes memory policy explaining scope precedence for conflict resolution.
Provisional notes (written in-flight by an agent, awaiting Memory Manager hardening) render in their own block FIRST and carry higher precedence under recency-wins semantics: a freshly stated preference must beat a months-old vetted one. The trust tradeoff is deliberate (PR #2761) and contained upstream by the write-path guards (descriptive types only, scope clamp, per-run cap, TTL).
Array of notes to format
Whether to include the memory policy preamble (default: true)
Retrieve examples for a specific agent execution context. Implements multi-dimensional scoping and injection strategy.
Retrieve notes for a specific agent execution context. Implements multi-dimensional scoping and injection strategy.
Central service for retrieving and formatting notes/examples for injection into agent context. Implements multi-dimensional scoping (Agent, User, Company) with 8 priority levels.