Skip to main content

openhands.server.session.session

Session Objects

class Session()

send_error

async def send_error(message: str)

Sends an error message to the client.

queue_status_message

def queue_status_message(msg_type: str, id: str, message: str)

Queues a status message to be sent asynchronously.