You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2026. It is now read-only.
Summary
Implement deferred tool loading and a
ToolSearchpath for large toolsets in the current architecture.Background
As the plugin/capability ecosystem grows, eagerly injecting full schemas for every tool into every prompt becomes expensive and harms model accuracy.
Current Architecture Note
This should target the current
@agentrail/app+@agentrail/capabilitiessplit rather than the olderhost/toolspackage model.Proposed Design
ToolSearchruntime tool that can fetch full schemas on demandAffected Areas
packages/apppackages/capabilitiesAcceptance Criteria
ToolSearchcan return full schemas for selected/matched tools