Skip to content

Instantly share code, notes, and snippets.

"""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
"""