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
[CONTINUE]
You have unfinished tasks. Proceed with the next pending item.
Do not explainjust execute.
Do not explain; just execute.
```
### Default Continuation Prompt
@@ -229,6 +229,6 @@ automatically. If you're seeing loops:
---
## Additional Docs
- [Agents](./AGENTS.md) Full agent configuration guide
- [Function Calling](./function-calling/TOOLS.md) How tools work in Loki
- [Sessions](./SESSIONS.md) How conversation state is managed
- [Agents](./AGENTS.md) - Full agent configuration guide
- [Function Calling](./function-calling/TOOLS.md) - How tools work in Loki
- [Sessions](./SESSIONS.md) - How conversation state is managed