opentraces
opentraces-capsulesOpenTracesopentraces-devtime
opentraces-devtime
Community-contributed agent traces in opentraces JSONL format.
Usage
from datasets import load_dataset
ds = load_dataset("OpenTraces/opentraces-devtime")
Schema
Each JSONL line is a TraceRecord containing:
trace_id: Unique identifier for the trace
session_id: Source session identifier
agent: Agent identity (name, version, model)
task: Structured task metadata
steps: List of LLM API calls (thought-action-observation… See the full description on the dataset page: https://huggingface.co/datasets/OpenTraces/opentraces-devtime.lambda-hermes-agent-reasoning-opentraces
lambda-hermes-agent-reasoning-opentraces
Community-contributed agent traces in opentraces JSONL format.
Usage
from datasets import load_dataset
ds = load_dataset("OpenTraces/lambda-hermes-agent-reasoning-opentraces")
Schema
Each JSONL line is a TraceRecord containing:
trace_id: Unique identifier for the trace
session_id: Source session identifier
agent: Agent identity (name, version, model)
task: Structured task metadata
steps: List of… See the full description on the dataset page: https://huggingface.co/datasets/OpenTraces/lambda-hermes-agent-reasoning-opentraces.opentraces-runtime
opentraces-runtime
Community-contributed agent traces in opentraces JSONL format.
Usage
from datasets import load_dataset
ds = load_dataset("OpenTraces/opentraces-runtime")
Schema
Each JSONL line is a TraceRecord containing:
trace_id: Unique identifier for the trace
session_id: Source session identifier
agent: Agent identity (name, version, model)
task: Structured task metadata
steps: List of LLM API calls (thought-action-observation… See the full description on the dataset page: https://huggingface.co/datasets/OpenTraces/opentraces-runtime.opentraces
opentraces
Community-contributed agent traces in opentraces JSONL format.
Usage
from datasets import load_dataset
ds = load_dataset("julien-c/opentraces")
Schema
Each JSONL line is a TraceRecord containing:
trace_id: Unique identifier for the trace
session_id: Source session identifier
agent: Agent identity (name, version, model)
task: Structured task metadata
steps: List of LLM API calls (thought-action-observation cycles)
outcome: Session outcome… See the full description on the dataset page: https://huggingface.co/datasets/julien-c/opentraces.
