aether-agent-core 0.3.0

A minimal Rust library for building AI agents with MCP tool integration
Documentation
1
2
3
4
5
6
7
8
mod agent {
    mod agent_tests;
    mod cancel_tests;
    mod clear_context_tests;
    mod error_recovery_tests;
    mod model_switch_tests;
    mod queued_message_tests;
}