Skip to content

Commit c6bbf46

Browse files
EightRiceclaude
andcommitted
cleanup: standardize orchestrator ID in tools.py source field
Change source="orch" to source="orchestrator" in delegate_message fallback inbox post for consistency with ORCHESTRATOR_ID. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 83a38b4 commit c6bbf46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

atn/orchestrator/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1921,7 +1921,7 @@ async def _delegate_message(runtime: Runtime, input: dict[str, Any]) -> dict[str
19211921
if defn is not None:
19221922
runtime.inbox.post(InboxMessage(
19231923
id=InboxMessage.generate_id(),
1924-
source="orch",
1924+
source="orchestrator",
19251925
target=agent_id,
19261926
type=MessageType.WORK,
19271927
priority=MessagePriority.HIGH,

0 commit comments

Comments
 (0)