foundation_ai 0.0.1

AI foundation crate for the eweplatform
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod access_tests;
#[cfg(feature = "live-model-tests")]
mod integrations;
mod agent_loop_generation_tests;
mod agent_loop_tests;
mod agentic_types_tests;
mod base_types_tests;
mod context_tests;
mod errors_policy_tests;
mod loop_detection_tests;
mod message_api_tests;
mod progress_tests;
mod provider_router_tests;
mod routable_provider_box_tests;
mod session_mock_tests;
mod serialization_tests;
mod session_tests;
mod steering_tests;