| license: apache-2.0 | |
| language: en | |
| tags: | |
| - agentic-ai | |
| - memory | |
| - knowledge-graph | |
| - semantic | |
| - episodic | |
| pretty_name: AIF Memory | |
| size_categories: n<1K | |
| # AIF Memory | |
| Persistent intelligence datasets β semantic knowledge graphs, procedural patterns, episodic session logs, and organizational structures. | |
| ## Memory Architecture | |
| ``` | |
| Memory System | |
| βββ Semantic Memory (facts, concepts) | |
| β βββ Knowledge Graph: 142 entities, 163 edges | |
| βββ Procedural Memory (skills, workflows) | |
| β βββ Versioned skill definitions | |
| βββ Episodic Memory (sessions, interactions) | |
| β βββ Immutable event streams | |
| βββ Organizational Memory (teams, policies) | |
| βββ Role hierarchies and governance rules | |
| ``` | |
| ## Usage | |
| ```python | |
| from datasets import load_dataset | |
| ds = load_dataset("FrostyJay7813/aif-memory") | |
| ``` | |