split_smartsend #8

Merged
ton merged 35 commits from split_smartsend into main 2026-02-26 09:52:56 +00:00
Showing only changes of commit 78a8952383 - Show all commits

View File

@@ -182,7 +182,7 @@ struct msg_envelope_v1
msg_id::String # this message id
timestamp::String # message published timestamp (string(Dates.now()))
send_to::String # topic/subject the sender sends to e.g. "/agent/wine/api/v1/prompt"
send_to::String # topic/subject the sender sends this msg to e.g. "/agent/wine/api/v1/prompt"
msg_purpose::String # purpose of this message e.g. "ACK", "NACK", "updateStatus", "shutdown", ...
sender_name::String # sender name (String) e.g. "agent-wine-web-frontend"
sender_id::String # sender id e.g. uuid4()