mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #105] [MERGED] Example: multi-agent app with RabbitMQ (with/without Docker + K8s) #265
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/105
Author: @nerdai
Created: 7/5/2024
Status: ✅ Merged
Merged: 7/5/2024
Merged by: @nerdai
Base:
main← Head:nerdai/rabbit-mq-docker-k8s📝 Commits (10+)
0add658re-org1341aa9use rabbit mq docker image5680d96docker compose workingc489473add templatec31c196rm redundant example for serverlauncher70a01bawip with rabbitmq operatorf6abcd0handle registration with server launchcd2f330update cp commandf7cf675k8s working36cd46drename EXTERNAL_HOST to LOCALHOST📊 Changes
31 files changed (+1740 additions, -88 deletions)
View changed files
📝
examples/docker-kubernetes/README.md(+1 -1)📝
examples/rabbitmq/README.md(+211 -12)➕
examples/rabbitmq/example-app/.gitignore(+11 -0)➕
examples/rabbitmq/example-app/docker-compose.yml(+118 -0)➕
examples/rabbitmq/example-app/kubernetes/ingress_controller/ingress_controller.yaml(+378 -0)➕
examples/rabbitmq/example-app/kubernetes/ingress_services/control_plane.yaml(+111 -0)➕
examples/rabbitmq/example-app/kubernetes/ingress_services/funny_agent.yaml(+130 -0)➕
examples/rabbitmq/example-app/kubernetes/ingress_services/human_consumer.yaml(+120 -0)➕
examples/rabbitmq/example-app/kubernetes/ingress_services/secret_agent.yaml(+130 -0)➕
examples/rabbitmq/example-app/kubernetes/rabbitmq/rabbitmq.yaml(+11 -0)➕
examples/rabbitmq/example-app/kubernetes/setup/manifest.yaml(+27 -0)➕
examples/rabbitmq/example-app/kubernetes/setup/secrets.yaml.template(+8 -0)➕
examples/rabbitmq/example-app/logging.ini(+18 -0)➕
examples/rabbitmq/example-app/multi-agent-app-rabbitmq/Dockerfile(+46 -0)➕
examples/rabbitmq/example-app/multi-agent-app-rabbitmq/multi_agent_app_rabbitmq/__init__.py(+0 -0)➕
examples/rabbitmq/example-app/multi-agent-app-rabbitmq/multi_agent_app_rabbitmq/additional_services/__init__.py(+0 -0)➕
examples/rabbitmq/example-app/multi-agent-app-rabbitmq/multi_agent_app_rabbitmq/additional_services/human_consumer.py(+47 -0)➕
examples/rabbitmq/example-app/multi-agent-app-rabbitmq/multi_agent_app_rabbitmq/additional_services/task_result.py(+77 -0)➕
examples/rabbitmq/example-app/multi-agent-app-rabbitmq/multi_agent_app_rabbitmq/agent_services/__init__.py(+0 -0)➕
examples/rabbitmq/example-app/multi-agent-app-rabbitmq/multi_agent_app_rabbitmq/agent_services/funny_agent.py(+77 -0)...and 11 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.