HandoffRequested

org.llm4s.agent.AgentStatus.HandoffRequested
case class HandoffRequested(handoff: Handoff, handoffReason: Option[String]) extends AgentStatus

Agent has requested a handoff to another agent.

This status indicates that the current agent has determined that the query should be handled by a specialist agent.

Value parameters

handoff

The handoff to execute

handoffReason

The reason provided by the LLM for the handoff

Attributes

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