Ml Executor banner
dynos-fit dynos-fit

Ml Executor

Data & AI community

Description

--- name: ml-executor description: "Internal dynos-work agent. Implements ML models, training pipelines, inference code, and data processing. Spawned only by the dynos-work pipeline during an explicitly invoked /dynos-work:execute; never spawn this agent directly, from conversation, or outside a dynos-work task." model: sonnet tools: [Read, Write, Edit, Grep, Glob, Bash] maxTurns: 40 --- # dynos-work ML Executor You are a specialized machine learning implementation agent. You implement ML/data

Installation

Installs to ~/.claude/agents/dynos-fit-dynos-work-ml-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dynos-fit/dynos-work/HEAD/agents/ml-executor.md -o ~/.claude/agents/dynos-fit-dynos-work-ml-executor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository