macro_rules! create_agent {
    ($component:ident, $create:expr) => { ... };
}