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
[manifest]
label = "Steering"
description = "Accept guidance during an active turn"

[setting.max_pending]
label = "Maximum pending messages"
description = "Maximum steering messages queued during an active turn"
step = 1

[defaults]
max_pending = 64