mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-25 10:39:36 -04:00
[PR #159] [CLOSED] Update SQS MessageQueue integration #296
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/159
Author: @nerdai
Created: 7/27/2024
Status: ❌ Closed
Base:
main← Head:MartinRistov/main📝 Commits (6)
be52f7binitial push, working with a restart3fde847deps and move test file to examples232a9adadd typing packages103d293lint3bc93c6refactor to custom types9b7354frefactor to custom types📊 Changes
9 files changed (+956 additions, -1 deletions)
View changed files
➕
examples/awssqs/simple-scripts/local_launcher_human_single.py(+62 -0)➕
examples/awssqs/simple-scripts/local_launcher_router_component_single.py(+67 -0)➕
llama_agents/message_queues/aws_sqs/__init__.py(+4 -0)➕
llama_agents/message_queues/aws_sqs/aws_sqs.py(+212 -0)➕
llama_agents/message_queues/aws_sqs/base.py(+5 -0)➕
llama_agents/message_queues/aws_sqs/policies.py(+33 -0)➕
llama_agents/message_queues/aws_sqs/types.py(+18 -0)📝
poetry.lock(+550 -1)📝
pyproject.toml(+5 -0)📄 Description
sqs_testtoexamples/aws_sqs/simple-scripts/🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.