搜索与检索

jgrep

@keltokhy12PythonMIT更新于 2026-09-19

jgrep 是一个基于描述的 grep 工具,使用 TypeSafe 的 Jev 决策模型按语义过滤行,速度约 200 毫秒每行。

英文原文

grep, but the pattern is a description. Filters lines by meaning with TypeSafe's Jev decision model: ~200 ms and a thousandth of a cent per line.

keltokhy/jgrep

它在哪儿调用了 Jev

"typesafe": Backend("typesafe", "https://api.typesafe.ai/v1/systemone", "jev-latest", "TYPESAFE_API_KEY"),

src/jgrep/core.py:72

链接指向我们抓取当天的那个 commit,行号是准的。

这个项目没法在这儿跑

它的 question 组合是运行时拼出来的,或者代码里没有直接写出来,所以没法原样搬过来。源码链接在上面,可以自己去看。

同类的其他项目