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 = "Context offloading"
description = "Mask stale successful tool output from active model context"

[setting.stale_after_tokens]
label = "Stale after tokens"
description = "Successful tool results older than this trailing window are masked"
step = 10000

[defaults]
stale_after_tokens = 50000