Package-level declarations
Types
Link copied to clipboard
object AgentToolDemoAgent
Example demonstrating how to use an AgentTool to provide an agent with the capabilities of another agent as a tool using the Kotlin ADK.
Link copied to clipboard
Link copied to clipboard
object FunctionToolDemoAgent
Example agent demonstrating how to use KSP-generated Function Tools in the Kotlin ADK.
Link copied to clipboard
class HitchhikersGuideService
A mock service to simulate interactions with The Hitchhiker's Guide to the Galaxy. This class methods are annotated with @Tool to expose them as tools to the LLM.
Link copied to clipboard
data class ImprobabilityReport(val locationName: String, val improbabilityLevel: Double, val sideEffects: List<String>, val teaStatus: TeaStatus)