via “agentic loop orchestration with custom agent loop extensibility”
Open-source infrastructure for Computer-Use Agents. Sandboxes, SDKs, and benchmarks to train and evaluate AI agents that can control full desktops (macOS, Linux, Windows).
Unique: Provides a callback-based extension system with multiple hook points (pre/post action, loop iteration, error handling) and explicit support for custom agent loop subclassing, allowing developers to override core loop logic without forking the framework. Supports both native computer-use models and composed models with grounding adapters.
vs others: More flexible than frameworks with fixed loop logic; callback system enables non-invasive monitoring/logging vs. requiring loop subclassing, while custom loop support accommodates novel agent architectures that standard loops cannot express.