| 154 | * @see docs/chat-architecture.md#adapter-contract — What this class expects from adapters |
| 155 | */ |
| 156 | export class StreamProcessor { |
| 157 | private readonly chunkStrategy: ChunkStrategy |
| 158 | private readonly events: StreamProcessorEvents |
| 159 | private readonly jsonParser: { parse: (jsonString: string) => any } |
nothing calls this directly
no outgoing calls
no test coverage detected