MCPcopy
hub / github.com/IBM/AssetOpsBench / run

Method run

src/agent/runner.py:46–47  ·  view source on GitHub ↗

Run the agent on *question* and return a structured result.

(self, question: str)

Source from the content-addressed store, hash-verified

44
45 @abstractmethod
46 async def run(self, question: str) -> AgentResult:
47 """Run the agent on *question* and return a structured result."""

Callers 4

reset_and_load_couchdbFunction · 0.45
run_agent_for_scenarioFunction · 0.45
run_evaluationFunction · 0.45
run_sdk_cliFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected