MCPcopy Create free account
hub / github.com/CopilotKit/OpenGenerativeUI / skill_text

Function skill_text

apps/agent/tests/test_skills_contract.py:14–15  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

12
13
14def skill_text(name: str) -> str:
15 return (SKILLS_DIR / name / "SKILL.md").read_text()
16
17
18def test_all_three_skills_present():

Calls

no outgoing calls

Tested by

no test coverage detected