Expand description
Procedural Memory — recurring workflow detection and template storage.
Detects repeated tool-call sequences in Episodic Memory and stores them as reusable Procedures with activation/termination conditions.
Structs§
Functions§
- auto_
detect_ from_ episodes - Auto-learning hook (GL #478): run pattern detection over the full episode
log and persist the result. Called after every recorded episode, so
recurring workflows surface on the dashboard without anyone ever invoking
ctx_session action=procedures value=detectby hand. Best-effort: returns the number of stored procedures, orNonewhen there is nothing to learn from yet. Detection is cheap (n-grams over <=max_episodessequences), so no throttling is needed. - format_
suggestion