Merge branch 'main' of github.com:Dark-Alex-17/coyote
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ name = "coyote-ai"
|
|||||||
version = "0.8.3"
|
version = "0.8.3"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
|
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
|
||||||
description = "An all-in-one, batteries-included CLI runtime for LLMs"
|
description = "An all-in-one, batteries-included LLM runtime"
|
||||||
keywords = ["chatgpt", "llm", "cli", "ai", "repl"]
|
keywords = ["chatgpt", "llm", "cli", "ai", "repl"]
|
||||||
homepage = "https://github.com/Dark-Alex-17/coyote"
|
homepage = "https://github.com/Dark-Alex-17/coyote"
|
||||||
repository = "https://github.com/Dark-Alex-17/coyote"
|
repository = "https://github.com/Dark-Alex-17/coyote"
|
||||||
|
|||||||
+1
-1
@@ -99,7 +99,7 @@ LABEL com.docker.sandboxes="templates" \
|
|||||||
com.docker.sandboxes.flavor="shell-docker" \
|
com.docker.sandboxes.flavor="shell-docker" \
|
||||||
com.docker.sandboxes.start-docker="true" \
|
com.docker.sandboxes.start-docker="true" \
|
||||||
org.opencontainers.image.title="coyote" \
|
org.opencontainers.image.title="coyote" \
|
||||||
org.opencontainers.image.description="An all-in-one, batteries-included LLM CLI tool: Shell Assistant, CLI & REPL mode, RAG, AI tools & agents, MCP servers, skills, and macros." \
|
org.opencontainers.image.description="An all-in-one, batteries-included LLM runtime: Shell Assistant, CLI & REPL mode, RAG, AI tools & agents, MCP servers, skills, and macros." \
|
||||||
org.opencontainers.image.source="https://github.com/Dark-Alex-17/coyote" \
|
org.opencontainers.image.source="https://github.com/Dark-Alex-17/coyote" \
|
||||||
org.opencontainers.image.version="${COYOTE_VERSION}"
|
org.opencontainers.image.version="${COYOTE_VERSION}"
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Coyote: All-in-one, batteries-included LLM CLI Tool
|
# Coyote: All-in-one, batteries-included LLM runtime
|
||||||
|
|
||||||

|

|
||||||
[](https://crates.io/crates/coyote-ai)
|
[](https://crates.io/crates/coyote-ai)
|
||||||
@@ -8,8 +8,8 @@
|
|||||||

|

|
||||||
[](./LICENSE)
|
[](./LICENSE)
|
||||||
|
|
||||||
Coyote is an all-in-one, batteries-included, LLM CLI tool featuring Shell Assistant, CLI & REPL Mode, RAG, AI Tools &
|
Coyote is an all-in-one, batteries-included, LLM runtime featuring Shell Assistant, CLI & REPL Mode, RAG, AI Tools &
|
||||||
Agents, and More.
|
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
|
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. You can also install entire bundles of agents, roles, macros, tools, and MCP servers from
|
in as little time as possible. You can also install entire bundles of agents, roles, macros, tools, and MCP servers from
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ kind: sandbox
|
|||||||
name: coyote
|
name: coyote
|
||||||
displayName: Coyote
|
displayName: Coyote
|
||||||
description: >
|
description: >
|
||||||
An all-in-one, batteries-included LLM CLI tool featuring Shell Assistant,
|
An all-in-one, batteries-included LLM runtime featuring Shell Assistant,
|
||||||
CLI & REPL mode, RAG, AI tools & agents, MCP servers, skills, and macros.
|
CLI & REPL mode, RAG, AI tools & agents, MCP servers, skills, and macros.
|
||||||
|
|
||||||
sandbox:
|
sandbox:
|
||||||
@@ -370,4 +370,4 @@ agentInstructions:
|
|||||||
Useful first-run commands:
|
Useful first-run commands:
|
||||||
- `coyote --info` # show config paths and resolved settings
|
- `coyote --info` # show config paths and resolved settings
|
||||||
- `coyote --list-secrets` # initialise the local vault
|
- `coyote --list-secrets` # initialise the local vault
|
||||||
- `coyote --authenticate <client>` # OAuth flow (Claude Pro/Max, Gemini)
|
- `coyote --authenticate <client>` # OAuth flow (Claude Pro/Max, Gemini)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Documentation: https://docs.brew.sh/Formula-Cookbook
|
# Documentation: https://docs.brew.sh/Formula-Cookbook
|
||||||
# https://rubydoc.brew.sh/Formula
|
# https://rubydoc.brew.sh/Formula
|
||||||
class Coyote < Formula
|
class Coyote < Formula
|
||||||
desc "All-in-one, batteries included LLM CLI tool"
|
desc "All-in-one, batteries-included LLM runtime"
|
||||||
homepage "https://github.com/Dark-Alex-17/coyote"
|
homepage "https://github.com/Dark-Alex-17/coyote"
|
||||||
if OS.mac? and Hardware::CPU.arm?
|
if OS.mac? and Hardware::CPU.arm?
|
||||||
url "https://github.com/Dark-Alex-17/coyote/releases/download/v$version/coyote-aarch64-apple-darwin.tar.gz"
|
url "https://github.com/Dark-Alex-17/coyote/releases/download/v$version/coyote-aarch64-apple-darwin.tar.gz"
|
||||||
|
|||||||
Reference in New Issue
Block a user