Delegate research/analysis tasks to FirePass (Kimi K2.6 Turbo via Fireworks AI). The researcher has a read-only tool loop — it can read files, search with ripgrep/ast-grep/jq/glob, and iterate autonomously. No writes or shell commands. Use INSTEAD OF default Agent subagents for research work.
Delegate code review tasks to FirePass (Kimi K2.6 Turbo via Fireworks AI). The reviewer has a read-only tool loop and returns structured review output: blocking issues, suggestions, and what's done well. Use for code review, PR review, or architecture review.
Delegate full plan→implement→review work to FirePass (Kimi K2.6 Turbo via Fireworks AI). The trio runs researcher, then worker, then reviewer in one MCP call, with a bounded fix loop-back when the reviewer says NEEDS-FIXES. Use INSTEAD OF stitching the three single-role tools yourself.
Delegate coding/implementation tasks to FirePass (Kimi K2.6 Turbo via Fireworks AI). The worker has its own tool loop — it can read/write/edit files, run bash, search with ripgrep/ast-grep/jq, and iterate autonomously. Use INSTEAD OF default Agent subagents for coding work.
MCP server that wraps Kimi K2.6 Turbo (Fireworks AI) as an agentic coding assistant with a full tool loop. Runs locally from the firepass-mcp Python package.