.env.example
.gitignore
.readthedocs.yaml
AGENTS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
uv.lock
.claude/settings.json
.claude/skills/run-docstore/SKILL.md
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/test.yml
docs/cli-reference.md
docs/getting-started.md
docs/index.md
docstore/__init__.py
docstore/cli.py
docstore/config.py
docstore/llm.py
docstore/schema.py
docstore/server.py
docstore/store.py
docstore/agents/__init__.py
docstore/agents/compiler.py
docstore/agents/differ.py
docstore/agents/extractor.py
docstore/agents/orchestrator.py
docstore/agents/parser.py
docstore/agents/validator.py
examples/invoice_example.py
lumient_docstore.egg-info/PKG-INFO
lumient_docstore.egg-info/SOURCES.txt
lumient_docstore.egg-info/dependency_links.txt
lumient_docstore.egg-info/entry_points.txt
lumient_docstore.egg-info/requires.txt
lumient_docstore.egg-info/top_level.txt
scripts/benchmark.py
scripts/debug_playwright.js
scripts/generate_txt_invoices.py
tests/__init__.py
tests/test_agents.py
tests/test_benchmark.py
tests/test_cli_helpers.py
tests/test_filter_eval.py
tests/test_llm.py
tests/test_parser.py
tests/test_schema.py
tests/test_store.py