Template
16 lines
454 B
Markdown
16 lines
454 B
Markdown
# hello-agent
|
|
|
|
A minimal sample agent shipped with `coyote-config-template`. Use it as a
|
|
starting point or delete this directory.
|
|
|
|
Activate it in the Coyote 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 [Coyote Agents wiki](https://github.com/Dark-Alex-17/coyote/wiki/Agents)
|
|
for the full configuration reference.
|