aether-agent-core 0.7.1

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 mcp {
    mod agent_sync_tests;
    mod config_parser_tests;
    mod instructions_tests;
    mod ipc_tests;
    mod mrtr_tests;
    mod oauth_tests;
    mod server_round_trip_tests;
    mod task_tests;
    mod trace_context_tests;
}