Package com.embabel.agent.api.common
Class OperationContextKt
-
- All Implemented Interfaces:
public final class OperationContextKt
-
-
Method Summary
Modifier and Type Method Description final static <O extends Any> OasSubProcess(ActionContext $self, TypedAgentScopeBuilder<O> agentScopeBuilder)Run the given agent as a sub-process of this action context. final static <O extends Any> OasSubProcess(ActionContext $self, Agent agent)Run the given agent as a sub-process of this action context. -
-
Method Detail
-
asSubProcess
final static <O extends Any> O asSubProcess(ActionContext $self, TypedAgentScopeBuilder<O> agentScopeBuilder)
Run the given agent as a sub-process of this action context.
-
asSubProcess
final static <O extends Any> O asSubProcess(ActionContext $self, Agent agent)
Run the given agent as a sub-process of this action context.
- Parameters:
agent- the agent to run
-
-
-
-