semble: Semble is a high-performance code search library designed for AI agents, providing instant access to precise code snippets. It offers significantly faster indexing and querying compared to transformer models, achieving 99% of their retrieval quality while running entirely on CPU without external dependencies.; memtrace-public: Memtrace is a persistent memory layer for coding agents. It builds a bi-temporal, episodic, structural knowledge graph from your codebase's AST, enabling agents to remember and reason about code structure, evolution, and dependencies. It runs entirely locally, indexing code in seconds and providing sub-millisecond query latency.
Enhancing AI agents (e.g., Claude Code, Cursor, Codex) with fast and accurate code search capabilities
Codebase exploration and understanding