Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
from
src.utils
import
generate_unique_id
3
4
class
SessionContext(BaseModel):
5
id: str = Field(default_factory=
lambda
: generate_unique_id(
"session"
), description=
"The unique identifier for the session."
)
Callers
15
start_session
Method · 0.90
start_session
Method · 0.90
start_session
Method · 0.90
start_session
Method · 0.90
get_state
Method · 0.90
__call__
Method · 0.90
add_record
Method · 0.90
__call__
Method · 0.90
_get_environment_context
Method · 0.90
__call__
Method · 0.90
__call__
Method · 0.90
_get_agent_context
Method · 0.90
Calls
1
generate_unique_id
Function · 0.90
Tested by
no test coverage detected