Interface FileSystemSkill
- All Superinterfaces:
Skill
- All Known Implementing Classes:
DefaultFileSystemSkill
A
Skill backed by the file system.
Extends Skill with a basePath() pointing to the directory
that contains the skill's SKILL.md and any associated resource files.-
Method Details
-
basePath
Path basePath()Returns the base directory of this skill on the file system. This directory is expected to contain aSKILL.mdfile and optionally additional resource files. -
builder
-