memory_graph_add
Add a node to the epistemic memory graph to store facts, decisions, emotions, or error analyses with user and agent layers.
Instructions
Add a node to the epistemic graph.
Args: layer: "user" or "agent" user_id: User identifier content: Node content node_type: Node type (fact, decision, emotion, error_analysis, etc.) tags: Tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| layer | No | user | |
| content | No | ||
| user_id | No | default | |
| node_type | No | fact |