feat(server,kernel): repo-map indexer + droppable L3 context injection
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user