aether-llm 0.9.2

Multi-provider LLM abstraction layer for the Aether AI agent framework
Documentation
1
2
3
4
5
6
7
8
9
pub use utils::ReasoningEffort;

/// Source metadata for the model's explicit disabling capability.
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum ReasoningDisabledSupport {
    Unsupported,
    Effort,
    Toggle,
}