Skip to content

s05_skill_loading.py coding bug #205

@wmskyline

Description

@wmskyline

The folder containing the skills folder is at the same level as the agent folder, so SKILL_DIR should be appended with "skills" after the parent folder of WORK_DIR.Perhaps it can be modified as follows:

file: s05_skill_loading.py

old text: SKILLS_DIR = WORKDIR / "skills"

new text: SKILLS_DIR = WORKDIR.parent / "skills"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions