OpenClaw announcement from Build 2026?
Has anyone been digging into the OpenClaw announcement from Build 2026? (Properly kicked off June 2 with the Windows Developer Blog post; main keynote coverage hit June 6.) Quick summary for anyone who missed it — Microsoft is turning Windows 11 into a native host for AI agents. Four-pillar stack: - OpenClaw containers — hardware-isolated agent compartments using VBS + Hyper-V, vTPM-backed enclaves, JSON manifest-driven security policy - MXC (Microsoft Execution Containers) — cryptographically signed, immutable agent images on a "just-enough OS" minimal kernel - Scout — real-time agent telemetry via ETW, sub-second anomaly detection, pushable through Group Policy / Intune - Project Solara — multi-agent orchestration via publish/subscribe message bus, declarative YAML capability definitions OpenClaw on Windows ships as a Feature Experience Pack before end of July, public preview in 24H2, GA early 2027. The article explicitly names Claude Code and GitHub Copilot CLI as supported. Hermes isn't on the named list — which is the bit I'm trying to figure out. Three things I'd love community input on: 1. Has anyone tested Hermes inside an OpenClaw container in Insider builds? OpenClaw started life as an open-source Linux spec, so technically it should host any Python-based agent runtime — but I haven't seen anyone confirm Hermes specifically. 2. Project Solara vs Hermes Kanban — overlapping or complementary? Solara is doing multi-agent orchestration via pub/sub. Hermes Kanban (v0.13+) is also multi-agent orchestration but via a durable task board with heartbeats and zombie detection. Curious whether Hermes-on-Windows would run inside Solara, replace Solara for our use cases, or just coexist. Feels like a real architectural question worth pressure-testing. 3. Nick — separate question for you: Orgo soon to drop Windows VMs in beta. Will the Windows Orgo VMs get OpenClaw / MXC support once the Windows feature lands GA? The unlock I'm imagining is cloud-hosted, OS-level hardware-isolated agent containers running Hermes — but that's three layers stacking which may or may not actually compose cleanly.