hehe-core 0.0.1

Core types, traits and utilities for hehe AI Agent framework
Documentation
1
2
3
4
5
mod call;
mod schema;

pub use call::{ToolCall, ToolCallStatus};
pub use schema::{JsonSchemaType, ToolDefinition, ToolParameter};