learn extracts durable learnings after each turn and folds them back into the next system prompt.
Quick Start
1
Enable agentic learning
learn: true is the same as learn: 'agentic'.2
Propose instead of applying
Modes
Injection and nudges
After a turn, the manager extracts learnings and injects aLearned Insights block into the next system prompt. Two fields on LearnConfig add periodic reminders:
An unsupported
learn value disables learning with a warning rather than throwing — e.g. learn: 'sometimes' logs Unsupported learn= value "sometimes"; ... Learning disabled.Reading the manager
Related
Self Improve
Skill review turns
Agent
Constructor options

