Skip to main content

openhands.server.conversation_manager.standalone_conversation_manager

StandaloneConversationManager Objects

@dataclass
class StandaloneConversationManager(ConversationManager)

Manages conversations in standalone mode (single server instance).

get_running_agent_loops

async def get_running_agent_loops(
user_id: str | None = None,
filter_to_sids: set[str] | None = None) -> set[str]

Get the running session ids. If a user is supplied, then the results are limited to session ids for that user. If a set of filter_to_sids is supplied, then results are limited to these ids of interest.