fix(README): formatting in README.md for QueryEngine.ts

This commit is contained in:
Yasas Banu
2026-04-05 02:55:13 +05:30
committed by GitHub
parent d46bd99314
commit a371abbe75
+1 -1
View File
@@ -75,7 +75,7 @@ Claude Code "dreams" to consolidate memory. The **autoDream** service ([`src/ser
```text ```text
src/ src/
├── main.tsx # CLI Entrypoint (Commander.js + React/Ink) ├── main.tsx # CLI Entrypoint (Commander.js + React/Ink)
├── QueryEngine.ts # Core LLM logic (~46K lines) ├── QueryEngine.ts # Core LLM logic
├── Tool.ts # Base tool definitions ├── Tool.ts # Base tool definitions
├── tools/ # 40+ Agent tools (Bash, Files, LSP, Web) ├── tools/ # 40+ Agent tools (Bash, Files, LSP, Web)
├── services/ # Backend (MCP, OAuth, Analytics, Dreams) ├── services/ # Backend (MCP, OAuth, Analytics, Dreams)