kb_init
Registers any folder as a knowledge base for semantic search: validates the path, persists the registration across restarts, and starts background indexing with live file watching.
Instructions
注册(初始化)一个文件夹为知识库:校验目录、写入用户级注册表(跨重启保留)、后台建立索引并启动文件监听。首次使用或要纳入新文件夹时调用。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | 可选,显示名,默认取文件夹名 | |
| path | Yes | 必填,要注册为知识库的文件夹绝对路径 |