Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IBM/AssetOpsBench
/ OrchestratorResult
Class
OrchestratorResult
src/agent/plan_execute/models.py:72–78 ·
view source on GitHub ↗
Final result from the plan-execute orchestrator.
Source
from the content-addressed store, hash-verified
70
71
@dataclass
72
class
OrchestratorResult:
73
""
"Final result from the plan-execute orchestrator."
""
74
75
question: str
76
answer: str
77
plan: Plan
78
trajectory: list[StepResult]
Callers
1
run
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected