cqs 1.25.0

Code intelligence and RAG for AI agents. Semantic search, call graphs, impact analysis, type dependencies, and smart context assembly — in single tool calls. 54 languages + L5X/L5K PLC exports, 91.2% Recall@1 (BGE-large), 0.951 MRR (296 queries). Local ML, GPU-accelerated.
Documentation
; Sample INI configuration file

[database]
host = localhost
port = 5432
name = myapp_production
max_connections = 100

[server]
host = 0.0.0.0
port = 8080
workers = 4
debug = false

[logging]
level = info
file = /var/log/myapp.log
format = json

[cache]
enabled = true
ttl = 3600
backend = redis