feat: renamed Loki to Coyote

This commit is contained in:
2026-05-27 11:19:22 -06:00
parent ddbc234964
commit 894f0b29a9
4 changed files with 35 additions and 35 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
# hello-agent
A minimal sample agent shipped with `loki-config-template`. Use it as a
A minimal sample agent shipped with `coyote-config-template`. Use it as a
starting point or delete this directory.
Activate it in the Loki REPL:
Activate it in the Coyote REPL:
```
.agent hello-agent
@@ -11,5 +11,5 @@ Activate it in the Loki REPL:
Customize `config.yaml` for the model, temperature, system prompt, and
optional features (tool access, sub-agent spawning, todo system, etc.).
See the [Loki Agents wiki](https://github.com/Dark-Alex-17/loki/wiki/Agents)
See the [Coyote Agents wiki](https://github.com/Dark-Alex-17/coyote/wiki/Agents)
for the full configuration reference.