docs: Updated todo-system docs

This commit is contained in:
2026-02-13 15:13:37 -07:00
parent 621c90427c
commit d2e541c5c0
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -60,7 +60,7 @@ inject_todo_instructions: true # Include todo instructions in system prompt
continuation_prompt: | # Optional: customize the continuation prompt continuation_prompt: | # Optional: customize the continuation prompt
[CONTINUE] [CONTINUE]
You have unfinished tasks. Proceed with the next pending item. You have unfinished tasks. Proceed with the next pending item.
Do not explainjust execute. Do not explain; just execute.
``` ```
### Default Continuation Prompt ### Default Continuation Prompt
@@ -229,6 +229,6 @@ automatically. If you're seeing loops:
--- ---
## Additional Docs ## Additional Docs
- [Agents](./AGENTS.md) Full agent configuration guide - [Agents](./AGENTS.md) - Full agent configuration guide
- [Function Calling](./function-calling/TOOLS.md) How tools work in Loki - [Function Calling](./function-calling/TOOLS.md) - How tools work in Loki
- [Sessions](./SESSIONS.md) How conversation state is managed - [Sessions](./SESSIONS.md) - How conversation state is managed
+1 -1
View File
@@ -25,7 +25,7 @@ You have built-in task tracking tools. Use them to track your progress:\n\
\n\ \n\
RULES:\n\ RULES:\n\
- Always create a todo list before starting work.\n\ - Always create a todo list before starting work.\n\
- Mark each task done as soon as you finish it do not batch.\n\ - Mark each task done as soon as you finish it; do not batch.\n\
- If you stop with incomplete tasks, the system will automatically prompt you to continue."; - If you stop with incomplete tasks, the system will automatically prompt you to continue.";
pub type AgentVariables = IndexMap<String, String>; pub type AgentVariables = IndexMap<String, String>;