Release Notes - v1.18.3
Highlights
- Tool discovery registry with metadata/full-spec layering for progressive tool discovery.
- New
toolstool for list/help/search of available tools without loading full specs. - Capability to wire tool registries into agents for dynamic tool catalogs.
New Features
Tool Registry
- Added
ToolRegistryInterfaceandToolRegistryfor registering tool instances or factories. - Added
ToolPolicyfiltering for allow/deny tool lists. - Added metadata and full-spec resolution helpers to support progressive discovery.
Tools Tool
- Added
ToolsToolforlist,help, andsearchactions (plus CLI-likecommandparsing). - Supports locale-aware metadata/full spec rendering via registry.
Agent Capability
- Added
UseToolRegistrycapability for agent blueprints to expose registries as tools.
Tests
- Added registry and tools discovery tests for metadata/full spec, search, and help flows.