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
4
5
6
pub mod message;
pub mod graph;
pub mod tools;

// Re-export the Message struct from tools module for convenience
pub use tools::Message;