MCPcopy Create free account
hub / github.com/Louisym/MiniCC / from_workspace

Method from_workspace

src/query_engine.py:46–47  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

44
45 @classmethod
46 def from_workspace(cls) -> 'QueryEnginePort':
47 return cls(manifest=build_port_manifest())
48
49 @classmethod
50 def from_saved_session(cls, session_id: str) -> 'QueryEnginePort':

Callers 4

bootstrap_sessionMethod · 0.80
run_turn_loopMethod · 0.80
mainFunction · 0.80

Calls 1

build_port_manifestFunction · 0.85