Jugaad2
Lightweight fork of JugaadAgent for quick PyPI install testing. Same agent loop — default Ollama model is smollm2:135m so it can sit next to jugaad-agent without conflicting.
Install
pip install jugaad2
# or
pipx install jugaad2
ollama pull smollm2:135m
Usage
jaa2 "create a folder demo and list it"
jaa2 "echo hello" --dry-run
jugaad2 --version
python -m jugaad2 "echo hi"
Commands: jaa2 / jugaad2 (do not clash with jaa / jugaad from jugaad-agent).
| Flag | Description |
|---|---|
--model, -m |
Ollama model (JUGAAD2_MODEL) |
--max-retries |
Self-heal ceiling (default 3) |
--dry-run |
Generate without executing |
--yes, -y |
Auto-approve MEDIUM/HIGH risk |
Environment
| Variable | Default |
|---|---|
JUGAAD2_MODEL |
smollm2:135m |
JUGAAD2_BASE_URL |
http://127.0.0.1:11434 |
JUGAAD2_MAX_RETRIES |
3 |
Publish
pip install build twine
python -m build
twine check dist/*
twine upload dist/*
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jugaad2-0.1.0.tar.gz
(9.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
jugaad2-0.1.0-py3-none-any.whl
(12.8 kB
view details)
File details
Details for the file jugaad2-0.1.0.tar.gz.
File metadata
- Download URL: jugaad2-0.1.0.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.11.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4effa461920d8f36e64ae7baa2ed13e8af963e0c7dbe992337dd8f2b40b7102f
|
|
| MD5 |
0a74347b38c2765f0e536a407310c544
|
|
| BLAKE2b-256 |
bbd159f574a73d525d1beccb94a2cc588a50ed30030eea9eeee60af80e70bb32
|
File details
Details for the file jugaad2-0.1.0-py3-none-any.whl.
File metadata
- Download URL: jugaad2-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.11.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7595692c4d8db0ef8ed1fb8f9706eb88b0ff17937b68915380712230045076dd
|
|
| MD5 |
6ecb0c20d7119fdc37dae52ef8c573ce
|
|
| BLAKE2b-256 |
4549c46078400ef681bd7eb7cca6e28acd9014bf2dcd0c0ac2f60c25e479c6d8
|