This commit is contained in:
jif-oai
2025-12-18 14:07:39 +00:00
parent 5c8d22138a
commit 61474b285c
26 changed files with 256 additions and 21 deletions

View File

@@ -61,6 +61,7 @@ use std::time::Duration;
fn event(id: &str, msg: EventMsg) -> Event {
Event {
id: id.to_string(),
agent_id: None,
msg,
}
}