Edge

org.llm4s.agent.orchestration.Edge
case class Edge[A, B](id: String, source: Node[_, A], target: Node[A, B], description: Option[String])

A typed edge connecting two nodes in the DAG Ensures compile-time type safety: output type of source must match input type of target

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product