mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-25 10:39:36 -04:00
[PR #216] [CLOSED] Example migration #324
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/llama_deploy/pull/216
Author: @nerdai
Created: 9/4/2024
Status: ❌ Closed
Base:
v0.1.0← Head:nerdai/207-remove-and-migrate-examples-to-match-v010-usage📝 Commits (5)
d62f788add multi workflows example7a04669funny joke workflowbf68ea4add workflow service and deployment19dd229wip5f7c04fdocker compose📊 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
TODO:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.