HandoffStarted

org.llm4s.agent.streaming.AgentEvent.HandoffStarted
final case class HandoffStarted(targetAgentName: String, reason: Option[String], preserveContext: Boolean, timestamp: Instant) extends AgentEvent

Agent is handing off to another agent.

Value parameters

preserveContext

Whether context is being transferred

reason

Reason for the handoff (if provided)

targetAgentName

Name/description of the target agent

timestamp

When handoff was initiated

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