llmgraph 0.1.1

This library provides a framework for building conversational AI applications with function calling capabilities using a graph-based architecture.
Documentation
1
2
3
// This file now re-exports the Message struct from the tools module
// to maintain backward compatibility while avoiding duplicate definitions
pub use crate::models::tools::Message;