[PR #216] [CLOSED] Example migration #324

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/216
Author: @nerdai
Created: 9/4/2024
Status: Closed

Base: v0.1.0Head: nerdai/207-remove-and-migrate-examples-to-match-v010-usage


📝 Commits (5)

📊 Changes

34 files changed (+138 additions, -590 deletions)

View changed files

📝 examples/rabbitmq/.env.docker (+0 -4)
examples/rabbitmq/docker-compose.yml (+67 -0)
examples/rabbitmq/example-app/docker-compose.yml (+0 -118)
examples/rabbitmq/example-app/multi-agent-app-rabbitmq/multi_agent_app_rabbitmq/additional_services/human_consumer.py (+0 -47)
examples/rabbitmq/example-app/multi-agent-app-rabbitmq/multi_agent_app_rabbitmq/additional_services/task_result.py (+0 -77)
examples/rabbitmq/example-app/multi-agent-app-rabbitmq/multi_agent_app_rabbitmq/agent_services/funny_agent.py (+0 -77)
examples/rabbitmq/example-app/multi-agent-app-rabbitmq/multi_agent_app_rabbitmq/agent_services/secret_agent.py (+0 -76)
examples/rabbitmq/example-app/multi-agent-app-rabbitmq/multi_agent_app_rabbitmq/core_services/control_plane.py (+0 -53)
examples/rabbitmq/example-app/multi-agent-app-rabbitmq/multi_agent_app_rabbitmq/core_services/message_queue.py (+0 -11)
examples/rabbitmq/example-app/multi-agent-app-rabbitmq/multi_agent_app_rabbitmq/local_launcher.py (+0 -26)
examples/rabbitmq/example-app/multi-agent-app-rabbitmq/multi_agent_app_rabbitmq/utils.py (+0 -9)
examples/rabbitmq/example-app/multi-agent-app-rabbitmq/template.env.local (+0 -14)
📝 examples/rabbitmq/kubernetes/ingress_controller/ingress_controller.yaml (+0 -0)
📝 examples/rabbitmq/kubernetes/ingress_services/control_plane.yaml (+0 -0)
📝 examples/rabbitmq/kubernetes/ingress_services/funny_agent.yaml (+0 -0)
📝 examples/rabbitmq/kubernetes/ingress_services/human_consumer.yaml (+0 -0)
📝 examples/rabbitmq/kubernetes/ingress_services/secret_agent.yaml (+0 -0)
📝 examples/rabbitmq/kubernetes/rabbitmq/rabbitmq.yaml (+0 -0)
📝 examples/rabbitmq/kubernetes/setup/manifest.yaml (+0 -0)
📝 examples/rabbitmq/kubernetes/setup/secrets.yaml.template (+0 -0)

...and 14 more files

📄 Description

  • adds rabbitmq docker/k8s example

TODO:

  • fix internal/external url params via env vars

🔄 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/216 **Author:** [@nerdai](https://github.com/nerdai) **Created:** 9/4/2024 **Status:** ❌ Closed **Base:** `v0.1.0` ← **Head:** `nerdai/207-remove-and-migrate-examples-to-match-v010-usage` --- ### 📝 Commits (5) - [`d62f788`](https://github.com/run-llama/llama_deploy/commit/d62f788a6bd74e3873bf448cf63018d54565f8fe) add multi workflows example - [`7a04669`](https://github.com/run-llama/llama_deploy/commit/7a0466921b0d9061772e5f9bb934e95500f330fc) funny joke workflow - [`bf68ea4`](https://github.com/run-llama/llama_deploy/commit/bf68ea41e30d4f12ad3195be7e9e82688c7e1ee0) add workflow service and deployment - [`19dd229`](https://github.com/run-llama/llama_deploy/commit/19dd229ee511025f0327d1f95ed185afcb0ce332) wip - [`5f7c04f`](https://github.com/run-llama/llama_deploy/commit/5f7c04fa545756dabc7ed218973980c48f6658f8) docker compose ### 📊 Changes **34 files changed** (+138 additions, -590 deletions) <details> <summary>View changed files</summary> 📝 `examples/rabbitmq/.env.docker` (+0 -4) ➕ `examples/rabbitmq/docker-compose.yml` (+67 -0) ➖ `examples/rabbitmq/example-app/docker-compose.yml` (+0 -118) ➖ `examples/rabbitmq/example-app/multi-agent-app-rabbitmq/multi_agent_app_rabbitmq/additional_services/human_consumer.py` (+0 -47) ➖ `examples/rabbitmq/example-app/multi-agent-app-rabbitmq/multi_agent_app_rabbitmq/additional_services/task_result.py` (+0 -77) ➖ `examples/rabbitmq/example-app/multi-agent-app-rabbitmq/multi_agent_app_rabbitmq/agent_services/funny_agent.py` (+0 -77) ➖ `examples/rabbitmq/example-app/multi-agent-app-rabbitmq/multi_agent_app_rabbitmq/agent_services/secret_agent.py` (+0 -76) ➖ `examples/rabbitmq/example-app/multi-agent-app-rabbitmq/multi_agent_app_rabbitmq/core_services/control_plane.py` (+0 -53) ➖ `examples/rabbitmq/example-app/multi-agent-app-rabbitmq/multi_agent_app_rabbitmq/core_services/message_queue.py` (+0 -11) ➖ `examples/rabbitmq/example-app/multi-agent-app-rabbitmq/multi_agent_app_rabbitmq/local_launcher.py` (+0 -26) ➖ `examples/rabbitmq/example-app/multi-agent-app-rabbitmq/multi_agent_app_rabbitmq/utils.py` (+0 -9) ➖ `examples/rabbitmq/example-app/multi-agent-app-rabbitmq/template.env.local` (+0 -14) 📝 `examples/rabbitmq/kubernetes/ingress_controller/ingress_controller.yaml` (+0 -0) 📝 `examples/rabbitmq/kubernetes/ingress_services/control_plane.yaml` (+0 -0) 📝 `examples/rabbitmq/kubernetes/ingress_services/funny_agent.yaml` (+0 -0) 📝 `examples/rabbitmq/kubernetes/ingress_services/human_consumer.yaml` (+0 -0) 📝 `examples/rabbitmq/kubernetes/ingress_services/secret_agent.yaml` (+0 -0) 📝 `examples/rabbitmq/kubernetes/rabbitmq/rabbitmq.yaml` (+0 -0) 📝 `examples/rabbitmq/kubernetes/setup/manifest.yaml` (+0 -0) 📝 `examples/rabbitmq/kubernetes/setup/secrets.yaml.template` (+0 -0) _...and 14 more files_ </details> ### 📄 Description - adds rabbitmq docker/k8s example TODO: - fix internal/external url params via env vars --- <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:53 -05:00
yindo closed this issue 2026-02-16 01:16:53 -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#324