#![allow(clippy::unwrap_used, clippy::expect_used, clippy::panic)]
#[ignore = "requires running Ollama instance"]
#[tokio::test]
async fn e2e_graph_execution() {
}
#[ignore = "requires running Ollama instance"]
#[tokio::test]
async fn e2e_graph_with_checkpointing() {
}