behest 0.5.9

A Rust-native cloud agent runtime with typed tools, pluggable memory, queues, and observability.
Documentation
1
2
3
4
5
6
7
//! Re-export of the tool system from [`behest_tool`].
//! This module is preserved for facade compatibility.

pub use behest_tool::{
    ExecutionPlan, FunctionTool, SideEffects, Tool, ToolExecutionStrategy, ToolOutput,
    ToolRegistry, ToolResult,
};