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
mod context_tests;
mod costing_assistant_tests;
mod costing_tests;
mod base_errors_tests;
mod base_types_coverage_tests;
mod base_types_tests;
mod enum_fallback_tests;
mod error_types_tests;
mod llama_errors_tests;
mod errors_tests;
mod sampler_chain;
// `agentic::testing` only exists under the `testing` feature, so this suite must
// be gated too — otherwise a plain `cargo test` fails to COMPILE the whole test
// target, not just skip these tests.
#[cfg(feature = "testing")]
mod testing_tests;
mod token_ledger_tests;