.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
RELEASE.md
mkdocs.yml
pyproject.toml
.github/workflows/ci.yml
.github/workflows/pre-commit.yml
.github/workflows/publish.yml
docs/architecture.png
docs/index.md
docs/development/architecture.md
docs/development/contributing.md
docs/getting-started/concepts.md
docs/getting-started/installation.md
docs/getting-started/quick-start.md
docs/guides/custom-plugins.md
docs/guides/dsl.md
docs/guides/llm-repair.md
docs/guides/structured.md
docs/guides/validated-stream.md
docs/reference/api.md
docs/reference/events.md
docs/reference/exceptions.md
docs/reference/limitations.md
scripts/gen_architecture_png.py
src/fluxmend/__init__.py
src/fluxmend/_version.py
src/fluxmend/exceptions.py
src/fluxmend/py.typed
src/fluxmend/utils.py
src/fluxmend.egg-info/PKG-INFO
src/fluxmend.egg-info/SOURCES.txt
src/fluxmend.egg-info/dependency_links.txt
src/fluxmend.egg-info/requires.txt
src/fluxmend.egg-info/scm_file_list.json
src/fluxmend.egg-info/scm_version.json
src/fluxmend.egg-info/top_level.txt
src/fluxmend/api/__init__.py
src/fluxmend/api/_collect.py
src/fluxmend/api/fluxmend.py
src/fluxmend/api/grammar_factory.py
src/fluxmend/api/streaming_validator.py
src/fluxmend/api/structured.py
src/fluxmend/api/validated_stream.py
src/fluxmend/dsl/__init__.py
src/fluxmend/dsl/predefined.py
src/fluxmend/dsl/terms.py
src/fluxmend/fsm/__init__.py
src/fluxmend/fsm/checkpoint_manager.py
src/fluxmend/fsm/detection.py
src/fluxmend/fsm/error_span.py
src/fluxmend/fsm/validator.py
src/fluxmend/llm/__init__.py
src/fluxmend/llm/anthropic_adapter.py
src/fluxmend/llm/client.py
src/fluxmend/llm/openai_adapter.py
src/fluxmend/llm/repair.py
src/fluxmend/plugins/__init__.py
src/fluxmend/plugins/cfg_plugin.py
src/fluxmend/plugins/custom_plugin.py
src/fluxmend/plugins/json_fsm.py
src/fluxmend/plugins/json_plugin.py
src/fluxmend/plugins/json_schema.py
src/fluxmend/plugins/protocol.py
src/fluxmend/plugins/regex_plugin.py
src/fluxmend/plugins/registry.py
src/fluxmend/plugins/xml_fsm.py
src/fluxmend/plugins/xml_plugin.py
src/fluxmend/prefilter/__init__.py
src/fluxmend/prefilter/stream_prefilter.py
src/fluxmend/prefilter/tag_trie.py
src/fluxmend/repair/__init__.py
src/fluxmend/repair/generic_repairer.py
src/fluxmend/repair/json_repairer.py
src/fluxmend/repair/regex_repairer.py
src/fluxmend/repair/xml_repairer.py
src/fluxmend/types/__init__.py
src/fluxmend/types/checkpoint.py
src/fluxmend/types/event.py
src/fluxmend/types/fsm.py
src/fluxmend/types/grammar.py
tests/conftest.py
tests/test_adapters.py
tests/test_async_compat.py
tests/test_async_repair.py
tests/test_cfg_fsm.py
tests/test_concurrency.py
tests/test_custom_plugin_coverage.py
tests/test_detection_coverage.py
tests/test_dsl.py
tests/test_fluxmend_api.py
tests/test_grammar_factory.py
tests/test_handlers.py
tests/test_json_fsm_coverage.py
tests/test_llm_repair.py
tests/test_llm_repair_v2.py
tests/test_partial.py
tests/test_performance.py
tests/test_pool.py
tests/test_prefilter.py
tests/test_regex_fsm.py
tests/test_registry.py
tests/test_scenarios.py
tests/test_schema_reject_repair.py
tests/test_sdk_integration.py
tests/test_smoke.py
tests/test_structured.py
tests/test_structured_coverage.py
tests/test_tag_name_correction.py
tests/test_validator_coverage.py
tests/test_xml_fsm.py
tests/test_xml_fsm_coverage.py
tests/test_xml_repairer_coverage.py