MCPcopy Create free account
hub / github.com/AI45Lab/Code / Session

Class Session

sdk/node/src/lib.rs:3202–3204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3200/// Workspace-bound session. All LLM and tool operations happen here.
3201#[napi]
3202pub struct Session {
3203 inner: Arc<RustAgentSession>,
3204}
3205
3206#[napi]
3207impl Session {

Callers 9

test_code_error_sessionFunction · 0.50
load_session_dataFunction · 0.50
load_artifactsFunction · 0.50
load_trace_eventsFunction · 0.50
load_run_recordsFunction · 0.50
load_subagent_tasksFunction · 0.50
resume_sessionFunction · 0.50
resume_runFunction · 0.50

Calls

no outgoing calls

Tested by 1

test_code_error_sessionFunction · 0.40