Tool Registry & Execution
← Back to Plugin Center
Built-inToolOfficial内置DeepSeek Harness
core/tools
A scoped tool registry paired with a gated execution pipeline.
core/tools provides a scoped tool registry: each session and each preset can own a different tool set, and the model can only see and call tools within the current scope.
It also provides a gated execution pipeline where tool calls can be intercepted and validated before and after execution — a key node for safety and observability.
Features
- Scoped registration; tool sets vary per session or preset
- Gated execution pipeline with pre/post interception
- Tool schemas flow into prompt assembly automatically
- Event-driven design, easy for policy and audit hooks