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 Serializabletrait Producttrait Equalstrait AgentEventclass Objecttrait Matchableclass Any
Members list
In this article