Files
Soulter 22bd8d6824 feat: support anthropic skills (#4715)
* 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
2026-01-28 01:48:57 +08:00

4 lines
136 B
Python

from .skill_manager import SkillInfo, SkillManager, build_skills_prompt
__all__ = ["SkillInfo", "SkillManager", "build_skills_prompt"]