According to Onlooker Beating monitoring, the open-source AI agent framework Hermes Agent has released version 0.17.0, with a core feature enabling a direct iMessage access channel without the need for Mac hardware relay. The new version integrates an iMessage platform plugin based on the Photon Spectrum hosted routing pool, allowing users to log in directly via a device code, completely eliminating the restriction of requiring a self-hosted Mac device or setting up intermediary gateways like BlueBubbles.
In addition to the communication channel expansion, the new version introduces asynchronous sub-agent design, supporting the delegation of heavy research or build tasks to run in the background through delegate_task(background=true). The main agent can continue to interact with users during task execution without being blocked. On the model support front, Hermes Agent has integrated the xAI subscription service, allowing users to directly invoke the grok-composer-2.5-fast model (with 200k contexts) through OAuth authorization, gaining rapid Composer-like programming capabilities without the need for a standalone API key.
The desktop end has added a real-time monitoring window for sub-agents called watch-windows, enabling users to stream the execution trace of background tasks in a separate pane and directly install any VS Code Marketplace theme. At the underlying mechanism level, the upgraded memory tool now supports atomic execution of add, replace, and delete operations in a single call, allowing more efficient memory release and management within a limited character budget, significantly reducing the chances of interaction failure due to memory overflow in multi-turn dialogs.
