MCPcopy Create free account
hub / github.com/GCWing/BitFun / create_session

Method create_session

src/crates/execution/agent-runtime/src/runtime.rs:431–439  ·  view source on GitHub ↗
(
        &self,
        request: AgentSessionCreateRequest,
    )

Source from the content-addressed store, hash-verified

429 }
430
431 pub async fn create_session(
432 &self,
433 request: AgentSessionCreateRequest,
434 ) -> Result<AgentSessionCreateResult, RuntimeError> {
435 self.submission
436 .create_session(request)
437 .await
438 .map_err(RuntimeError::from)
439 }
440
441 pub async fn list_sessions(
442 &self,

Callers 1

runMethod · 0.45

Calls 2

pushMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected