Swarms released version 0.1.7 of swarms-rs, optimizing performance and introducing the SwarmRouter structure
ChainCatcher message, AI agent protocol Swarms releases version swarms-rs 0.1.7. The new version enhances the agent structure, including a thread-safe 100-entry HashMap response cache, achieving sub-millisecond query responses; Arc-based configuration management, reducing memory usage by 40% in multi-threaded deployments; improved error handling and structured logging.In addition, contributor Adrián Gallego Castellanos has proposed a new pull request (PR), which introduces the SwarmRouter structure, ported from the Swarms Python framework to the Rust-based swarms-rs repository.