Home / Domain/ QueryEngine Domain — claude-code Architecture

QueryEngine Domain — claude-code Architecture

Domain QueryEngine 1297 files

The central orchestration layer responsible for managing the conversation loop, tool execution, and context window optimization.

Entity Profile

Dependency Diagram

graph TD
  domain_QueryEngine["QueryEngine"]
  subdomain_QueryEngine_Compaction["Compaction"]
  domain_QueryEngine --> subdomain_QueryEngine_Compaction
  subdomain_QueryEngine_Thinking["Thinking"]
  domain_QueryEngine --> subdomain_QueryEngine_Thinking
  subdomain_QueryEngine_Orchestrator["Orchestrator"]
  domain_QueryEngine --> subdomain_QueryEngine_Orchestrator
  style domain_QueryEngine fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Files

Source

Frequently Asked Questions

What is the QueryEngine domain?
The QueryEngine domain is an architectural grouping in the claude-code codebase. The central orchestration layer responsible for managing the conversation loop, tool execution, and context window optimization. It contains 1297 source files.
What subdomains are in QueryEngine?
The QueryEngine domain contains 3 subdomain(s): Compaction, Orchestrator, Thinking.
How many files are in QueryEngine?
The QueryEngine domain contains 1297 source files.