Spokes.wiki Search Graph Growth About

agentic-tooling-wiki

Blog Posting source ↗ source url updated Mon Jun 01 2026 00:00:00 GMT+0000 (Coordinated Universal Time)

Build Long-running AI Agents that Pause, Resume, and Never Lose Context with ADK

Google Developers Blog on using adk to build durable-agents — turning agents from stateless chatbots into production background processes that run for days/weeks, pause, and resume without losing context. The key move: separate workflow state from conversation history.

Mechanisms

Why it belongs here

The deepest treatment so far of agent durability — the durable-agents concept. Use cases: HR onboarding (weeks), invoice disputes (days), sales sequences — all human-in-the-loop with long idle gaps. Extends adk beyond skills (adk-agents-with-skills) into stateful, resumable execution; the durable counterpart to the self-driven heartbeat model in claude-code-channels-vs-openclaw. (Caveat: vendor tutorial.)

durable-agents · adk · google · agent-orchestration · adk-agents-with-skills