MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / SessionContext

Class SessionContext

src/session/types.py:4–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2from src.utils import generate_unique_id
3
4class SessionContext(BaseModel):
5 id: str = Field(default_factory=lambda: generate_unique_id("session"), description="The unique identifier for the session.")

Callers 15

start_sessionMethod · 0.90
start_sessionMethod · 0.90
start_sessionMethod · 0.90
start_sessionMethod · 0.90
get_stateMethod · 0.90
__call__Method · 0.90
add_recordMethod · 0.90
__call__Method · 0.90
__call__Method · 0.90
__call__Method · 0.90
_get_agent_contextMethod · 0.90

Calls 1

generate_unique_idFunction · 0.90

Tested by

no test coverage detected