Minor Gripe
2026-03-31
![]()
Tool selection for AI agents that gets better over time. Millwright maintains a dynamic index, ranking tools by semantic relevance and observed performance from past agent use -- not just static keyword matching. Two operations: suggest_tools (give me ranked candidates for this task) and review_tools (here's how that went). Solves the context window problem when you have a large enterprise tool catalog and can't stuff everything into the prompt.
Was this useful?