Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion taxonomy/taxonomy-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ window.AAIF_TAXONOMY = [
category: '',
aliases: [],
broaderTerm: null,
definition: 'Definition pending — term accepted; definition under working group discussion.',
definition: 'An agentic workflow that includes a human-required step.',
scopeNote: 'A design pattern in which a human must review, approve, or intervene in an AI agent\'s actions at defined checkpoints before the agent may proceed. Contrasts with Human *on* the Loop - HITL requires human action, whereas HOTL allows for optional human action. Compare with Handoff - a subtype (agent -> human -> agent), as opposed to other subtypes of hand-offs like Agent-to-agent delegation.',
relatedTerms: [],
contrastsWith: [],
workgroups: []
Expand Down