Node

org.llm4s.agent.orchestration.Node
case class Node[I, O](id: String, agent: TypedAgent[I, O], description: Option[String])

A node in the execution graph representing an agent with typed input/output

Attributes

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

Members list

Value members

Concrete methods

def inputType: String
def outputType: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product