Tarang CLI
AI-powered coding assistant with ManagerAgent architecture.
Installation
pip install tarang
Quick Start
# Start interactive session
tarang run
# Run a single instruction
tarang run "create a hello world app"
# Run and exit
tarang run "fix linter errors" --once
Commands
tarang run [instruction]- Start coding session (interactive or single)tarang init <project>- Initialize a new projecttarang chat- Interactive chat modetarang status- Show project statustarang resume- Resume interrupted executiontarang reset- Reset execution statetarang clean- Remove all Tarang statetarang check- Verify configuration
Options
--project-dir, -p- Project directory (default: current)--config, -c- Agent config (coder, explorer, orchestrator)--verbose, -v- Enable verbose output--once- Run single instruction and exit
Configuration
Tarang requires an OpenRouter API key:
export OPENROUTER_API_KEY=your_key
Project State
Tarang stores execution state in .tarang/ directory:
state.json- Current execution state- Supports resume after interruption
Links
- Website: devtarang.ai
- Documentation: docs.devtarang.ai
License
MIT
Release files for tarang 4.8.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tarang-4.8.0.tar.gz | 110.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tarang-4.8.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 233.1 kB
Release files / tarang-4.8.0.tar.gz
| Download URL | tarang-4.8.0.tar.gz |
|---|---|
| Size | 110.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4a9f9dac720d8d29593f17e4c4cc8693c46868393fbc798cca81cb5262a1e668
|
|
BLAKE2b-256 checksum How to use checksums |
4c1b478a4cf79961c93bb5df3571cc09c91552cf272c15c0bab82eb2f98a3b06
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / tarang-4.8.0-py3-none-any.whl
| Download URL | tarang-4.8.0-py3-none-any.whl |
|---|---|
| Size | 122.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c86f2d647db3d55bb8fd83cc57ccf08c74c22884ff2894b4e24d8956cdec1e87
|
|
BLAKE2b-256 checksum How to use checksums |
5edf3d3542ecb7fd1876752e0eeb84bfe24f597d91b298479e260bd2bc7ba8da
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|