AIAny
Icon for item

Kimi-K3 Codex traces

Provides newline-delimited JSON agent session traces (5 files) generated with Teich for moonshotai/kimi-k3, including recovered and embedded tool-schema snapshots so traces remain training-ready even when tools weren't invoked; includes guidance for Teich data preparation and conversion.

Introduction

Agent trace archives often lose runtime tool metadata, which makes reproducing tool-enabled agent behavior hard. This dataset preserves raw, upload-first agent sessions while embedding a dataset-level tools snapshot and recovered schemas so traces remain usable for training and distillation even when individual sessions never invoked tools.

What Sets It Apart
  • Preserves training-ready context: each newline-delimited JSON row is a full captured session with normalized assistant reasoning, optional assistant text, and tool-call events, plus an embedded dataset-level tools snapshot as a fallback.
  • Tool-schema recovery: native Claude Code imports and conservative name-derived MCP schemas are recovered so tool APIs, permission states, and runtime context survive conversion and training.
  • Small, focused pack: 5 JSONL files with model metadata pointing to moonshotai/kimi-k3, making it lightweight for experimenting with agent fine-tuning, behavior cloning, or distillation workflows.
  • Teich-native workflow: documented for use with Teich’s loading/conversion utilities (e.g., teich convert, load_traces), minimizing preprocessing surprises.
Who it's for and tradeoffs

Great fit if you need compact, real-session agent traces that preserve tool interfaces for training or distillation—especially for teams evaluating agent tool use, instruction-following, or behavior cloning on moonshotai/kimi-k3-style sessions. Look elsewhere if you require very large-scale corpora, fully labeled evaluation splits, or provenance for third-party production data—this pack is small (5 files) and optimized for Teich-driven workflows rather than turnkey benchmarks.

Where it fits

Use as a lightweight supplement to larger agent datasets when you want preserved tool schemas and run-recap context for debugging, fine-tuning, or curriculum distillation. It is most useful in pipelines that already use Teich and can apply the dataset-level tools snapshot during loading.

Information

  • Websitehuggingface.co
  • OrganizationsAletheiaResearch, TeichAI, moonshotai
  • Published date2026/07/19

Categories

More Items

Hugging Face

Provides 1.3 billion platform-specific video URLs extracted from CommonCrawl along with crawl metadata (no media included), serving as the source corpus for the LAION-BVD multimodal video dataset; distributed on Hugging Face in Parquet format.

Hugging Face

Provides a public test split of multimodal financial GUI interaction examples for evaluating agents that convert instructions and screenshots into grounded UI actions. Includes step-level screenshots, dialogue history, an OpenAI-style computer_use tool schema, and JSON next-action references; training data available on request.

Hugging Face

Contains 40,000 teacher-generated reasoning traces distilled from the Qwen3.8-27B model for supervised fine-tuning and analysis. Covers code, math, science and logic; each example pairs a <think> chain-of-thought with a final response and is distributed in JSONL/Parquet for SFT workflows.