Rebuilds an atlas_session after a crash or R restart: reloads the data, replays every recorded code chunk to reconstruct the working environment (models included), and restores the conversation so the agent remembers everything it did.
Arguments
- dir
A run directory created by a previous session.
- chat
Optionally a fresh ellmer chat object (must be tool-capable); defaults to
ellmer::chat_anthropic().- ...
Passed on to the atlas_session constructor, e.g.
on_askordisplaywhen resuming inside a front-end.
Value
An atlas_session.