aether-agent-core 0.6.20

A minimal Rust library for building AI agents with MCP tool integration
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod agent_event_builder;
mod agent_trace;
mod fake_agent_observer;
mod fake_mcp;
mod utils;

pub use agent_event_builder::*;
pub use agent_trace::*;
pub use fake_agent_observer::*;
pub use fake_mcp::*;
pub use utils::*;