[PR #8] [MERGED] Add source_id to QueueMessage #204

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

📋 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: mainHead: nerdai/source-id


📝 Commits (1)

  • 913afa4 add 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

  • Adds a MessageQueuePublisherMixin to create an id_ 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.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_deploy/pull/8 **Author:** [@nerdai](https://github.com/nerdai) **Created:** 6/9/2024 **Status:** ✅ Merged **Merged:** 6/9/2024 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `nerdai/source-id` --- ### 📝 Commits (1) - [`913afa4`](https://github.com/run-llama/llama_deploy/commit/913afa4fe962456f2fe86c3b7e3778afa95efca8) add source_id to QueueMessage ### 📊 Changes **10 files changed** (+35 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description - Adds a `MessageQueuePublisherMixin` to create an `id_` attr on the class if it doesn't yet exist. (Wonder if we should do more than a Mixin here...) --- <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:27 -05:00
yindo closed this issue 2026-02-16 01:16:27 -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#204