horus 0.6.9

A small, modular Rust framework for building coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[manifest]
label = "Tasks"
description = "Maintain a durable todo list for multi-step work"

[prompt]
main = "Use `write_todos` only for genuinely multi-step work. Keep the list short, mark work in_progress before starting and completed immediately after finishing, and end with a substantive answer."

[command.tasks]
description = "show the current todo list"

[render]
heading = "Tasks"
empty = "No tasks."

[tool.write_todos]
description = "Replace the session todo list; an empty list clears it."