horus 0.6.8

A small, modular Rust framework for building coding agents
Documentation
[provider]
label = "OpenAI"
description = "Persistent Responses WebSocket with native compaction"
default_model = "gpt-5.6-sol"
web_search = ["off", "cached", "live"]

[[reasoning]]
id = "none"
label = "None"
description = "Skip reasoning for the lowest latency"

[[reasoning]]
id = "low"
label = "Low"
description = "Faster answers for straightforward work"

[[reasoning]]
id = "medium"
label = "Medium"
description = "Balanced reasoning and latency"

[[reasoning]]
id = "high"
label = "High"
description = "Deeper reasoning for complex work"

[[reasoning]]
id = "xhigh"
label = "Extra high"
description = "Extended reasoning for demanding work"

[[reasoning]]
id = "max"
label = "Maximum"
description = "Maximum reasoning for the hardest work"

[[models]]
id = "gpt-5.6-sol"
label = "Sol"
description = "Frontier capability for complex work"
context_window = 1050000
reasoning = ["none", "low", "medium", "high", "xhigh", "max"]
default_reasoning = "medium"

[[models]]
id = "gpt-5.6-terra"
label = "Terra"
description = "Balance intelligence and cost"
context_window = 1050000
reasoning = ["none", "low", "medium", "high", "xhigh", "max"]
default_reasoning = "medium"

[[models]]
id = "gpt-5.6-luna"
label = "Luna"
description = "Efficient, high-volume workloads"
context_window = 1050000
reasoning = ["none", "low", "medium", "high", "xhigh", "max"]
default_reasoning = "medium"