Skip to main content

Module auto_capture

Module auto_capture 

Source
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.