crbro_learn
Store facts, decisions, patterns, or preferences about a topic for persistent memory across sessions. Creates the topic automatically if it doesn't exist.
Instructions
Teach the brain a fact, decision, pattern, or preference about a topic. If the neuron (topic) does not exist, it will be created automatically. Use this to store knowledge that should persist across sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Type of knowledge to store | |
| topic | Yes | The topic name (e.g., "OctoChat", "Firebase", "SEO Strategy") | |
| domain | No | Domain category (e.g., "proyectos-web", "infraestructura") | |
| content | Yes | The knowledge content to remember | |
| rationale | No | Rationale for decisions | |
| confidence | No | Confidence level 0.0-1.0 (default 1.0) |