StepStarted

org.llm4s.agent.streaming.AgentEvent.StepStarted
final case class StepStarted(stepNumber: Int, timestamp: Instant) extends AgentEvent

A new execution step started.

An agent may take multiple steps when tools are involved: Step 0: Initial LLM call Step 1: Process tool results Step N: Continue until complete

Value parameters

stepNumber

Zero-based step index

timestamp

When the step started

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