AvaProtocol / EigenLayer-AVS

AvaProtocol Ethereum Automation Build on EigenLayer
https://avaprotocol.org
5 stars 3 forks source link

Support complex task #28

Closed v9n closed 1 month ago

v9n commented 1 month ago

Initial structure to support complex task with nodes data structure. Instead of a single elemenet to be run, our task now is a chain of nodes. Each node will be evaluated. the result can be passed down for further node to consume.

This PR is just to support the task structure for now.