Expand description
§aether-utils
Shared utilities for the Aether AI agent framework.
§Key Types
MarkdownFile<T>– Parse markdown files with optional YAML frontmatter into typed structsReasoningEffort– Enum representing AI model reasoning levels (Low,Medium,High,Xhigh)SettingsStore– JSON settings file management with load-or-create semantics
§License
MIT
Re-exports§
pub use markdown_file::MarkdownFile;pub use reasoning::ReasoningEffort;pub use settings::SettingsStore;