Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -52,6 +52,8 @@ configs:
|
|
| 52 |
|
| 53 |
# Agent Runtime Telemetry Small
|
| 54 |
|
|
|
|
|
|
|
| 55 |
Agent Runtime Telemetry Small is a compact tabular export of MCP-style agent execution telemetry. It is designed for dataset viewer inspection, lightweight agent observability experiments, tool-call reliability analysis, workflow trace summaries, and audit-trail research.
|
| 56 |
|
| 57 |
The dataset is intentionally small and row-oriented. Each table is stored as Parquet so the Hugging Face Dataset Viewer can display clean columns without requiring a SQLite client.
|
|
|
|
| 52 |
|
| 53 |
# Agent Runtime Telemetry Small
|
| 54 |
|
| 55 |
+
_Curated by Faruk Alpay._
|
| 56 |
+
|
| 57 |
Agent Runtime Telemetry Small is a compact tabular export of MCP-style agent execution telemetry. It is designed for dataset viewer inspection, lightweight agent observability experiments, tool-call reliability analysis, workflow trace summaries, and audit-trail research.
|
| 58 |
|
| 59 |
The dataset is intentionally small and row-oriented. Each table is stored as Parquet so the Hugging Face Dataset Viewer can display clean columns without requiring a SQLite client.
|