The outlines
library does not fully support streaming structured generation (e.g., using regex, Pydantic, or JSON schemas). While it provides excellent tools for enforcing output structure, these constraints are applied after the full output is generated, meaning token-by-token streaming with strict format enforcement is not yet supported.