@devflow-tools/retrieval-engine
v0.18.12
Published
Canonical multi-channel retrieval planning, execution, and evidence contracts.
Readme
@devflow-tools/retrieval-engine
Canonical multi-channel retrieval planning, fusion, sufficiency, packing, and evidence coordination for DevFlow.
Install
npm install @devflow-tools/retrieval-engineUsage
import { reciprocalRankFusion } from '@devflow-tools/retrieval-engine';
const ranked = reciprocalRankFusion(candidates);
console.log(ranked.map(item => item.candidate.stableRef));The package keeps Code, Memory, and Knowledge candidates separate through execution and records their contributing query legs before fusion.
License
MIT
