# aether-utils
Shared utilities for the Aether AI agent framework.
## Table of Contents
- [Key Types](#key-types)
- [License](#license)
## 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