Skip to main content

Crate llmgraph

Crate llmgraph 

Source
Expand description

LLMGraph - A Multi-Agent AI System Framework

This library provides a framework for building conversational AI applications with function calling capabilities using a graph-based architecture.

Re-exports§

pub use errors::LLMGraphError;
pub use errors::LLMGraphResult;
pub use models::graph::Agent;
pub use models::graph::Graph;
pub use models::tools::Tool;
pub use models::tools::ToolRegistry;
pub use models::tools::ToolRegistryTrait;
pub use models::tools::Message;

Modules§

agents
Built-in agent implementations for common use cases.
errors
Error handling module for the LLMGraph library.
generate
models

Functions§

add