5 ms·
Interesting implementation. We have had better reliability by treating tool access as a capability-routing layer: request by task, not fixed provider, with expl
by bourbeau 6mo ago
Interesting implementation. We have had better reliability by treating tool access as a capability-routing layer: request by task, not fixed provider, with explicit cost/latency constraints and runtime trust state (verified, reachable, failed). It keeps orchestration logic out of agent code and makes fallback behavior auditable.