mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #8] [MERGED] Add source_id to QueueMessage
#204
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/8
Author: @nerdai
Created: 6/9/2024
Status: ✅ Merged
Merged: 6/9/2024
Merged by: @logan-markewich
Base:
main← Head:nerdai/source-id📝 Commits (1)
913afa4add source_id to QueueMessage📊 Changes
10 files changed (+35 additions, -11 deletions)
View changed files
📝
agentfile/agent_server/base.py(+2 -1)📝
agentfile/agent_server/fastapi.py(+1 -0)📝
agentfile/control_plane/base.py(+2 -1)📝
agentfile/control_plane/fastapi.py(+8 -2)📝
agentfile/launchers/local.py(+3 -1)➕
agentfile/message_publishers/__init__.py(+0 -0)➕
agentfile/message_publishers/publisher.py(+12 -0)📝
agentfile/messages/base.py(+2 -1)📝
tests/message_queue_consumers/test_base.py(+2 -2)📝
tests/message_queues/test_simple.py(+3 -3)📄 Description
MessageQueuePublisherMixinto create anid_attr on the class if it doesn't yet exist.(Wonder if we should do more than a Mixin here...)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.