MCPcopy Create free account
hub / github.com/aliyun/data-agent-skill / wait_until_running

Method wait_until_running

scripts/data_agent/session.py:123–173  ·  view source on GitHub ↗

Wait for session to reach RUNNING state. Args: session_id: The session ID. agent_id: The agent ID (optional). max_wait: Maximum wait time in seconds. Returns: SessionInfo with RUNNING status. Raises: SessionTimeou

(
        self,
        session_id: str,
        agent_id: str = "",
        max_wait: int = 120,
        workspace_id: str = "",
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

create_or_reuseMethod · 0.95

Calls 3

SessionTimeoutErrorClass · 0.90
is_runningMethod · 0.80
describe_sessionMethod · 0.45

Tested by

no test coverage detected