[PR #637] [CLOSED] Ms/hitl demo #651

Closed
opened 2026-02-15 20:15:44 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/637
Author: @marcusschiesser
Created: 5/21/2025
Status: Closed

Base: mainHead: ms/hitl-demo


📝 Commits (6)

  • cf9d41c feat: Add Human in the Loop example with FastAPI integration
  • 68afe02 update usecase
  • 8b0f200 better explain
  • ee2b6a4 fix: update app title in CLI Assistant example
  • 91e9ae1 add ui integration
  • 5b17790 update example

📊 Changes

8 files changed (+403 additions, -8 deletions)

View changed files

python/llama-index-server/examples/hitl/README.md (+3 -0)
python/llama-index-server/examples/hitl/components/human_response.tsx (+84 -0)
python/llama-index-server/examples/hitl/custom_workflow.py (+90 -0)
python/llama-index-server/examples/hitl/gen_ui.py (+34 -0)
python/llama-index-server/examples/hitl/main.py (+81 -0)
📝 python/llama-index-server/llama_index/server/api/models.py (+19 -0)
📝 python/llama-index-server/llama_index/server/api/routers/chat.py (+47 -8)
python/llama-index-server/llama_index/server/api/utils/workflow.py (+45 -0)

📄 Description

No description provided


🔄 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/create-llama/pull/637 **Author:** [@marcusschiesser](https://github.com/marcusschiesser) **Created:** 5/21/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `ms/hitl-demo` --- ### 📝 Commits (6) - [`cf9d41c`](https://github.com/run-llama/create-llama/commit/cf9d41ccc97b3decf88dc1a1b65fd010004bbd03) feat: Add Human in the Loop example with FastAPI integration - [`68afe02`](https://github.com/run-llama/create-llama/commit/68afe02b3e927a907e23b0ebdbc7af56de488c1b) update usecase - [`8b0f200`](https://github.com/run-llama/create-llama/commit/8b0f2009b5b5a54cbd87034940d6fe37ac47f577) better explain - [`ee2b6a4`](https://github.com/run-llama/create-llama/commit/ee2b6a4a7b489950b8a49512bc5fc8fdd32be836) fix: update app title in CLI Assistant example - [`91e9ae1`](https://github.com/run-llama/create-llama/commit/91e9ae16681627871f55db825c63c514e96e3bb5) add ui integration - [`5b17790`](https://github.com/run-llama/create-llama/commit/5b17790774dd149e938b59011c262d5f2cd43c6a) update example ### 📊 Changes **8 files changed** (+403 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `python/llama-index-server/examples/hitl/README.md` (+3 -0) ➕ `python/llama-index-server/examples/hitl/components/human_response.tsx` (+84 -0) ➕ `python/llama-index-server/examples/hitl/custom_workflow.py` (+90 -0) ➕ `python/llama-index-server/examples/hitl/gen_ui.py` (+34 -0) ➕ `python/llama-index-server/examples/hitl/main.py` (+81 -0) 📝 `python/llama-index-server/llama_index/server/api/models.py` (+19 -0) 📝 `python/llama-index-server/llama_index/server/api/routers/chat.py` (+47 -8) ➕ `python/llama-index-server/llama_index/server/api/utils/workflow.py` (+45 -0) </details> ### 📄 Description _No description provided_ --- <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-15 20:15:44 -05:00
yindo closed this issue 2026-02-15 20:15:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#651