[PR #41] [CLOSED] [very WIP, don't merge] reflection as a service notebook #227

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/41
Author: @jerryjliu
Created: 6/25/2024
Status: Closed

Base: mainHead: jerry/add_reflection_notebook


📝 Commits (7)

📊 Changes

1 file changed (+1128 additions, -0 deletions)

View changed files

examples/reflection/toxicity_reflection_service.ipynb (+1128 -0)

📄 Description

took @nerdai's toxicity reduction notebook and ported it over to here

downside is there's no multi-agent coordination shown here, just how to take the reflection service and turn it into an agent

very incomplete:

  • i did this on a plane with no wifi so haven't tested yet
  • i don't know how to send messages to a server

🔄 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/41 **Author:** [@jerryjliu](https://github.com/jerryjliu) **Created:** 6/25/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `jerry/add_reflection_notebook` --- ### 📝 Commits (7) - [`9a17028`](https://github.com/run-llama/llama_deploy/commit/9a1702826d26c1ebfdc4d93de8d3a73547ac9d25) cr - [`e8b2ce5`](https://github.com/run-llama/llama_deploy/commit/e8b2ce51c325f048b53b2c835ef22724b4f8e83d) Merge branch 'main' into jerry/add_query_rewrite_notebook - [`0fc4b27`](https://github.com/run-llama/llama_deploy/commit/0fc4b2721fc6255251587864ae20afd95727fc50) cr - [`4c05f59`](https://github.com/run-llama/llama_deploy/commit/4c05f5971f78d7aafd37003e8bc950c91c194269) cr - [`85c9f56`](https://github.com/run-llama/llama_deploy/commit/85c9f5695abc1ce6d7477ddb155e2614636483a8) Merge branch 'main' into jerry/add_reflection_notebook - [`e4260b2`](https://github.com/run-llama/llama_deploy/commit/e4260b20374b7c90975dc27bda56313e8932195f) Merge branch 'main' into jerry/add_reflection_notebook - [`958738c`](https://github.com/run-llama/llama_deploy/commit/958738c9ecae4686446e0699c9d5f82134797ca3) cr ### 📊 Changes **1 file changed** (+1128 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/reflection/toxicity_reflection_service.ipynb` (+1128 -0) </details> ### 📄 Description took @nerdai's toxicity reduction notebook and ported it over to here downside is there's no multi-agent coordination shown here, just how to take the reflection service and turn it into an agent very incomplete: - i did this on a plane with no wifi so haven't tested yet - i don't know how to send messages to a server --- <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:33 -05:00
yindo closed this issue 2026-02-16 01:16:33 -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#227