EvoTrace banner
jinzijian jinzijian

EvoTrace

Development community

Description

Compile real-world Claude Code and Codex trajectories into verified, tradable post-training assets.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

EvoTrace logo

EvoTrace

Turn real-world Claude Code and Codex sessions into reusable training, evaluation, and verification assets.

**A local-first trajectory compiler built on DeepSeek Harness.**

[Get started](#get-started) · [What you get](#what-you-get) · [Workflow](#the-core-workflow) · [Architecture](#built-on-deepseek-harness) · [中文](README.zh-CN.md)

[![CI](https://github.com/jinzijian/EvoTrace/actions/workflows/ci.yml/badge.svg)](https://github.com/jinzijian/EvoTrace/actions/workflows/ci.yml) [![DeepSeek Harness](https://img.shields.io/badge/built%20on-DeepSeek%20Harness-6e40c9.svg)](https://github.com/deepseek-ai/deepseek-harness) [![License: Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE)

EvoTrace imports the coding-agent work already stored on your machine, finds the sessions worth keeping, and compiles them into evidence-backed preference data, replayable coding tasks, RL environments, and execution-reward candidates. You keep the source data and the resulting assets under your control.

It is **not another coding agent** and does not require you to change how you use Claude Code or Codex.

[!WARNING] EvoTrace is early alpha, and DeepSeek Harness is a developer preview. Generated tasks and verifiers remain candidates until they pass the documented evidence and Docker validation gates.

Get started

1. Install

macOS, Linux, or WSL:

curl -LsSf https://raw.githubusercontent.com/jinzijian/EvoTrace/main/install.sh | sh

Windows PowerShell:

irm https://raw.githubusercontent.com/jinzijian/EvoTrace/main/install.ps1 | iex

2. Launch

evotrace

EvoTrace opens the DeepSeek Harness Web app. In **Settings**, choose any provider supported by your Harness setup, such as DeepSeek, OpenAI, or Anthropic. Local import and deterministic mining do not require a model; agent review, harden