← Dictionary

5. Orchestrating many agents

Session

One continuous working conversation with an agent, with one shared memory. Sessions accumulate clutter; a fresh one starts clean but knows only what's written down (see memory bank).

Why it matters: knowing when to end a session is a real skill — past a certain length, agents get worse, and wrapping up cleanly beats pushing on through the fog.

---

Related: Memory bank