Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Louisym/MiniCC
/ QueryEngineConfig
Class
QueryEngineConfig
src/query_engine.py:16–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
@dataclass(frozen=True)
16
class
QueryEngineConfig:
17
max_turns: int = 8
18
max_budget_tokens: int = 2000
19
compact_after_turns: int = 12
20
structured_output: bool = False
21
structured_retry_limit: int = 2
22
23
24
@dataclass(frozen=True)
Callers
1
run_turn_loop
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected