docs: import LlamaSwapConfig from util in poller plan

This commit is contained in:
2026-08-14 10:41:17 -06:00
parent 7dba134863
commit 23cf6d168a
@@ -641,7 +641,8 @@ Expected: FAIL — module not found.
- [ ] **Step 3: Implement `src/lib/metrics-poller.ts`**
```ts
import { fetchMetrics, type LlamaSwapConfig } from "./llamaswap";
import { fetchMetrics } from "./llamaswap";
import { type LlamaSwapConfig } from "./util";
import { gpuInfos, parseGpuMetrics, type GpuMetricKind, type GpuSample } from "./metrics-parser";
const RING_SIZE = 60;