feat(server,kernel): repo-map indexer + droppable L3 context injection

This commit is contained in:
2026-06-04 01:48:05 +04:00
parent 0ca7d4c86b
commit 8b6eedcf87
9 changed files with 242 additions and 4 deletions
+5
View File
@@ -80,6 +80,11 @@ capabilities = { General = 1.0, Coding = 0.7, Reasoning = 0.6, Summarization = 0
enabled = false
root = "" # repo root key; empty = current working dir
memory_k = 5 # distilled decisions retrieved per session start
# Repo-map indexer (emits a ranked file/symbol index as a recorded observation at session
# start; a top-K slice rides in context as droppable L3 memory — paths + symbol names only).
max_depth = 4 # directory recursion cap
inject_top_k = 30 # entries injected into context (ranked by score)
# ignore_globs = [".git", "node_modules", "build", "target", ".gradle", "dist", ".idea"]
# Router configuration (optional, defaults shown below)
[router]