Skip to main content
A session is a named conversation with an agent. You choose the identifier; running the same identifier again continues the same conversation. This first run needs nothing but a credential — Albus supplies the model.
The call blocks until the assistant replies, then returns the session and its messages:

Continue the conversation

Run the same session identifier again. The agent sees the earlier turns.

Read it back

get returns the messages; audit returns what happened inside the runs — model calls, tool calls, and outcomes.