1 2 3 4
//! Agent invocation handler - boundary module. //! //! This module contains the impure agent execution code that requires //! mutable state and I/O operations. Dylint rules are exempt here.