修改了nanobot,往Hermes agent的风格走,进度1/3
This commit is contained in:
5
app-instance/backend/beaver/skills/resolver/__init__.py
Normal file
5
app-instance/backend/beaver/skills/resolver/__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
"""Runtime skill resolution."""
|
||||
|
||||
from .runtime import ResolvedSkillSet, RuntimeSkillResolver
|
||||
|
||||
__all__ = ["ResolvedSkillSet", "RuntimeSkillResolver"]
|
||||
Reference in New Issue
Block a user