Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
class
ScriptTestStatus(str, Enum):
49
PROPOSED =
"proposed"
50
PASSED =
"passed"
51
FAILED =
"failed"
52
53
54
class
SkillCandidate(BaseModel):
Callers
1
register_script_skill
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected