Shared memory and context tools for agentic work.
Code Rooms
export function bindSession(roomId: string, repo: string) {
return {
roomId,
repo,
surface: "code-room",
};
}