🛠 OpenComputer introduces Durable Agent Sessions API (Preview)

This is a managed infrastructure for creating resilient AI agent sessions. The platform separates the agent's logic ("Brain") from its execution environment ("Hands"), ensuring security through sandboxing and secure secret storage. The system supports automatic restarts upon failure, hibernation during idle periods, and event streaming.

🌍 Solving the problem of agent ephemerality. By moving state management, runtime lifecycle, and webhooks to the infrastructure level, developers can create more complex and reliable agents without worrying about low-level fault tolerance and key security.

👤 This enables the creation of AI assistants that do not "forget" context when a connection is interrupted and can safely execute commands in an isolated environment, which is critical for autonomous coding agents.

Source 1: https://opencomputer.durableagents.dev/