Class MonitoredExecution
java.lang.Object
dev.langchain4j.agentic.observability.MonitoredExecution
Represents a monitored execution of an agentic system, tracking the top-level agent invocation
and any other nested invocations, along with all the invocation currently in progress and
any errors that occur during execution.
-
Method Details
-
ongoingInvocations
-
done
public boolean done() -
hasError
public boolean hasError() -
error
-
topLevelInvocations
-
agenticScope
-
toString
-