aegon-types 0.1.0

Core domain types for Aegon. Not intended for direct use outside the workspace.
Documentation
1
2
3
4
5
6
7
8
9
//! Tool invocation, result, and execution metadata types.

mod call;
mod metadata;
mod result;

pub use call::ToolCall;
pub use metadata::ToolMetadata;
pub use result::ToolResult;