auto_learn_session
Automatically captures and stores session observations like commands run, errors encountered, and solutions found for persistent AI memory, eliminating manual learning calls.
Instructions
Auto-learn from a list of session observations WITHOUT explicit learn_from_attempts calls. Pass what happened (commands run, errors seen, solutions found) and the brain classifies and stores lessons automatically. Use at session_end to capture everything you did, even if you forgot to call learn_from_attempts. Returns a summary of what was auto-stored.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | UUID of the cache instance | |
| observations | Yes | List of observations from this session |