Skip to main content

Crate utils

Crate utils 

Source
Expand description

§aether-utils

Shared utilities for the Aether AI agent framework.

§Table of Contents

§Key Types

  • MarkdownFile<T> – Parse markdown files with optional YAML frontmatter into typed structs
  • ReasoningEffort – 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;

Modules§

markdown_file
reasoning
settings
substitution