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
17
18
[fallback]
skill_description = "Local workflow instructions."

[manifest]
label = "Skills"
description = "Discover local SKILL.md capabilities"

[prompt]
default = "When a skill is named or matches the task, call `load_skill` before using it. Load files referenced by its instructions with `load_skill`'s `path` argument."

[render]
skill = "Skill"

[tool.load_skill]
description = "Load discovered skill instructions or a UTF-8 file relative to its directory."

[tool.load_skill.parameter.path]
description = "Relative path inside the skill; defaults to SKILL.md."