//! sgr-agent-core — minimal core types for sgr-agent ecosystem.
//!
//! Contains: Tool trait, FileBackend trait, ToolDef, AgentContext, JSON Schema helpers.
//! No heavy deps — just serde, schemars, async-trait, thiserror, anyhow.
// Re-exports for convenience
pub use ;
pub use FileBackend;
pub use ;
pub use ;
pub use ;