JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
dev.langchain4j.agentic.declarative
RegistryAgent
Contents
Description
Required Element Summary
Element Details
value
Hide sidebar
Show sidebar
Annotation Interface RegistryAgent
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
RegistryAgent
Marks a method as an agent loaded from an
AgentsRegistry
.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
Name of the agent in the registry.
Element Details
value
String
value
Name of the agent in the registry.
Returns:
name of the agent in the registry.