Why use AAct
Why should I use AAct?
- Non-blocking: the nodes are relatively independent of each other, so if you are waiting for users' input, you can still process sensor data in the background.
- Scalable: you can a large number of nodes on one machine or distribute them across multiple machines.
- Hackable: you can easily design your own nodes and connect them to the existing nodes.
- Zero-code configuration: the
dataflow.toml
allows you to design the dataflow graph without writing any Python code.