Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SimpleAgentBuilder<RESULT : Any>(resultClass: Class<RESULT>, inputClass: Class<out Any>? = null) : WorkflowBuilderConsuming
Simplest way to build an agent that performs a single operation, like an LLM call.