Back to Lab
DeepSeek-powered supervisor that drives Claude Code through your project. Breaks tasks into steps, sends each to Claude Code, keeps going until done. Full TUI with live output and message queuing.
Running
v1.1.1How It Works
1you describe the task
2DeepSeek thinks and plans
3Claude Code writes code
4DeepSeek evaluates, sends next step
5repeats until done
Features
- Breaks your request into steps and sends each to Claude Code
- DeepSeek with thinking mode for planning and reasoning
- Full TUI with scrollable output, fixed input, and live status bar
- Watch Claude Code work in real time, every tool call, every file edit
- Type while the agent works, messages queue automatically
- Project-specific instructions via .supervis/SUPERVIS.md
- Cost tracking per request with token breakdown
- Event-driven architecture, business logic decoupled from UI
Tech Stack
Python 3.10+Textual (TUI)DeepSeek APIClaude Code CLIOpenAI SDK
Controls
Ctrl+Z interrupt agent
Ctrl+Q quit
/reset clear session
/help show commands
Install
pipx install supervis