dora-rs / dora

DORA (Dataflow-Oriented Robotic Application) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed dataflow capabilities. Applications are modeled as directed graphs, also referred to as pipelines.
https://dora-rs.ai
Apache License 2.0
1.35k stars 67 forks source link

Derive pyo3 special method for node #570

Closed haixuanTao closed 4 days ago

haixuanTao commented 5 days ago

Derive Node to make it more readable for Python users.

cc @EricLBuehler