Unified CLI for AI coding agents. One command, any engine.
Project description
heru
Unified CLI for AI coding agents. One command, any engine.
heru "implement auth" --engine claude --model claude-opus-4-6
heru "fix the bug" --engine codex --model gpt-5.4-high
heru --continue abc-123 "add tests"
heru "write docs"
Supports: codex, claude, copilot, gemini, opencode, goz.
All engines output the same normalized JSONL event format, regardless of which engine runs underneath.
Install
pip install heru
Usage
heru "your prompt here" # uses default engine
heru "your prompt" --engine claude # specify engine
heru "your prompt" --engine codex --model o3 # specify engine and model
heru --continue <session-id> "continue working" # resume a session
Part of litehive
heru is the engine layer for litehive, an autonomous task execution system for software projects.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
heru-0.0.1.tar.gz
(2.4 kB
view details)
File details
Details for the file heru-0.0.1.tar.gz.
File metadata
- Download URL: heru-0.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.5 cpython/3.13.12 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e06f70da35d86e1bd46dff86670fc439b460a13010dd16158d256eec527b9f8e
|
|
| MD5 |
e894f0dc723ac88afb5b879356337840
|
|
| BLAKE2b-256 |
ae9a4c35c582a36300cb19676bc96c449c2b0519fcf6d4cd29b80ea4271015a5
|