Companion

Functions

Link copied to clipboard
inline operator fun <RESULT : Any> invoke(): SimpleAgentBuilder<RESULT>
Link copied to clipboard
open override fun <RESULT : Any> returning(resultClass: Class<RESULT>): SimpleAgentBuilder<RESULT>

Creates a simple agent builder that can be used to build agents with a single action. This is useful for quick prototyping or when you need a simple agent without complex workflows.