systemprompt-ai 0.1.18

Core AI module for systemprompt.io
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod config;
pub mod core;
pub mod providers;
pub mod schema;
pub mod storage;
pub mod structured_output;
pub mod tooled;
pub mod tools;

pub use storage::{ImageStorage, StorageConfig};
pub use tools::{NoopToolProvider, ToolDiscovery};