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

Class OpenCodeTrajectory

src/agent/opencode_agent/runner.py:56–60  ·  view source on GitHub ↗

Trajectory plus raw OpenCode JSON events for debugging parser drift.

Source from the content-addressed store, hash-verified

54
55@dataclass
56class OpenCodeTrajectory(Trajectory):
57 """Trajectory plus raw OpenCode JSON events for debugging parser drift."""
58
59 raw_events: list[dict[str, Any]] = field(default_factory=list)
60 stderr: str = ""
61
62
63def _build_mcp_config(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected