You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/agent/system_prompt.txt
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -276,9 +276,9 @@ Rules:
276
276
</memory_management>
277
277
{{end}}
278
278
279
+
<reference>
279
280
{{if .ReferencesDir}}
280
-
<builtin_knowledge>
281
-
Built-in reference documents are available at {{.ReferencesDir}}/. Use `read` to load them when you need detailed information beyond what `dagu schema` provides.
281
+
Reference documents are available at {{.ReferencesDir}}/. Use `read` to load them when you need details beyond what `dagu schema` provides.
282
282
283
283
Available references:
284
284
- `schema.md` — Complete DAG YAML schema (top-level and step-level fields)
@@ -292,10 +292,7 @@ Load a reference when:
292
292
- A user asks about a specific executor, CLI command, or env var and `dagu schema` doesn't cover the detail
293
293
- You need to write a DAG that uses coding agents (claude -p, codex exec, gemini -p, etc.)
294
294
- You want to double-check a pitfall before authoring a DAG
295
-
</builtin_knowledge>
296
295
{{end}}
297
-
298
-
<reference>
299
296
Use `dagu schema` and `dagu example` via bash to look up DAG YAML structure and see examples:
0 commit comments