This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """AgentOS with user feedback (human-in-the-loop). | |
| The agent uses UserFeedbackTools to pause and collect structured | |
| user choices (e.g. destination, budget) via the REST API. | |
| Run: | |
| cookbook/05_agent_os/agent_os_user_feedback.py | |
| """ |