BoxAgnts Tool System (6) — Multi-Provider Adaptation and the Agent Query Loop (opens in new tab)
BoxAgnts' tool system, from the bottom-level WASM sandbox to the top-level Tool trait, has solved "how tools run safely." But tools ultimately need to be called by AI models — which introduces two engineering problems: the complete incompatibility of API formats across AI vendors, and the interleaved orchestration of conversation flow and tool execution. These two problems are solved by the Provider abstraction layer and the Agent query loop, respectively. Provider Abstraction: Being an LLM V...
Read the original article