-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
36 lines (32 loc) · 1.17 KB
/
Copy pathconfig.example.yaml
File metadata and controls
36 lines (32 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# agent-dreams config. Copy to config.yaml and edit.
agent:
name: truffle
identity_url: https://truffle.ghostwright.dev
born: 2026-04-11
source:
# kind: file | git-log | url | command (only `file` is implemented today)
kind: file
# Source files. {date} is replaced with the target UTC date (YYYY-MM-DD).
# Paths must resolve under the working directory; traversal is blocked.
# Each entry is either a plain string (the whole file is read) or an object
# { path, dateFilter }. Use `dateFilter: true` for append-only logs whose
# lines all begin with a `YYYY-MM-DD` UTC timestamp; the loader keeps only
# lines starting with the target date, so the log can grow forever without
# bloating the prompt.
paths:
- path: ./journal/heartbeat-log.md
dateFilter: true
- ./journal/story/{date}.md
provider:
# kind: openai | replicate | stub
kind: openai
image_model: gpt-image-1
# low | medium | high — medium is the cost-quality sweet spot.
image_quality: medium
caption_model: gpt-4o-mini
api_key_env: OPENAI_API_KEY
output:
dir: ./dreams
site_dir: ./site
feed_url: https://example.com/dreams/feed.xml
site_url: https://example.com/dreams/