code-context:AI Agent に code を crawl させず、まず検索させる
infino-ai/code-context は TypeScript 製の local code retrieval layer。BM25、semantic search、SQL aggregation、CLI、MCP server を repo-local index 上にまとめ、coding agent の file reading と token 消費を減らす。
全 3 篇の記事
infino-ai/code-context は TypeScript 製の local code retrieval layer。BM25、semantic search、SQL aggregation、CLI、MCP server を repo-local index 上にまとめ、coding agent の file reading と token 消費を減らす。
SPANDigital/cel2sql は Go 製の library です。CEL 式を PostgreSQL、MySQL、SQLite、DuckDB、BigQuery、Spark SQL の条件へ変換し、動的 filter API をより型安全に組み立てやすくします。
純粋な Rust で実装された組み込みリレーショナルデータベース。SQL クエリ、WASM コンパイル、ネイティブ Rust API をサポート