codeix 0.5.0

Fast semantic code search for AI agents — find symbols, references, and callers across any codebase
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"""Codeix Benchmark Suite."""

from . import ab, index_speed, search_quality, search_value
from .common import CACHE_DIR, REPOS, Repo

__all__ = [
    "ab",
    "index_speed",
    "search_quality",
    "search_value",
    "CACHE_DIR",
    "REPOS",
    "Repo",
]