Files
coyote-config-template/agents/hello-agent/README.md
T
2026-05-22 17:07:12 -06:00

16 lines
446 B
Markdown

# hello-agent
A minimal sample agent shipped with `loki-config-template`. Use it as a
starting point or delete this directory.
Activate it in the Loki REPL:
```
.agent hello-agent
```
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)
for the full configuration reference.