Package dev.langchain4j.skills
package dev.langchain4j.skills
-
ClassDescriptionAbstractSkill.BaseBuilder<B extends AbstractSkill.BaseBuilder<B>>Loads skills from the classpath (including cases when they are packaged inside a JAR file that is on the classpath).A
Skillbacked by the file system.Loads skills from the file system.Represents a skill that can be used by an LLM.An additional resource associated with aSkill, such as a reference file, asset, or template that the LLM can read on demand.Configures and exposes a set ofSkills to an LLM.