aether-agent-core 0.6.24

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
14
mod agent {
    mod agent_tests;
    mod cancel_tests;
    mod clear_context_tests;
    mod compaction_tests;
    mod context_window_tests;
    mod error_recovery_tests;
    mod harness_tests;
    mod model_switch_tests;
    mod queued_message_tests;
    mod replace_conversation_tests;
    mod retry_tests;
    mod trace_tests;
}