Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Scatter gather pattern for generating multiple results in parallel and consolidating them.
Link copied to clipboard
Link copied to clipboard
data class SimpleAgentBuilder<RESULT : Any>(resultClass: Class<RESULT>, inputClasses: List<Class<out Any>> = emptyList()) : WorkFlowBuilderConsuming, WorkFlowBuilderWithInput
Simplest way to build an agent that performs a single operation, like an LLM call.