22bd8d6824
* feat: support anthropic skills closes: #4687 * chore: ruff * feat: implement skills management and selection in persona configuration * feat: enhance skills management with local environment tools and permissions
4 lines
136 B
Python
4 lines
136 B
Python
from .skill_manager import SkillInfo, SkillManager, build_skills_prompt
|
|
|
|
__all__ = ["SkillInfo", "SkillManager", "build_skills_prompt"]
|