Skip to main content

aether_core/
lib.rs

1#![doc = include_str!("../README.md")]
2
3pub mod agent_spec;
4pub mod context;
5pub mod core;
6pub mod events;
7pub mod mcp;
8#[cfg(feature = "testing")]
9pub mod testing;
10
11pub use agent_spec::{AgentSpec, AgentSpecExposure};