#!/usr/bin/env node /** * Comprehensive Integration Test for agentic-flow with Claude Agent SDK + ONNX * * Tests: * 1. Router initialization with all providers * 2. ONNX local inference integration * 3. Rule-based routing (privacy → ONNX) * 4. Multi-provider fallback chain * 5. Cost tracking and metrics */ export {}; //# sourceMappingURL=test-integration.d.ts.map