Overview
This page documents the core TypeScript types and interfaces used throughout elizaOS. For usage examples, see the relevant feature documentation.Streaming Types
IStreamExtractor
Interface for extracting content from LLM response streams:| Extractor | Use Case |
|---|---|
PassthroughExtractor | Stream everything as-is |
XmlTagExtractor | Extract content from XML tags |
ResponseStreamExtractor | Action-aware extraction |

