Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,53 +1,53 @@
|
|
| 1 |
---
|
| 2 |
pretty_name: Agent Runtime Telemetry Small
|
| 3 |
-
license:
|
| 4 |
language:
|
| 5 |
-
|
| 6 |
tags:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
size_categories:
|
| 17 |
-
|
| 18 |
configs:
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
---
|
| 52 |
|
| 53 |
# Agent Runtime Telemetry Small
|
|
@@ -101,4 +101,4 @@ The rows were exported from local runtime SQLite stores into sanitized Parquet t
|
|
| 101 |
- `artifact_store.sqlite3`
|
| 102 |
- `audit_store.sqlite3`
|
| 103 |
|
| 104 |
-
The export focuses on the operational shape of agent runtimes rather than application-specific content.
|
|
|
|
| 1 |
---
|
| 2 |
pretty_name: Agent Runtime Telemetry Small
|
| 3 |
+
license: cc-by-sa-4.0
|
| 4 |
language:
|
| 5 |
+
- en
|
| 6 |
tags:
|
| 7 |
+
- agent-runtime
|
| 8 |
+
- agent-observability
|
| 9 |
+
- llm-observability
|
| 10 |
+
- mcp
|
| 11 |
+
- tool-calling
|
| 12 |
+
- runtime-telemetry
|
| 13 |
+
- audit-trail
|
| 14 |
+
- workflow-traces
|
| 15 |
+
- parquet
|
| 16 |
size_categories:
|
| 17 |
+
- 10K<n<100K
|
| 18 |
configs:
|
| 19 |
+
- config_name: dataset_overview
|
| 20 |
+
data_files:
|
| 21 |
+
- split: train
|
| 22 |
+
path: data/dataset_overview.parquet
|
| 23 |
+
- config_name: operations
|
| 24 |
+
data_files:
|
| 25 |
+
- split: train
|
| 26 |
+
path: data/operations.parquet
|
| 27 |
+
- config_name: operation_events
|
| 28 |
+
data_files:
|
| 29 |
+
- split: train
|
| 30 |
+
path: data/operation_events.parquet
|
| 31 |
+
- config_name: artifact_records
|
| 32 |
+
data_files:
|
| 33 |
+
- split: train
|
| 34 |
+
path: data/artifact_records.parquet
|
| 35 |
+
- config_name: audit_records
|
| 36 |
+
data_files:
|
| 37 |
+
- split: train
|
| 38 |
+
path: data/audit_records.parquet
|
| 39 |
+
- config_name: tool_summary
|
| 40 |
+
data_files:
|
| 41 |
+
- split: train
|
| 42 |
+
path: data/tool_summary.parquet
|
| 43 |
+
- config_name: artifact_summary
|
| 44 |
+
data_files:
|
| 45 |
+
- split: train
|
| 46 |
+
path: data/artifact_summary.parquet
|
| 47 |
+
- config_name: daily_activity
|
| 48 |
+
data_files:
|
| 49 |
+
- split: train
|
| 50 |
+
path: data/daily_activity.parquet
|
| 51 |
---
|
| 52 |
|
| 53 |
# Agent Runtime Telemetry Small
|
|
|
|
| 101 |
- `artifact_store.sqlite3`
|
| 102 |
- `audit_store.sqlite3`
|
| 103 |
|
| 104 |
+
The export focuses on the operational shape of agent runtimes rather than application-specific content.
|