[PR #280] [MERGED] Document wait_for_input within human in the loop #287

Closed
opened 2026-02-16 02:17:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/280
Author: @adrianlyjak
Created: 1/14/2026
Status: Merged
Merged: 1/14/2026
Merged by: @adrianlyjak

Base: mainHead: claude/document-wait-for-event-bm8HZ


📝 Commits (1)

  • 8a5b38c docs: document wait_for_event in human-in-the-loop guide

📊 Changes

1 file changed (+22 additions, -1 deletions)

View changed files

📝 docs/src/content/docs/llamaagents/workflows/human_in_the_loop.md (+22 -1)

📄 Description

Add comprehensive documentation for ctx.wait_for_event() as the recommended approach for human-in-the-loop patterns. Includes:

  • Basic usage example with waiter_event and waiter_id
  • Parameter descriptions
  • Explanation of replay semantics and idempotency considerations
  • Requirements filtering for multiple concurrent waiters
  • Updated serialization examples for both approaches

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-py/pull/280 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 1/14/2026 **Status:** ✅ Merged **Merged:** 1/14/2026 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `claude/document-wait-for-event-bm8HZ` --- ### 📝 Commits (1) - [`8a5b38c`](https://github.com/run-llama/workflows-py/commit/8a5b38cf3baa3ae093fd0817a1ff4372737b9d01) docs: document wait_for_event in human-in-the-loop guide ### 📊 Changes **1 file changed** (+22 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/src/content/docs/llamaagents/workflows/human_in_the_loop.md` (+22 -1) </details> ### 📄 Description Add comprehensive documentation for ctx.wait_for_event() as the recommended approach for human-in-the-loop patterns. Includes: - Basic usage example with waiter_event and waiter_id - Parameter descriptions - Explanation of replay semantics and idempotency considerations - Requirements filtering for multiple concurrent waiters - Updated serialization examples for both approaches --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:17:08 -05:00
yindo closed this issue 2026-02-16 02:17:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-py#287