README: A coding agent for your terminal. Works with any model; open models first.
README: npm install -g codewhale
README: codewhale auth set --provider deepseek # or export ANTHROPIC_API_KEY, etc. codewhale # open the TUI codewhale exec "fix the failing test" # headless
README: Talks to hosted open-model providers (`deepseek`, `openrouter`, `moonshot`, `zai`, `minimax`, `nvidia-nim`, …), to your own `vllm` / `sglang` / `ollama` with no key, and to Anthro…
README: Runs multiple workers durably: Fleet records work in an append-only ledger, so runs survive restarts and `fleet resume` picks up where things stopped.