MCPcopy Create free account
hub / github.com/HKUDS/OpenSpace / SkillVisibility

Class SkillVisibility

openspace/skill_engine/types.py:19–23  ·  view source on GitHub ↗

Cloud visibility of a skill. (`Group` is managed by the cloud platform)

Source from the content-addressed store, hash-verified

17
18
19class SkillVisibility(str, Enum):
20 """Cloud visibility of a skill. (`Group` is managed by the cloud platform)"""
21
22 PRIVATE = "private" # Only visible to the creator
23 PUBLIC = "public" # Visible to all users on the cloud
24
25
26class EvolutionType(str, Enum):

Callers 2

from_dictMethod · 0.85
_to_recordMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected