LICENSE
README.md
pyproject.toml
src/offagent/__init__.py
src/offagent/__main__.py
src/offagent/config.py
src/offagent/errors.py
src/offagent/path_policy.py
src/offagent.egg-info/PKG-INFO
src/offagent.egg-info/SOURCES.txt
src/offagent.egg-info/dependency_links.txt
src/offagent.egg-info/entry_points.txt
src/offagent.egg-info/requires.txt
src/offagent.egg-info/top_level.txt
src/offagent/adapters/__init__.py
src/offagent/adapters/docx_adapter.py
src/offagent/adapters/embedding_provider.py
src/offagent/adapters/pptx_adapter.py
src/offagent/adapters/xlsx_adapter.py
src/offagent/app/__init__.py
src/offagent/app/progress.py
src/offagent/app/services.py
src/offagent/domain/__init__.py
src/offagent/domain/locators.py
src/offagent/domain/models.py
src/offagent/domain/text_fragments.py
src/offagent/indexing/__init__.py
src/offagent/indexing/store.py
src/offagent/interfaces/__init__.py
src/offagent/interfaces/cli.py
src/offagent/interfaces/cli_output.py
src/offagent/interfaces/cli_progress.py
src/offagent/interfaces/mcp.py
src/offagent/interfaces/mcp_converters.py
src/offagent/interfaces/mcp_models.py
src/offagent/objects/__init__.py
src/offagent/objects/base.py
src/offagent/objects/docx_objects.py
src/offagent/objects/pptx_objects.py
src/offagent/objects/xlsx_objects.py
src/offagent/storage/__init__.py
src/offagent/storage/versioning.py
tests/test_config.py
tests/test_discovery.py
tests/test_doctor.py
tests/test_document_authoring_services.py
tests/test_docx_adapter.py
tests/test_docx_cli.py
tests/test_docx_objects.py
tests/test_docx_services.py
tests/test_embedding_provider.py
tests/test_interface_parity.py
tests/test_locators.py
tests/test_mcp.py
tests/test_mcp_acceptance.py
tests/test_mcp_v2.py
tests/test_object_models.py
tests/test_object_services.py
tests/test_object_services_write.py
tests/test_partial_formatting_services.py
tests/test_policy.py
tests/test_pptx_adapter.py
tests/test_pptx_cli.py
tests/test_pptx_objects.py
tests/test_pptx_services.py
tests/test_progress_reporting.py
tests/test_semantic_adapters.py
tests/test_semantic_mcp.py
tests/test_semantic_services.py
tests/test_store.py
tests/test_summaries.py
tests/test_text_fragments.py
tests/test_vector_mcp.py
tests/test_vector_services.py
tests/test_versioning.py
tests/test_xlsx_adapter.py
tests/test_xlsx_cli.py
tests/test_xlsx_objects.py
tests/test_xlsx_services.py