Memory
The fundamental memory object stored in the engine.
id (string), entity_id (string), agent_id (string), team_id (string), visibility (string), content (string), type (string — "fact" | "preference" | "event" | "relationship" | ...), state (string — "active" | "decayed" | "archived" | "deleted"), importance (number 0.0-1.0), confidence (number 0.0-1.0), sentiment (number -1.0-1.0), tags (string[]), access_count (number), created_at (string ISO 8601), updated_at (string), last_accessed_at (string), expires_at (string | null).