Training corpus for the eliza-1 model line. All records are in eliza_native_v1 format — the canonical training schema for elizaOS agents.
Every record is a JSON object with this shape:
{
"format": "eliza_native_v1",
"boundary": "vercel_ai_sdk.generateText",
"request": {
"system": "...",
"messages": [...],
"tools": {...},
"settings": {}
},
"response": {
"text": "...",
"finishReason": "stop"… See the full description on the dataset page:
https://huggingface.co/datasets/elizaos/eliza-1-training-data.