aether-agent-core 0.7.0

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

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