mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 11:04:26 -04:00
[PR #637] [CLOSED] Ms/hitl demo #651
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/create-llama/pull/637
Author: @marcusschiesser
Created: 5/21/2025
Status: ❌ Closed
Base:
main← Head:ms/hitl-demo📝 Commits (6)
cf9d41cfeat: Add Human in the Loop example with FastAPI integration68afe02update usecase8b0f200better explainee2b6a4fix: update app title in CLI Assistant example91e9ae1add ui integration5b17790update 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.