memory_add_concept
Add a domain concept to the knowledge graph to build persistent, cross-session memory. Connect concepts via typed relationships for structured knowledge management.
Instructions
Add a concept to the knowledge graph. Concepts represent domain knowledge that can be connected via typed relationships.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable name | |
| context | No | When this applies (optional) | |
| insight | Yes | Key insight about this concept | |
| cluster_id | Yes | Knowledge cluster/domain (e.g., 'git', 'python', 'accounting') | |
| concept_id | Yes | Unique concept identifier (snake_case) |