Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
from
abc
import
ABC, abstractmethod
3
4
class
ExecuteResult(NamedTuple):
5
is_passing: bool
6
feedback: str
7
state: Tuple[bool]
8
9
class
Executor(ABC):
10
@abstractmethod
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected