AgentStatus

org.llm4s.agent.AgentStatus
See theAgentStatus companion trait
object AgentStatus

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Complete extends AgentStatus

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AgentStatus
class Object
trait Matchable
class Any
Show all
Self type
Complete.type
case class Failed(error: String) extends AgentStatus

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AgentStatus
class Object
trait Matchable
class Any
Show all
case class HandoffRequested(handoff: Handoff, handoffReason: Option[String]) extends AgentStatus

Agent has requested a handoff to another agent.

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

Supertypes
trait Serializable
trait Product
trait Equals
trait AgentStatus
class Object
trait Matchable
class Any
Show all
case object InProgress extends AgentStatus

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AgentStatus
class Object
trait Matchable
class Any
Show all
Self type
InProgress.type
case object WaitingForTools extends AgentStatus

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AgentStatus
class Object
trait Matchable
class Any
Show all
Self type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

implicit val rw: ReadWriter[AgentStatus]