CoolFace
Datasetpublic

kelikelibababian/mimir-agent-traces

MimirAether Agent Traces 7,124 unique real agent sessions · 35,000+ tool calls from a multi-agent system in daily production — four cooperating agents (orchestrator, executor, red-team reviewer, verifier) running real workloads since May 2026. What makes this corpus different: it is not single-agent coding transcripts. It captures inter-agent collaboration in production — task dispatch, cross-audits, failure & recovery (real incidents: gateway freezes, API outages, deadlocks —… See the full description on the dataset page: https://huggingface.co/datasets/kelikelibababian/mimir-agent-traces.

sourceHugging Facemitupdated 2d agoView on Hugging Face
1likes293downloads
schema_v2.json37 linesDownload Raw Back to root
1{2 "schema_version": "2.0",3 "dataset": "kelikelibababian/mimir-agent-traces",4 "description": "MimirAether 自托管 agent 运行时真实轨迹 · 每行=一个完整会话",5 "changes_from_v1": [6  "新增 schema_version 字段(每行自带版本,前向兼容)",7  "新增 agent_id + model 字段(来源:Mimir B9/B10 遥测唯一化后的口径)",8  "新增 trace_id 前8位 + trigger_source(X2-a 注入体系产出,v1 无)",9  "新增 task_category/subcategory(对标 lambda 9类 taxonomy)",10  "task_desc_sanitized 长度 200→300(信息量提升)",11  "保留 v1 全部字段(session_id/n_tool_calls/duration_seconds/exit_reason/has_exit_reason/tool_sequence)"12 ],13 "fields": {14  "session_id": "sha1前8位(不可逆·防溯源)",15  "schema_version": "常量 '2.0'",16  "agent_id": "trailer四值之一:mimir/hermes/openclaw/loki",17  "model": "运行模型名(deepseek-flash 等)",18  "n_tool_calls": "int",19  "duration_seconds": "float",20  "exit_reason": "natural/empty_response/crash/...",21  "has_exit_reason": "bool",22  "tool_sequence": "工具名序列(cap 80)",23  "task_desc_sanitized": "≤300字符·脱敏·wakeup归一",24  "trace_id_prefix": "trace_id前8位(v2新增·X2-a体系)",25  "trigger_source": "feishu/api/buzz-watcher/watchdog/cron(v2新增)",26  "task_category": "9类之一(v2新增)",27  "task_subcategory": "细分(可空)"28 },29 "privacy": {30  "pipeline": "本地确定性scrubber → 终扫LEAK_CHECK词表 → 命中即弃行",31  "原始文件": "永不外传(trajectories本地真源)"32 },33 "provenance": {34  "manifest": "manifest.jsonl 记录每批:日期/会话数/源文件SHA256/上传commit",35  "依据": "E1论文 provenance 层 + MaxDevv manifest 实践"36 }37}