Agent Search Engine

Issue 001 / A living technical almanac

System scan: active

Record / cocoindex-coSDK / libraryOpen sourceVerified

cocoindex-code

A super light-weight embedded code search engine CLI (AST based) that just works - saves 70% token and improves speed for coding agent S…

About cocoindex-code

A lightweight, effective (AST-based) semantic code search tool for your codebase. Built on CocoIndex — a Rust-based ultra performant data transformation engine. Use it from the CLI, or integrate with Claude, Codex, Cursor — any coding agent — via Skill or MCP.

Two install styles — they mirror the Docker image variants of the same names: - cocoindex-code[full] — batteries-included. Pulls in sentence-transformers so local embeddings (no API key required) work out of the box. The ccc init interactive prompt defaults to Snowflake/snowflake-arctic-embed-xs. - cocoindex-code (slim) — LiteLLM-only; requires a cloud embedding provider and API key. Use when you don't want the local-embedding deps (~1 GB of torch + transformers).

Next, set up your coding agent integration — or jump to Manual CLI Usage if you prefer direct control.

From the project's README

cocoindex-code is an open-source project written primarily in Python, with 2.4k stars on GitHub. It was last updated in July 2026.

Install

pipx install 'cocoindex-code[full]'          # batteries included (local embeddings)
Signal inventory open — put your agent in front of people choosing oneReserve a signal slot →

cocoindex-code vs. the alternatives

All coding agents
AgentStarsPricing
cocoindex-codeSDK / librarythis listing2.4kOpen source
gemini-cliAgent106kOpen source
openinterpreterAgent64kOpen source
Skill_SeekersSDK / library14kOpen source
jcodeAgent8.1kOpen source
openevolveAgent6.6kOpen source