feat: support skills

This commit is contained in:
saboteur7
2026-01-30 14:27:03 +08:00
parent 5a466d0ff6
commit 49fb4034c6
31 changed files with 3099 additions and 477 deletions

View File

@@ -0,0 +1,3 @@
from .web_fetch import WebFetch
__all__ = ['WebFetch']