latest updates

This commit is contained in:
Tanmay Karande
2026-02-15 15:02:58 -05:00
parent 438bb80416
commit 41b2f9a593
24 changed files with 3883 additions and 388 deletions

6
skills/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
# Aetheel Skills System
# Context-injection skills loaded from workspace.
from skills.skills import Skill, SkillsManager
__all__ = ["Skill", "SkillsManager"]