-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml.example
More file actions
76 lines (66 loc) · 1.69 KB
/
Copy pathconfig.yaml.example
File metadata and controls
76 lines (66 loc) · 1.69 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Example container-oriented config.
# Intended to be mounted into the container as /config/config.yaml.
# Runtime data is written into the separate /data volume.
server:
host: 0.0.0.0
port: 8787
outline:
api_base_url: https://outline.example.com/api
api_key: ol_api_0123456789abcdef0123456789abcdef
webhook_signing_secret: ol_whs_0123456789abcdef0123456789abcdef
trigger:
mode: mention
mention_aliases:
- "@agent"
# on_reply_to_agent: true
model:
ref: null
timeout_seconds: 180
model_profiles:
default: demo/gpt-4.1-mini
profiles:
demo:
provider: openai-responses
base_url: https://your-gateway.example.com/openai/v1
api_key: ""
models:
- gpt-4.1-mini
web_search:
provider: gemini
gemini:
api_key: ""
base_url: https://generativelanguage.googleapis.com
model: gemini-3-flash-preview
openai:
api_key: ""
base_url: https://api.openai.com/v1
model: gpt-5
prompts:
system_prompt_packs:
- outline_style
features:
memory_actions: true
memory_updates: true
document_updates: true
tool_use: true
document_memory: true
reactions: true
mermaid_validation: true
related_documents: true
progress_comments: true
runtime:
dry_run: false
collection_memory_document_title: MEMORY
tool_execution_max_rounds: 10
tool_execution_max_steps: 6
tool_execution_chunk_size: 2
mermaid_validation_mode: auto
mermaid_validation_max_retries: 3
mermaid_validation_exhausted_action: allow_write
mermaid_validation_timeout_seconds: 20
workspace_root: /data/agents
webhook_log_dir: /data/webhooks
dedupe_store_path: /data/processed_events.json
logging:
level: DEBUG
file_path: /data/logs/outline-agent.log