Module task

Source
Expand description

Tasks enable you to to define a graph of interacting nodes

The nodes can be any type that implements the TaskNode trait, which defines how the node will be evaluated with its input and output.

Most swiftide primitives implement TaskNode, and it’s easy to implement your own. Since how agents interact is subject to taste, we recommend implementing your own.

WARN: Here be dragons! This api is not stable yet. We are using it in production, and is subject to rapid change. However, do not hesitate to open an issue if you find anything.

Structs§

Task