This commit is contained in:
2026-03-26 03:18:56 -04:00
commit 4a39c48469
50 changed files with 2682 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import os
from behaviors.custom.keyframe.keyframe import KeyframeSkill
class Neutral(KeyframeSkill):
def __init__(self, agent):
super().__init__(agent, os.path.join(os.path.dirname(__file__), "neutral.yaml"))