30 lines
834 B
Markdown
30 lines
834 B
Markdown
# Coyote - All-in-one, batteries-included LLM CLI tool
|
|
|
|
```
|
|
____ _
|
|
/ ___|___ _ _ ___ | |_ ___
|
|
| | / _ \| | | |/ _ \| __/ _ \
|
|
| |__| (_) | |_| | (_) | || __/
|
|
\____\___/ \__, |\___/ \__\___|
|
|
|___/
|
|
|
|
```
|
|
|
|
`coyote` is an all-in-one, batteries-included, LLM CLI tool featuring Shell Assistant, CLI & REPL Mode, RAG, AI Tools &
|
|
Agents, and More.
|
|
|
|
It is designed to include a number of useful agents, roles, macros, and more so users can get up and running with Coyote
|
|
in as little time as possible.
|
|
|
|
**This repo holds the Homebrew Tap and Formula for [Coyote](https://github.com/Dark-Alex-17/coyote)**
|
|
|
|
# Install with
|
|
|
|
```
|
|
brew tap Dark-Alex-17/coyote
|
|
brew install coyote
|
|
|
|
# If you need to be more specific, use:
|
|
brew install Dark-Alex-17/coyote/coyote
|
|
```
|