Sounko.ia / Cortex /perception.py
Barouia's picture
Create Cortex/perception.py
8c23ee5 verified
Raw
History Blame Contribute Delete
134 Bytes
def process(input_data: str):
"""Transforme une entrée brute en signaux interprétables."""
return input_data.lower().split()