Vitalis_Devcore / src /mouth /expression.py
FerrellSyntheticIntelligence
Initial clean commit: Source code only
29cdc9d
#!/usr/bin/env python3
from src.comm.channel import channel
class Mouth:
def execute_action(self, action: str):
print(f"[MOUTH] Manifesting action: {action}")
channel.publish("action_completed", action)