datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
agent-memory-graph
Agent Memory Graph
Unified knowledge graph combining structured entity data from mcp-agents-ark and semantic content from mempalace (ChromaDB vector store). Sanitized for public release.
Usage
from datasets import load_dataset
# Unified (27 cols) — use this for most training tasks
ds = load_dataset("Ev3lynx727/agent-memory-graph", "unified", split="train")
# Ark entities only (12 cols) — structured entity graph
ds_ark =… See the full description on the dataset page: https://huggingface.co/datasets/Ev3lynx727/agent-memory-graph.personamem-graphrag-memory
