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