Pause agent execution to have the human validate decisions, choose between options, answer freetext, or comment on a document — via the hl CLI. Every interaction is a kickoff that returns a job handle immediately; collect the human's answer later with hl job result. Use for material design decisions, approval gates, picks between meaningful alternatives, and markdown doc review. Not for trivial yes/no confirmations the agent should decide itself.
$npx -y skills add crouton-labs/crouton-kit --skill humanloopInstalls into the current project.
Run `npx skills use "https://github.com/crouton-labs/crouton-kit" --skill "crouton-labs/crouton-kit/humanloop"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/crouton-labs/crouton-kit" that are relevant to the current task. Run `npx skills add "https://github.com/crouton-labs/crouton-kit"` and select the relevant skills, then follow their instructions.