HandyLLM

January 7, 2026 ยท View on GitHub

๐ŸŒŸ Support us! If you find HandyLLM useful, please consider starring it to help it spread and improve ๐ŸŒŸ


HandyLLM

GitHub PyPI vsmarketplace Open VSX Version sublimepackage Ask DeepWiki

A handy toolkit for using LLM, with both development support (Python) and editor support (VSCode โ€ข VSCode Compatible Editors โ€ข Sublime Text).

๐Ÿ™Œ Why HandyLLM?

๐Ÿ“ƒ Handy Prompt: self-containing prompt in a human-friendly mark-up format .hprompt.

  • Easy write: mark-up format, placeholder variables, request arguments, output logs... And most importantly syntax highlight!
  • Easy run: both CLI and APIs available for parsing and running; run it with the CLI tool WITHOUT any code!
  • Easy chain: You can chain hprompt files to construct dynamic logic.

screenshot_vscode screenshot_st

Other features:

โ˜ฏ๏ธ Unified API design with both sync and async support

๐Ÿก OpenAI and Azure APIs all in one

โ˜•๏ธ Easy life with API endpoint management

Installation

pip3 install handyllm

or, install from the Github repo to get latest updates:

pip3 install git+https://github.com/atomiechen/handyllm.git

For editor support, check the HandyLLM VSCode extension from marketplace or Open VSX, or the Sublime Text Package.

Documentation

Please check out our wiki for comprehensive guides ^_^

License

HandyLLM ยฉ 2024 by Atomie CHEN is licensed under the MIT License - see the LICENSE file for details.