Package-level declarations

Types

Link copied to clipboard

Example Space Commander agent demonstrating the Human-in-the-Loop (HITL) workflow using the Kotlin ADK.

Link copied to clipboard

Example agent using the built-in HITL helper tools RequestInputTool and GetUserChoiceTool.

Link copied to clipboard

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.