This commit is contained in:
2026-03-10 09:31:39 -04:00
commit 1f4ab43c3c
52 changed files with 2660 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"))