summaryrefslogtreecommitdiff
path: root/Omni/Agent/Paths.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Omni/Agent/Paths.hs')
-rw-r--r--Omni/Agent/Paths.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Omni/Agent/Paths.hs b/Omni/Agent/Paths.hs
index 6df6991..d8def78 100644
--- a/Omni/Agent/Paths.hs
+++ b/Omni/Agent/Paths.hs
@@ -8,6 +8,7 @@
module Omni.Agent.Paths
( avaDataRoot,
skillsDir,
+ promptsDir,
outreachDir,
userScratchRoot,
userScratchDir,
@@ -33,6 +34,9 @@ avaDataRoot =
skillsDir :: FilePath
skillsDir = avaDataRoot </> "skills"
+promptsDir :: FilePath
+promptsDir = avaDataRoot </> "prompts"
+
outreachDir :: FilePath
outreachDir = avaDataRoot </> "outreach"