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;
8pub mod session;
9#[cfg(feature = "testing")]
10pub mod testing;
11
12pub use agent_spec::{AgentSpec, AgentSpecExposure};