[PR #205] [MERGED] Remove examples, update readme #316

Closed
opened 2026-02-16 01:16:51 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/205
Author: @logan-markewich
Created: 8/28/2024
Status: Merged
Merged: 8/28/2024
Merged by: @logan-markewich

Base: v0.1.0Head: logan/clean_up_examples_readme


📝 Commits (8)

📊 Changes

39 files changed (+179 additions, -8038 deletions)

View changed files

📝 README.md (+179 -203)
examples/agentic_human_local_single.py (+0 -47)
examples/agentic_local_single.py (+0 -49)
examples/agentic_rag_toolservice.ipynb (+0 -455)
examples/agentic_server.py (+0 -77)
examples/agentic_toolservice_local_single.py (+0 -61)
examples/assets/corrective_rag.png (+0 -0)
examples/corrective_rag.ipynb (+0 -548)
examples/human-in-the-loop/.gitignore (+0 -12)
examples/human-in-the-loop/Dockerfile (+0 -49)
examples/human-in-the-loop/README.md (+0 -56)
examples/human-in-the-loop/docker-compose.yml (+0 -116)
examples/human-in-the-loop/human_in_the_loop/__init__.py (+0 -11)
examples/human-in-the-loop/human_in_the_loop/additional_services/__init__.py (+0 -0)
examples/human-in-the-loop/human_in_the_loop/additional_services/human_in_the_loop.py (+0 -103)
examples/human-in-the-loop/human_in_the_loop/agent_services/__init__.py (+0 -0)
examples/human-in-the-loop/human_in_the_loop/agent_services/funny_agent.py (+0 -101)
examples/human-in-the-loop/human_in_the_loop/apps/__init__.py (+0 -0)
examples/human-in-the-loop/human_in_the_loop/apps/css.py (+0 -18)
examples/human-in-the-loop/human_in_the_loop/apps/gradio_app.py (+0 -504)

...and 19 more files

📄 Description

  • updates the readme to reflect actual usage
  • removes outdated examples

Still TODO:

  • migrate the examples that were not deleted

🔄 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/llama_deploy/pull/205 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 8/28/2024 **Status:** ✅ Merged **Merged:** 8/28/2024 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `v0.1.0` ← **Head:** `logan/clean_up_examples_readme` --- ### 📝 Commits (8) - [`89cb371`](https://github.com/run-llama/llama_deploy/commit/89cb37131d103a8fc217e3c49d66b6016827750f) remove old examples - [`ff2e7a4`](https://github.com/run-llama/llama_deploy/commit/ff2e7a4f86eadef646f0f6050df8d47620cc7523) remove even more examples - [`aaff1be`](https://github.com/run-llama/llama_deploy/commit/aaff1be806f6f3cf3daa6ba5d9d3ab37e5ec4d51) readme - [`186baec`](https://github.com/run-llama/llama_deploy/commit/186baec747434071fd0e383665d9970270ccfb7d) Update README.md - [`ff43019`](https://github.com/run-llama/llama_deploy/commit/ff43019dea1e963902c7939907823cb71e2a5a56) Update README.md - [`854f981`](https://github.com/run-llama/llama_deploy/commit/854f981917c90783c3547d999f12a404230b0547) Update README.md - [`9524cd5`](https://github.com/run-llama/llama_deploy/commit/9524cd5677711f6c415639eb3f8f04229302bf1e) Update README.md - [`6703fec`](https://github.com/run-llama/llama_deploy/commit/6703fec01c9f652cf77f4cf07cb38236a85dda17) Update README.md ### 📊 Changes **39 files changed** (+179 additions, -8038 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+179 -203) ➖ `examples/agentic_human_local_single.py` (+0 -47) ➖ `examples/agentic_local_single.py` (+0 -49) ➖ `examples/agentic_rag_toolservice.ipynb` (+0 -455) ➖ `examples/agentic_server.py` (+0 -77) ➖ `examples/agentic_toolservice_local_single.py` (+0 -61) ➖ `examples/assets/corrective_rag.png` (+0 -0) ➖ `examples/corrective_rag.ipynb` (+0 -548) ➖ `examples/human-in-the-loop/.gitignore` (+0 -12) ➖ `examples/human-in-the-loop/Dockerfile` (+0 -49) ➖ `examples/human-in-the-loop/README.md` (+0 -56) ➖ `examples/human-in-the-loop/docker-compose.yml` (+0 -116) ➖ `examples/human-in-the-loop/human_in_the_loop/__init__.py` (+0 -11) ➖ `examples/human-in-the-loop/human_in_the_loop/additional_services/__init__.py` (+0 -0) ➖ `examples/human-in-the-loop/human_in_the_loop/additional_services/human_in_the_loop.py` (+0 -103) ➖ `examples/human-in-the-loop/human_in_the_loop/agent_services/__init__.py` (+0 -0) ➖ `examples/human-in-the-loop/human_in_the_loop/agent_services/funny_agent.py` (+0 -101) ➖ `examples/human-in-the-loop/human_in_the_loop/apps/__init__.py` (+0 -0) ➖ `examples/human-in-the-loop/human_in_the_loop/apps/css.py` (+0 -18) ➖ `examples/human-in-the-loop/human_in_the_loop/apps/gradio_app.py` (+0 -504) _...and 19 more files_ </details> ### 📄 Description - updates the readme to reflect actual usage - removes outdated examples Still TODO: - migrate the examples that were not deleted --- <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 01:16:51 -05:00
yindo closed this issue 2026-02-16 01:16:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_deploy#316