MCPcopy Create free account
hub / github.com/OpenRaiser/NanoResearch / ScriptTestStatus

Class ScriptTestStatus

nanoresearch/evolution/skills.py:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48class ScriptTestStatus(str, Enum):
49 PROPOSED = "proposed"
50 PASSED = "passed"
51 FAILED = "failed"
52
53
54class SkillCandidate(BaseModel):

Callers 1

register_script_skillMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected