Release 0.16.0
agent-sdk-go v0.16.0
This release adds originating agent identification to tool-call events, improving observability in multi-agent workflows.
Features
Originating Agent ID on Tool-Call Events
Tool-call events now carry an originating agent identifier, making it possible to trace which agent issued a given tool call. This is particularly useful in multi-agent setups where multiple agents may be invoking tools concurrently or in sequence.
Update any code that constructs or handles tool-call events to account for the new field if needed. No changes are required for agents that do not inspect tool-call event metadata directly.
Commits
Full Changelog: v0.15.0...v0.16.0