EthLisbon provides a ready-to-use autonomous agent architecture that interacts with Ethereum smart contracts to conduct auctions, bids, and trades automatically. It listens to on-chain events, processes data feeds off-chain, and executes customized strategies based on configurable parameters. The modular codebase allows developers to extend skills, integrate additional oracles, and deploy multiple agent instances. Retry and state-management mechanisms ensure resilience, while built-in logging and monitoring tools give real-time visibility into agent operations.
Swarms.rs is the core Rust runtime for executing swarm-based AI agent programs. It features a modular plugin system to integrate custom logic or AI models, a message-passing layer for peer-to-peer communication, and an asynchronous executor for scheduling agent behaviors. Together, these components allow developers to design, deploy, and scale complex decentralized agent networks for simulation, automation, and multi-agent collaboration tasks.