horus 0.5.0

A small, modular Rust framework for building coding agents
Documentation
1
2
3
4
5
//! Runtime adapters used by the agent loop.

pub mod checkpoint;
pub mod model;
pub mod sandbox;