12 lines
521 B
Markdown
12 lines
521 B
Markdown
|
|
### context_compactor
|
||
|
|
Create a compact context summary to reduce prompt size before continuing work.
|
||
|
|
|
||
|
|
Use this exact Agent Zero tool-call shape:
|
||
|
|
```json
|
||
|
|
{"tool_name":"context_compactor","tool_args":{"text":"long summary source"}}
|
||
|
|
```
|
||
|
|
|
||
|
|
Rules:
|
||
|
|
- Do not use this tool to discover, read, infer, validate, or print credential values.
|
||
|
|
- If the tool is not found, stop and report a runtime tool-registration failure. Do not switch to WebUI login, CSRF, HTTP cache-refresh, shell credential scans, or `.env`/config/log searches.
|