Package-level declarations

Types

Link copied to clipboard
class ConsensusBuilder<RESULT : Any>(resultClass: Class<RESULT>, maxConcurrency: Int = DEFAULT_MAX_CONCURRENCY)

Builder for creating a consensus workflow that generates results from multiple generators Generators and consensus function are typically used in multi-model scenarios, but need not use an LLM at all.