sugars_llm 0.2.0

LLM integration and AI agent builder utilities
Documentation
1
2
3
4
5
6
7
8
//! Prelude module that brings JSON syntax into scope

// This brings the hash_map_fn! macro into scope so {"key" => "value"} syntax works
pub use sugars_macros::hash_map_fn;

// Re-export all builder types
pub use crate::agent_builder::*;
pub use crate::models::*;