Switch language한국어
Back to the list

How to Use AgentTrove: Streaming 1.7M Agentic Traces and Building a Clean ShareGPT SFT Dataset in Python

TL;DR AI

Key summary

2 min read
  1. A Python tutorial shows how to stream the large open-thoughts/AgentTrove dataset with Hugging Face Datasets.

  2. It inspects and normalizes conversation turns, including tool interactions, to understand the trace schema.

  3. The tutorial then filters successful trajectories and exports them as a clean ShareGPT-style JSONL dataset.

  4. This provides a practical workflow for turning agentic traces into supervised fine-tuning data.

Read the original