Dataflow Oriented Robotic Architecture
The Python API is probably going to look as follows:
@register
async def function_name(state: DoraState, message: DoraMessage):
return outputs
The philosophy is to use async function as primary instance to: