Files
pepperplus-cb/src/control_backend/agents/actuation/__init__.py
2026-01-16 15:35:41 +01:00

7 lines
244 B
Python

"""
Agents responsible for controlling the robot's physical actions, such as speech and gestures.
"""
from .robot_gesture_agent import RobotGestureAgent as RobotGestureAgent
from .robot_speech_agent import RobotSpeechAgent as RobotSpeechAgent