MCPcopy
hub / github.com/SqueezeAILab/LLMCompiler / __call__

Method __call__

src/llm_compiler/task_fetching_unit.py:53–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 is_join: bool = False
52
53 async def __call__(self) -> Any:
54 log("running task")
55 x = await self.tool(*self.args)
56 log("done task")
57 return x
58
59 def get_though_action_observation(
60 self, include_action=True, include_thought=True, include_action_idx=False

Callers

nothing calls this directly

Calls 1

logFunction · 0.90

Tested by

no test coverage detected