Skip to main content

LLM plugin exposing the RovoDev model for the llm CLI

Project description

llm-rovodev

License

Plugin for LLM adding a model called rovodev that shells out to acli rovodev run and returns the parsed response.

Installation

Install this plugin in the same environment as LLM:

llm install llm-rovodev

To learn more about installing and using the Rovo Dev CLI itself, see: Introducing Rovo Dev CLI – AI-Powered Development in your terminal.

Usage

This plugin adds a model called rovodev. You can execute it like this:

# Basic usage
llm -m rovodev "What is 2+2?"

# Allow up to 15 minutes for complex runs (minimum enforced is 120s)
llm -m rovodev -o timeout_seconds 900 "Run a long multi-step task"

By default it parses the box-drawn "Response" section from the external acli rovodev run output and prints just that content.

Notes:

  • The plugin executes an external CLI: acli rovodev run.
  • Rovodev non-interactive "run" prompts can only contain 256 characters. To work around this, if your prompt exceeds 256 characters, the plugin writes it to a file under ./.llm-rovodev/ and instructs the agent to read it. These files are deleted after the next run of llm using this plugin.
  • Many advanced features are not yet supported: no API keys, no schemas, no tools, no attachments, no token usage tracking, etc.
  • Enable LLM_ROVODEV_DEBUG=1 to see the exact command, redacted env, timing, and (on errors or missing Response blocks) full stdout/stderr. This can help diagnose CLI behavior quickly.
  • Options:
    • -o yolo true forwards --yolo to acli rovodev run.
    • -o config-file <path> forwards --config-file <path> to acli rovodev run. Relative paths are normalized to absolute before being passed through. The config file can set which model Rovo Dev runs with, whether sessions are persisted between runs, and more.
    • -o timeout <seconds, minimum 120> to set a timeout which will kill the subprocess that spawned rovodev.
    • -o raw true will output unfiltered stdout text from acli rovodev subprocess.

Development

To set up this plugin locally:

python3 -m venv venv
source venv/bin/activate
pip install -e .
pip install pytest
pytest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

llm_rovodev-0.1.3.tar.gz (17.2 kB view details)

Uploaded Source

Built Distribution

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

llm_rovodev-0.1.3-py3-none-any.whl (9.5 kB view details)

Uploaded Python 3

File details

Details for the file llm_rovodev-0.1.3.tar.gz.

File metadata

  • Download URL: llm_rovodev-0.1.3.tar.gz
  • Upload date:
  • Size: 17.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for llm_rovodev-0.1.3.tar.gz
Algorithm Hash digest
SHA256 0dd0fafdadc157b7ea6bdf623954ed02df3d60eb5625a3185436422f7f097bbc
MD5 666ea51f5364b9d59394c89f0189c49a
BLAKE2b-256 47b30a806aadb8a1c1c5917a7d1cf605d1c6c7ce092815fac735b030bb69de76

See more details on using hashes here.

File details

Details for the file llm_rovodev-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: llm_rovodev-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 9.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for llm_rovodev-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b1d050b4e94f764ac7345264488712c18c3d7353f58ec8cad116bf32bfa3412f
MD5 6fd99e33c0bf246fbc718055a452a8f6
BLAKE2b-256 709e2024b802f4bac27c75716bd8d59663fdd9f191abd75c51e1671843f18813

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