diff options
| author | Mel <mel@rnrd.eu> | 2026-06-14 01:58:31 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-06-14 01:58:31 +0200 |
| commit | 03f0fd06c17f5d58993b146ccc9109f9344e7218 (patch) | |
| tree | 19023baa9f331e56dd51d3e46f7a9bdd016c8e6d /modules | |
| parent | 6e8ba05449304332ad2e94b20c480a95d223ae3b (diff) | |
| download | network-03f0fd06c17f5d58993b146ccc9109f9344e7218.tar.zst network-03f0fd06c17f5d58993b146ccc9109f9344e7218.zip | |
Add a SOUL to the Renard agent
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/agent.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/agent.nix b/modules/agent.nix index 9cc0636..aabbfc3 100644 --- a/modules/agent.nix +++ b/modules/agent.nix @@ -31,6 +31,10 @@ config.age.secrets.renard-agent.path ]; + documents = { + "SOUL.md" = ../assets/agent/SOUL.md; + }; + settings = { model = { provider = "openrouter"; |
