turbo-editors/turbo-rustpublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-rust.git
git clone ssh://git@rickub.com/turbo-editors/turbo-rust.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

acp.toml · 14 lines · 544 BTOML Blame HistoryRaw
📦 Turbo Rust 713ea5c k33g 10h ago1[[agent]]
2name = "Bob (llama.cpp)"
3command = "docker"
4args = ["agent", "serve", "acp", ".turbo-rust/agent.yaml"]
5env = { TELEMETRY_ENABLED = "false" }
6
7# The user's own agent, the one Zed runs as "mini-me": it speaks the protocol
8# on stdin/stdout when started with -acp, and announces slash commands the
9# editor lists when / is typed at the start of the box.
10[[agent]]
11name = "mini-me (llama.cpp)"
12command = "mm"
13args = ["-acp"]
14env = { AGENT_CONFIG = "/Users/k33g/kDrive/Rickub/bots-garden/mini-me/agent.llamacpp.yaml" }