Interface AgentScopeBuilder
-
- All Implemented Interfaces:
public interface AgentScopeBuilderImplement by types that can emit agent scope
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAgentScopeBuilder.Companion
-
Method Summary
Modifier and Type Method Description abstract AgentScopecreateAgentScope()Emit an AgentScope -
-
Method Detail
-
createAgentScope
abstract AgentScope createAgentScope()
Emit an AgentScope
-
-
-
-