aether-utils 0.1.7

Shared utilities for the Aether AI agent framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![doc = include_str!("../README.md")]

pub mod markdown_file;
pub mod reasoning;
pub mod settings;
pub mod shell_expander;
pub mod substitution;

pub use markdown_file::MarkdownFile;
pub use reasoning::ReasoningEffort;
pub use settings::SettingsStore;