defect-agent 0.1.0-alpha.6

Core agent runtime for defect: turn loop, context compaction, tools and session orchestration.
Documentation
1
2
3
4
5
6
7
//! Cross-module error utilities.
//!
//! [`BoxError`] now lives in `defect-core` so provider/transport crates can use it without
//! depending on the agent runtime. Re-exported here so existing `defect_agent::error::*`
//! paths keep working.

pub use defect_core::error::BoxError;