aether-utils 0.2.5

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

pub mod markdown_file;
pub mod plan_review;
pub mod reasoning;
pub mod resource_path;
pub mod serde_helpers;
pub mod settings;
pub mod shell_expander;
pub mod substitution;
pub mod variables;

pub use markdown_file::MarkdownFile;
pub use reasoning::ReasoningEffort;
pub use resource_path::{PathOrObject, ResourcePath, string_or_object_schema};
pub use serde_helpers::is_false;
pub use settings::SettingsStore;