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

Class PlanStep

src/agent/plan_execute/models.py:10–19  ·  view source on GitHub ↗

A single step in an execution plan.

Source from the content-addressed store, hash-verified

8
9@dataclass
10class PlanStep:
11 """A single step in an execution plan."""
12
13 step_number: int
14 task: str
15 server: str
16 tool: str
17 tool_args: dict
18 dependencies: list[int]
19 expected_output: str
20
21
22@dataclass

Callers 4

_stepFunction · 0.90
_make_stepFunction · 0.90
parse_planFunction · 0.85

Calls

no outgoing calls

Tested by 3

_stepFunction · 0.72
_make_stepFunction · 0.72