Package-level declarations
Types
Link copied to clipboard
object HitlDemoAgent
Example Space Commander agent demonstrating the Human-in-the-Loop (HITL) workflow using the Kotlin ADK.
Link copied to clipboard
object HitlHelperToolsDemoAgent
Example agent using the built-in HITL helper tools RequestInputTool and GetUserChoiceTool.
Link copied to clipboard
class ShipComputerTools
Tools available to the HitlDemoAgent. The KSP @Tool processor generates a FunctionTool subclass for each annotated method and a generatedTools() extension that returns the full list.