MCPcopy Create free account
hub / github.com/THUDM/AgentBench / __init__

Method __init__

src/server/tasks/knowledgegraph/api.py:43–45  ·  view source on GitHub ↗
(self, sparql_executor: SparqlExecuter, task_id: int = 0)

Source from the content-addressed store, hash-verified

41class API:
42
43 def __init__(self, sparql_executor: SparqlExecuter, task_id: int = 0):
44 self.sparql_executor = sparql_executor
45 self.task_id = task_id
46
47 def final_execute(self, variable: Variable):
48 program = variable.program

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected