Skip to content

CodexADeveloper Intelligence Engine

Semantic code search, AI-assisted understanding, and workspace tooling for developers and AI agents.

Quick Start

bash
# Install (lightweight CLI)
pip install codexa

# Or with ML extras for semantic search & vector indexing
pip install "codexa[ml]"

# Initialize & index your project
cd /path/to/your-project
codexa init --index
codexa doctor

# Search your code
codexa search "authentication middleware"
codexa search "auth flow" --hybrid --scores
codexa grep "TODO|FIXME" --jsonl -L

# AI-powered analysis
codexa ask "How does the auth flow work?"
codexa quality src/
codexa hotspots

At a Glance

MetricValue
Version0.5.0
CLI Commands39
AI Agent Tools13 (+ plugin-registered)
Plugin Hooks22
Packages26
Parsed Languages12
Tests2657+

Next Steps