DigitalOcean Managed Agents 开启公开预览:智能体会话可暂停且暂停不计费

Rohan Paul · @rohanpaul_ai · X·2026-09-23 00:23·1小时前
AI 导读

DigitalOcean 宣布 Managed Agents 进入公开预览,Claude Code、Codex 或 LangGraph 智能体可运行在闲置时暂停的隔离运行时中,恢复耗时 316ms,暂停期间不计费。官方称可在统一管控端点后接入工具,并可选 75+ 开源与专有模型,一个云一个账单;博客中提供入门提示词(https://do.co/4ysh3it)。

Rohan Paul@rohanpaul_ai
55AI 编辑部评分,满分 100

DigitalOcean Managed Agents 开启公开预览:智能体会话可暂停且暂停不计费

2026-09-23 00:23· 1小时前
AI 导读

DigitalOcean 宣布 Managed Agents 进入公开预览,Claude Code、Codex 或 LangGraph 智能体可运行在闲置时暂停的隔离运行时中,恢复耗时 316ms,暂停期间不计费。官方称可在统一管控端点后接入工具,并可选 75+ 开源与专有模型,一个云一个账单;博客中提供入门提示词(https://do.co/4ysh3it)。

DigitalOcean is rolling out Managed Agent: the agent session no longer has to live and die with your laptop.

Claude Code, Codex, or a LangGraph agent runs inside an isolated runtime that can pause when idle and come back with the workspace and conversation still there. resume takes 316ms, and you don't pay while the session is paused.

Long-running coding agents naturally alternate between execution and dead time. They work, wait for a human, work again, then sit overnight. Keeping a VM alive wastes money. Killing it usually means reconstructing state.

Managed Agents is basically separating persistent agent state from continuously running compute.

DigitalOceanDigitalOcean Managed Agents is now in public preview. Run Claude Code, Codex, or your own LangGraph agent in a runtime environment that pauses when idle. Put it...