MCPcopy Create free account
hub / github.com/FastMAS/KVCOMM / ExecuteResult

Class ExecuteResult

KVCOMM/tools/coding/executor_types.py:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2from abc import ABC, abstractmethod
3
4class ExecuteResult(NamedTuple):
5 is_passing: bool
6 feedback: str
7 state: Tuple[bool]
8
9class Executor(ABC):
10 @abstractmethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected