code-context:让 AI Agent 搜代码,而不是一页页读
infino-ai/code-context 是一个 TypeScript 写的本地代码检索层,把 BM25、语义搜索、SQL 聚合、CLI 和 MCP server 放在同一个 repo-local index 上,帮助 coding agent 少读文件、少烧 token。
共 3 篇文章
infino-ai/code-context 是一个 TypeScript 写的本地代码检索层,把 BM25、语义搜索、SQL 聚合、CLI 和 MCP server 放在同一个 repo-local index 上,帮助 coding agent 少读文件、少烧 token。
SPANDigital/cel2sql 是一个 Go 库,把 CEL 表达式转换成 PostgreSQL、MySQL、SQLite、DuckDB、BigQuery 和 Spark SQL 条件,适合做动态筛选、类型检查和更稳的查询接口。
纯 Rust 实现的嵌入式关系型数据库,支持 SQL 查询、WASM 编译和原生 Rust API