AgentCompleted

org.llm4s.agent.streaming.AgentEvent.AgentCompleted
final case class AgentCompleted(finalState: AgentState, totalSteps: Int, durationMs: Long, timestamp: Instant) extends AgentEvent

Agent execution completed successfully.

Value parameters

durationMs

Total execution time in milliseconds

finalState

The final agent state

timestamp

When execution completed

totalSteps

Total number of steps taken

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