MCPcopy Index your code
hub / github.com/wshobson/agents / ParsedPlugin

Class ParsedPlugin

plugins/plugin-eval/src/plugin_eval/parser.py:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50@dataclass
51class ParsedPlugin:
52 path: Path
53 name: str
54 skills: list[ParsedSkill] = field(default_factory=list)
55 agents: list[ParsedAgent] = field(default_factory=list)
56 plugin_json: dict = field(default_factory=dict)
57
58
59def parse_skill(skill_dir: Path) -> ParsedSkill:

Callers 1

parse_pluginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected