AI agent toolkit: unified LLM API, agent loop, TUI, coding agent CLI
Pi v0.79.9 adds chat-template thinking support for vLLM/Hugging Face models like DeepSeek via OpenAI-compatible providers.
$ git clone --branch v0.79.9 https://github.com/earendil-works/pi.git # already have the repo? check out this version: $ git checkout v0.79.9
- ›Supports
chat_template_kwargs-basedthinking controls for OpenAI-compatible custom providers, enabling vLLM/Hugging Face chat-template models (e.g. DeepSeek) to use provider-native thinking levels.