Akshay66777's picture
AgentScope Gradio chat app — ZeroGPU-ready
9792ea7 verified
Raw
History Blame Contribute Delete
233 Bytes
# -*- coding: utf-8 -*-
"""The skill related classes and functions."""
from ._base import SkillLoaderBase, Skill
from ._local_loader import LocalSkillLoader
__all__ = [
"Skill",
"SkillLoaderBase",
"LocalSkillLoader",
]