systemprompt-ai 0.1.18

Core AI module for systemprompt.io
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod executor;
pub mod formatter;
pub mod synthesizer;

pub use executor::{ResponseStrategy, TooledExecutor};
pub use formatter::ToolResultFormatter;
pub use synthesizer::{
    FallbackGenerator, FallbackReason, ResponseSynthesizer, SynthesisParams,
    SynthesisPromptBuilder, SynthesisResult,
};