Spokes.wiki Search Graph Growth About

agentic-tooling-wiki

Defined Term mechanism updated Mon Jun 01 2026 00:00:00 GMT+0000 (Coordinated Universal Time)

Durable agents (long-running, pause/resume)

Agents that persist across time and failures — running for days or weeks, pausing during idle gaps (often human-in-the-loop), surviving crashes, and resuming with full context. The shift from stateless chatbot to production background process, and a distinct maturation axis of the agentic-coding-harness / agent-runtime landscape.

The core architectural move

Separate workflow state from conversation history. Instead of replaying chat to infer progress, durable agents use:

Where it shows up

Why it matters

Durability is what makes agents usable for real business workflows (onboarding, disputes, multi-touch sequences) rather than single-session demos — and it’s a reliability discipline (checkpoints, atomic transitions) more than a model-capability question, echoing the agentic-coding-harness thesis that structure, not raw model power, unlocks production use.

adk-long-running-agents · adk · agentic-coding-harness · agent-orchestration · claude-code-channels-vs-openclaw