Skip to content

Release 0.16.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 00:09
d796e60

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

  • feat(event): originating-agent id on tool-call events (#85) (d796e60)

Full Changelog: v0.15.0...v0.16.0