Skip to content

TrainTools 0.6.0

Choose a tag to compare

@AparajeetS AparajeetS released this 16 Jul 18:11
· 17 commits to main since this release

TrainTools 0.6.0: Diagnostics That Humans And Agents Can Route Correctly

TrainTools now has a machine-readable diagnostic registry and a CLI that maps a
specific training problem to relevant tools:

pip install traintools
traintools recommend "validation loss plateaued" --json
traintools integration train-guard --framework huggingface

The release also adds structured JSON reports, focused problem guides,
AGENTS.md, llms.txt, and an optional local MCP server:

pip install "traintools[mcp]"
traintools-mcp

The recommender is transparent keyword routing, not an AI diagnosis. Each result
includes requirements, call timing, citations, and limitations, and it abstains
when no supported diagnostic matches.