Oya – Keep tool outputs away from the LLM to cut tokens and stop injection(github.com)
github.com
Oya – Keep tool outputs away from the LLM to cut tokens and stop injection
https://github.com/OyaAIProd/oya
2 comments
The whole point of agentic tool calling is for there to be runtime decisions made by the agent based on the outcome of a tool call. Anything that can be serialized like this could effectively be rewritten as a single tool call which this seems (via the example) to just be a tautology of for the most part. Otherwise you would have combinatorial explosion of all the paths if there is actual logic branching.