AgentStarted

org.llm4s.agent.streaming.AgentEvent.AgentStarted
final case class AgentStarted(query: String, toolCount: Int, timestamp: Instant) extends AgentEvent

Agent execution started.

Value parameters

query

The user's query

timestamp

When execution started

toolCount

Number of tools available

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