Experimental Rust agent cockpit built on newt-agent.
gila embeds pinned Newt crates; it is not a Newt plugin. It adds a
human-owned PTY, read-only observation, capability packages, and
cockpit/FleetView previews. gila starts its coder with host filesystem,
network, and command authority. --ocap uses Newt's configured OCAP posture.
cowork, follow, hotseat, and companion panes do not inherit the ambient
default. See the
authority policy.
No gila result is published in
gilamonster-bench@44f49eb.
The table reproduces the
newt-agent@5ddc969
scoreboard; these are Newt results.
Best recorded Newt run per model and lane. Measured rows use
Terminal-Bench tb-30 at
context 65,536. OCAP off/on means unconfined/confined. Metadata is shown per
lane because the two maxima may come from different releases.
| Model | OCAP off | OCAP on |
|---|---|---|
deepseek-v4-prodeepseek |
56.7% (17/30) v0.8.0 · 2026-08-06 |
50.0% (15/30) v0.8.0 · 2026-08-06 |
nemotron-3-supernemotron |
36.7% (11/30) v0.8.0 · 2026-08-05 |
26.7% (8/30) v0.8.0 · 2026-08-05 |
ornith-1.0-35b-q8ornith |
pending | 36.7% (11/30) v0.7.6 · 2026-07-29 |
qwen3.6_35bqwen |
20.0% (6/30) v0.7.5 · 2026-07-28 |
26.7% (8/30) v0.7.6 · 2026-07-29 |
o4-miniopenai |
13.3% (4/30) v0.8.0 · 2026-08-05 |
16.7% (5/30) v0.8.0 · 2026-08-05 |
qwen3-coder_30bqwen |
10.0% (3/30) v0.7.5 · 2026-07-28 |
13.3% (4/30) v0.7.6 · 2026-07-29 |
gpt-oss_120bopenai |
10.0% (3/30) v0.8.0 · 2026-08-05 |
10.0% (3/30) v0.8.0 · 2026-08-05 |
kimi-linear_48bkimi |
pending | 10.0% (3/30) v0.7.6 · 2026-07-31 |
nemotron-3-nano_30bnemotron |
6.7% (2/30) v0.7.5 · 2026-07-29 |
pending |
glm-4.7-flashglm |
pending | 3.3% (1/30) v0.7.6 · 2026-07-31 |
gpt-4.1-miniopenai |
0.0% (0/30) v0.8.0 · 2026-08-05 |
3.3% (1/30) v0.8.0 · 2026-08-05 |
kimi-k2.7-codekimi |
queued | queued |
nemotron-3-ultranemotron |
queued | queued |
ornith-1.0-397b-iq1_mornith |
queued | queued |
Score records and July survey notes are pinned to the same Newt revision.
Builds require Rust 1.88+ and Python 3. The Unix recipe also requires
just.
git clone https://github.com/Gilamonster-Foundation/gilamonster-agent
cd gilamonster-agent
PYO3_PYTHON="$(command -v python3)" just install "$HOME/.local/bin"
export PATH="$HOME/.local/bin:$PATH"
gila --helpOn Windows, set PYO3_PYTHON to python.exe and run cargo install --path ..
gila # ambient coder in the current directory
gila code ./project # ambient coder in a project
gila --ocap code ./project # Newt's configured OCAP posture
gila cowork ./project # agent chat above a PTY shell
gila follow session.log # read-only shell observer
gila cap --help # optional capability packages
gila cockpit # multiplexer preview
gila matrix --mock # FleetView previewSee gila --help for all commands.
cargo build
just check # format, clippy, tests
just cov-ci # coverage gate
just install-hooksFor local Newt changes, run just overlay-on, edit the generated
.cargo/config.toml, then run just overlay-off to restore the pinned build.
