ADK for TypeScript: API Reference
    Preparing search index...

    Function loadSkillFromDir

    • Load a complete skill, including its instructions and resources, from a directory.

      Parameters

      • skillDir: string

        The path to the directory containing the skill definition.

      Returns Promise<Skill>

      A promise that resolves to the fully loaded Skill object.