JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
dev.langchain4j.agentic.scope
AgentInvocationListener
Contents
Description
Field Summary
Method Summary
Field Details
NO_OP
Method Details
onAgentInvoked(AgentInvocation)
Hide sidebar
Show sidebar
Interface AgentInvocationListener
public interface
AgentInvocationListener
Field Summary
Fields
Modifier and Type
Field
Description
static final
AgentInvocationListener
NO_OP
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onAgentInvoked
(
AgentInvocation
agentInvocation)
Field Details
NO_OP
static final
AgentInvocationListener
NO_OP
Method Details
onAgentInvoked
void
onAgentInvoked
(
AgentInvocation
agentInvocation)