Webinar

How Context Works for Long-Running Agents: From Cold Start to Resume

October 20, 2026 | 09:00 AM PDT (UTC-7)

Register

Join us for a Complimentary Live Webinar Presented by YugabyteDB

Every agent session starts cold. Compaction drops the early decisions, a system crash loses your spot, and the next run (or the next agent) has to re-derive what was happening.

This webinar will share what teams are converging on for agents that outlive their context window. Keeping state outside the window, handing off before it fills up, and verifying when resuming the work the next day. We will show how a coding agent hits its limit mid-task and hands off to a second agent on another coding harness, which picks up the previous task without needing to reopen settled decisions or retry rejected fixes.

You will see agentic context handoff done in two ways:

  • Through an agent skill
  • Through a deterministic harness hook

You will also see how both flows can break, so you can leave the session able to identify a successful and accurate way to resume work with your LLM.

Questions this webinar answers:

  • What context does a long-running agent need to keep between sessions, and what should it discard?
  • Where should that state be stored to allow a different agent, tool, or person to resume from it?
  • When should an agent hand off (at the context limit, or before it), and how do you decide?
  • Skill or hook: what makes an agent capable of handoff, and what makes handoff reliable?
  • How do you verify a resumed agent is working from real context, and what do you fall back to when it is not?
Register
Heather Downing

Developer Advocate, Yugabyte

Speaker

Heather Downing is a Developer Advocate at YugabyteDB, where she works with Meko, the agent-native data layer that gives AI agents persistent memory and team-shared knowledge across sessions and tools. Before Yugabyte, she was a Principal Developer Advocate at Okta and built enterprise mobile, SQL, and voice applications for Fortune 500 companies. She is a Microsoft MVP and an international speaker, helps organize the Kansas City Developer Conference, and co-hosted The Hello World Show. She changed careers into software at 27 and speaks often about nontraditional paths into tech.