Edges
Last updated
Last updated
FireKit edges connect blocks within an application together. There are two types of edges:
A flow edge represents a directional flow of data from a source to a target, indicated by a dashed line. The data flow direction is marked by the animated movement along the dashed line. A source corresponds to the output of one block and a target corresponds to the input of another block.
A dependency edge is a non-directional edge and defines a relationship between two blocks. Currently, the only type of dependency edge is one between an agent and a skill.
All routes formed by connected flow edges must not create a cycle. For details, read more in the section.