LICENSE
README.md
pyproject.toml
src/engine/__init__.py
src/engine/ascii_layout.py
src/engine/batch.py
src/engine/cli.py
src/engine/confidence.py
src/engine/extractor.py
src/engine/hybrid_mapper.py
src/engine/pattern_inference.py
src/engine/py.typed
src/engine/schema_inference.py
src/engine/semantic_diff.py
src/engine/conformity/__init__.py
src/engine/conformity/aggregator.py
src/engine/conformity/design.py
src/engine/conformity/report.py
src/engine/conformity/structural.py
src/engine/conformity/technical.py
src/engine/conformity/text.py
src/engine/conformity/visual.py
src/engine/formats/__init__.py
src/engine/formats/_base.py
src/engine/formats/abnt_artigo.py
src/engine/formats/abnt_referencia.py
src/engine/formats/abnt_relatorio_tecnico.py
src/engine/formats/abnt_tcc.py
src/engine/formats/ata_reuniao.py
src/engine/formats/contrato_simples.py
src/engine/formats/laudo_nr12.py
src/engine/formats/nr13.py
src/engine/formats/nr35.py
src/engine/formats/procuracao_simples.py
src/engine/llm/__init__.py
src/engine/llm/_schema.py
src/engine/llm/_utils.py
src/engine/llm/anthropic_provider.py
src/engine/llm/base.py
src/engine/llm/gemini_free.py
src/engine/llm/groq_provider.py
src/engine/llm/ollama_provider.py
src/engine/llm/openai_provider.py
src/engine/llm/openrouter_provider.py
src/engine/llm/router.py
src/engine/section_mapper/__init__.py
src/engine/section_mapper/auto_mapper.py
src/engine/section_mapper/auto_renderer.py
src/engine/section_mapper/auto_tables.py
src/engine/section_mapper/header_filler.py
src/engine/section_mapper/numbering.py
src/engine/section_mapper/orchestrator.py
src/engine/section_mapper/parser.py
src/engine/section_mapper/plan_cache.py
src/engine/section_mapper/renderer.py
src/engine/section_mapper/similarity.py
src/engine/section_mapper/slot_filler.py
src/engine/section_mapper/slot_profiler.py
src/engine/section_mapper/slot_renderer.py
src/engine/section_mapper/slots.py
src/engine/section_mapper/source_profiler.py
src/engine/section_mapper/table_filler.py
src/engine/section_mapper/template_profiler.py
src/engine/section_mapper/template_renderer.py
src/engine/security/__init__.py
src/engine/security/audit.py
src/engine/security/injection.py
src/engine/security/local_only.py
src/engine/security/pii.py
src/template_engine_ia.egg-info/PKG-INFO
src/template_engine_ia.egg-info/SOURCES.txt
src/template_engine_ia.egg-info/dependency_links.txt
src/template_engine_ia.egg-info/entry_points.txt
src/template_engine_ia.egg-info/requires.txt
src/template_engine_ia.egg-info/top_level.txt
tests/test_ascii_layout.py
tests/test_batch.py
tests/test_conformity.py
tests/test_extractor.py
tests/test_formats.py
tests/test_hybrid_mapper.py
tests/test_llm_gemini.py
tests/test_llm_utils.py
tests/test_pattern_inference.py
tests/test_router.py
tests/test_schema_inference.py
tests/test_section_mapper.py
tests/test_security.py
tests/test_semantic_diff.py