Package-level declarations

Types

Link copied to clipboard

Android implementation of SkillSource backed by an AssetManager.

Link copied to clipboard
data class Frontmatter(val name: String, val description: String, val license: String? = null, val compatibility: String? = null, val allowedTools: String? = null, val metadata: Map<String, Any?> = emptyMap())

Represents the frontmatter of a skill, containing metadata about the skill.

Link copied to clipboard
class NewFileSystemSource(skillsBaseDir: String) : SkillSource
Link copied to clipboard
interface SkillSource

Core interface for accessing skill components.

Link copied to clipboard
class SkillSourceException(message: String, cause: Throwable? = null)

The exception type returned by SkillSource methods.