Skip to main content

Agentic coding terminal for the shell (runPixel gateway / OpenAI-compatible / offline backends)

Project description

robodog-terminal

A agentic agentic coding terminal: a prompted tool-use loop that reads/edits files, runs commands, runs tests, and self-corrects — over pluggable LLM backends. Designed to run leading models on self-hosted gateways (air-gapped, where an agentic coding terminal can't reach), and works equally with OpenAI-compatible models or a fully offline mock.

Install

pip install -U robodog-terminal       # or, from a checkout: pip install -e apps/cli/robodog

Run

The command is dashed (robodog-terminal or the short alias robodogt); the Python package is robodog_terminal with an underscore (python -m robodog_terminal also works).

robodog-terminal --backend openrouter --model anthropic/claude-sonnet-4.6  # live via OpenRouter (provider/model ids)
robodog-terminal --backend openai --model gpt-4o      # live via OpenAI directly (bare ids)
robodog-terminal --backend gateway                    # enterprise box (the gateway / leading models)
robodog-terminal --echo                               # offline demo, no keys
robodog-terminal --backend openai -p "fix x.py and run the tests"   # headless (-p)
python -m robodog_terminal.run_tests                  # test suites (from a checkout)

Configure (first run)

Get a key at openrouter.ai/keys, then either drop it in a config file:

mkdir -p ~/.robodog
echo "ROBODOG_LLM_KEY=<your OpenRouter key>" >> ~/.robodog/config.env
robodog-terminal             # then /doctor to verify what was found

…or keep it in an encrypted KeePass vault instead — no plaintext key on disk:

pip install "robodog-terminal[keepass]"
robodog-terminal
# then, at the prompt:
#   /keepass init <your OpenRouter key>     creates vault + keyfile + loader
#   /keepass                                status; /doctor to verify

command not found right after install? Your pip scripts dir isn't on PATH — use python -m robodog_terminal, or see the step-by-step setup guide.

Other providers (ROBODOG_LLM_URL) and the enterprise gateway (GATEWAY_*) are covered in the repo README.

Features

Agentic loop with an intent nudge + circuit breaker · tools (read/write/edit/ multi_edit/bash/run_script/run_tests/glob/grep/list_dir) with read-before-edit, post-edit syntax verification and fuzzy edits · foreground + background subagents (/bg /tasks /tail /kill) · per-prompt checkpoints with /rewind · JSONL sessions (/resume, --continue) · plan mode · encrypted KeePass key vault (/keepass) · skills & custom commands (.robodog/) · CLAUDE.md/ROBODOG.md hierarchy · a rich + prompt_toolkit TUI with an emoji/color status line, clickable file & file:line links, multiline paste, and mid-turn Ctrl+B backgrounding · headless -p (text/json) · /doctor.

Benchmarked at capability parity with a leading agentic coding assistant across 20 agentic scenarios. See robodogcli/docs/TERMINAL_MODE_PLAN.md for the full design.

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

robodog_terminal-0.2.4.tar.gz (114.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

robodog_terminal-0.2.4-py3-none-any.whl (136.1 kB view details)

Uploaded Python 3

File details

Details for the file robodog_terminal-0.2.4.tar.gz.

File metadata

  • Download URL: robodog_terminal-0.2.4.tar.gz
  • Upload date:
  • Size: 114.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for robodog_terminal-0.2.4.tar.gz
Algorithm Hash digest
SHA256 f5b834080753e0e30b0fa72e9d6fe48884d0baa45c4b96247ffff3f8f56dd085
MD5 3f34a25c41f7631e7e7e292b2ede6101
BLAKE2b-256 d5b7918b2ca8e670fa60c576fcc1f20cd9216aaf906d679e014bc2a197a0d5da

See more details on using hashes here.

File details

Details for the file robodog_terminal-0.2.4-py3-none-any.whl.

File metadata

File hashes

Hashes for robodog_terminal-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 5f9da62094049f9017b9b1aec0f2d3a77d1ca658df16a5ef4229acfba14299db
MD5 b2d19e621da957c97fb5e1da52f99955
BLAKE2b-256 acecd8b451c2a495230cc9c97aaa4781edd3a734d76b38d72684dd95f79bf668

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page