nexo_learning_add
Add resolved errors, patterns, or insights to NEXO Brain's cognitive memory system for AI agents, categorizing learnings with context and solutions.
Instructions
Add a new learning (resolved error, pattern, gotcha).
Args: category: One of: general, code, infrastructure, api, database, security, deployment, testing, performance, ux. title: Short title for the learning. content: Full description with context and solution. reasoning: WHY this matters — what led to discovering this (optional).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | ||
| title | Yes | ||
| content | Yes | ||
| reasoning | No |