Implement tool discovery (DiscoverTools RPC) #59
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Implement the
DiscoverToolsRPC: return the list of tools available to a given agent type, filtered by manifest and session overrides.Acceptance Criteria
DiscoverToolsRPC handler implementedBlocked by
Implemented in PR #157 (merged). Discovery module with builtin ToolDefinition for all well-known tools, filtered by manifest and session overrides. Includes Model Gateway endpoints. 11 unit tests.