# Factory with HITL Tool (/examples/agent-os/factories/hitl-factory)



The v2 cookbook combined an `AgentFactory` with a tool that paused for confirmation. Agno v3 documents the two patterns separately.

| Task                       | Current example                                                         |
| -------------------------- | ----------------------------------------------------------------------- |
| Build an agent per request | [Agent factory](/examples/agent-os/factories/basic)                     |
| Pause a run for approval   | [AgentOS human in the loop](/examples/agent-os/human-in-the-loop/basic) |
