aether-utils 0.1.0

Shared utilities for the Aether AI agent framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# aether-utils

Shared utilities for the Aether AI agent framework.

## 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