HandoffCompleted

org.llm4s.agent.streaming.AgentEvent.HandoffCompleted
final case class HandoffCompleted(targetAgentName: String, success: Boolean, timestamp: Instant) extends AgentEvent

Handoff completed - control returned from target agent.

Value parameters

success

Whether the target agent succeeded

targetAgentName

Name of the agent that handled the request

timestamp

When handoff completed

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AgentEvent
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