Skip to content
/ cli Public

Command line interface

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

minionrt/cli

Repository files navigation

minionrt CLI

Run compatible agents from the command line.

Warning

This project is in an early state of development. Expect bugs and missing features.

Quickstart

  • Install a Rust toolchain using rustup.rs.
  • Clone the repository on your machine:
    git clone --recurse-submodules https://github.com/minionrt/cli
  • To locally install the minion executable, run:
    cargo install --path .
    The binary minion gets installed to ~/.cargo/bin/minion; make sure that this directory is in your $PATH.
  • Login to one of the supported LLM providers:
    minion login --help
  • Navigate to any git repository cloned on your local machine and run:
    minion run --nested
    This will start the default agent and provide it access to the git repository in the current directory. Note that it will only have access to content checked into git. Unstaged or ignored files (which may contain secrets) will deliberately not be accessible to the agent. Use minion --help and minion run --help for more information on CLI usage.

License

This project is distributed under the terms of both the MIT license and the Apache License 2.0. See LICENSE-APACHE and LICENSE-MIT for details.

About

Command line interface

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •