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

Class ParsedAgent

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

Source from the content-addressed store, hash-verified

35
36@dataclass
37class ParsedAgent:
38 path: Path
39 name: str
40 description: str
41 model: str | None
42 has_tools_restriction: bool
43 tools: list[str]
44 has_proactive_trigger: bool
45 skill_references: list[str]
46 raw_content: str
47 frontmatter: dict
48
49
50@dataclass

Callers 1

parse_agentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected