summary refs log tree commit diff
path: root/modules/agent.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-06-14 01:58:31 +0200
committerMel <mel@rnrd.eu>2026-06-14 01:58:31 +0200
commit03f0fd06c17f5d58993b146ccc9109f9344e7218 (patch)
tree19023baa9f331e56dd51d3e46f7a9bdd016c8e6d /modules/agent.nix
parent6e8ba05449304332ad2e94b20c480a95d223ae3b (diff)
downloadnetwork-03f0fd06c17f5d58993b146ccc9109f9344e7218.tar.zst
network-03f0fd06c17f5d58993b146ccc9109f9344e7218.zip
Add a SOUL to the Renard agent
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/agent.nix')
-rw-r--r--modules/agent.nix4
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";