Expand description
Opt-in automatic knowledge capture from tool outputs.
When enabled (auto_capture = true in config), interesting patterns from
tool results are automatically persisted as knowledge facts without requiring
manual ctx_knowledge(action="remember") calls.
Functionsยง
- capture_
finding - Persist an auto-finding as a knowledge fact if auto-capture is enabled.
- extract_
extra - Extract knowledge-worthy patterns from tool output that auto_findings misses.
- is_
enabled - Check if auto-capture is enabled.