Skip to content

Constants

Skills module.

TOOLS_FOR_SKILL_RESOURCES module-attribute

TOOLS_FOR_SKILL_RESOURCES = [
    ReadFileTool(),
    PythonInterpreterTool(),
]

Tools for reading and executing files referenced in skill resource subdirs.

Include these when building an agent whose skills use assets/, scripts/, or references/ subdirectories. Opt-in only — not added automatically.