Commit 6bd536c
agent: add attributes map to AgentDispatch and Job (#1629)
* agent: add simulation flag to AgentDispatch and Job
Threads a new bool simulation field from CreateAgentDispatchRequest /
RoomAgentDispatch through AgentDispatch and onto Job so agent workers
can know they are being dispatched to a simulated room.
* generated protobuf
* agent: replace simulation bool with attributes map
Swap the bool simulation field for a map<string, string> attributes
field on CreateAgentDispatchRequest, RoomAgentDispatch, AgentDispatch,
and Job. The map is marked SENSITIVITY_PII so logs redact it.
* mark job metadata as pii
* tidy
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>1 parent a512a00 commit 6bd536c
5 files changed
Lines changed: 185 additions & 115 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments