| 📦 Turbo Go 3d7798b k33g 11h ago | 1 | [[agent]] |
| 2 | name = "Bob (llama.cpp)" |
| 3 | command = "docker" |
| 4 | args = ["agent", "serve", "acp", ".turbo-go/agent.yaml"] |
| 5 | env = { 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]] |
| 11 | name = "mini-me (llama.cpp)" |
| 12 | command = "mm" |
| 13 | args = ["-acp"] |
| 14 | env = { AGENT_CONFIG = ".turbo-go/agent.llamacpp.yaml" } |
| 15 | #env = { AGENT_CONFIG = "/Users/k33g/kDrive/Rickub/bots-garden/mini-me/agent.llamacpp.yaml" } |