CHOOSEAgents & automation
Jev Tool Selection Harness
This project proposes using Jev as a mechanism to select relevant tools before passing them to a large language model, reducing context bloat and improving efficiency.
TakeJev does a fast choice over the MCP tools+"none of the above", and you only pass the selected tools into the model.
Pattern✦ tool selection for LLMs
Small MCP idea: instead of stuffing every tool into the LLM’s context, let a harness call @typesafeai's Jev first. Jev does a fast choice over the MCP tools+"none of the above", and you only pass the selected tools into the model. Less context bloat, cheaper run, tight behavior.
