fast_context_reader
Extract targeted details from large logs, code files, or cached content by parsing, filtering, or summarizing raw text in about 1-2 seconds, preventing context-window bloat.
Instructions
Parses, filters, or summarizes raw file contents, large logs, cache dumps, or complex schemas using a high-speed worker (DeepSeek-V4 Flash) in ~1-2 seconds. Prevents bloating host agent context window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| focus | Yes | Extraction target (e.g. 'all error stack traces', 'exported interface signatures', 'list of changed state variables'). | |
| model | No | Optional model override (default: deepseek-v4-flash). | |
| content | Yes | The raw text, code file, log output, or cached content to extract from. | |
| provider | No | Worker provider (default: 'deepseek'). |