Agents / AutoGen session continuity
AutoGen Session Continuity Guide
AutoGen flows become more useful when session continuity is explicit. Persist session ids, reuse them in every call, and only rotate on close/expiry.
- Persist session id on first successful response.
- Propagate session id through coordinator + workers.
- Use recap/status endpoints between heavy actions.