feat: prepare agen crates for publication

This commit is contained in:
2026-08-23 03:41:51 +09:00
parent aa8dd4f89e
commit d69c367285
206 changed files with 1316 additions and 1145 deletions
+23
View File
@@ -0,0 +1,23 @@
//! Ollama fixture-based integration tests
mod common;
#[test]
fn test_fixture_events_deserialize() {
common::assert_events_deserialize("ollama");
}
#[test]
fn test_fixture_event_sequence() {
common::assert_event_sequence("ollama");
}
#[test]
fn test_fixture_usage_tokens() {
common::assert_usage_tokens("ollama");
}
#[test]
fn test_fixture_with_timeline() {
common::assert_timeline_integration("ollama");
}