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

Method build_session

core/src/agent_api.rs:505–512  ·  view source on GitHub ↗
(
        &self,
        workspace: String,
        llm_client: Arc<dyn LlmClient>,
        opts: &SessionOptions,
    )

Source from the content-addressed store, hash-verified

503
504 #[cfg(test)]
505 fn build_session(
506 &self,
507 workspace: String,
508 llm_client: Arc<dyn LlmClient>,
509 opts: &SessionOptions,
510 ) -> Result<AgentSession> {
511 session_builder::build_agent_session(self, workspace, llm_client, opts)
512 }
513}
514
515// ============================================================================

Calls 1

build_agent_sessionFunction · 0.85