MCPcopy Index your code
hub / github.com/google/adk-python / skills

Method skills

src/google/adk/tools/skill_toolset.py:1127–1129  ·  view source on GitHub ↗

Returns the list of available skills.

(self)

Source from the content-addressed store, hash-verified

1125
1126 @property
1127 def skills(self) -> list[models.Skill]:
1128 """Returns the list of available skills."""
1129 return self._list_skills()
1130
1131 def clone_with_updated_skills(
1132 self, skills: list[models.Skill]

Callers

nothing calls this directly

Calls 1

_list_skillsMethod · 0.95

Tested by

no test coverage detected