LICENSE
MANIFEST.in
README.md
pyproject.toml
src/finamt/__init__.py
src/finamt/__version__.py
src/finamt/cli.py
src/finamt/exceptions.py
src/finamt/models.py
src/finamt/ocr_processor.py
src/finamt/progress.py
src/finamt/utils.py
src/finamt.egg-info/PKG-INFO
src/finamt.egg-info/SOURCES.txt
src/finamt.egg-info/dependency_links.txt
src/finamt.egg-info/entry_points.txt
src/finamt.egg-info/requires.txt
src/finamt.egg-info/top_level.txt
src/finamt/agents/__init__.py
src/finamt/agents/agent.py
src/finamt/agents/config.py
src/finamt/agents/llm_caller.py
src/finamt/agents/pipeline.py
src/finamt/agents/prompts.py
src/finamt/storage/__init__.py
src/finamt/storage/base.py
src/finamt/storage/project.py
src/finamt/storage/sqlite.py
src/finamt/tax/__init__.py
src/finamt/tax/bilanz.py
src/finamt/tax/ebilanz.py
src/finamt/tax/elster.py
src/finamt/tax/eur.py
src/finamt/tax/ustva.py
src/finamt/ui/api.py
src/finamt/ui/server.py
src/finamt/ui/static/.DS_Store
src/finamt/ui/static/finamt_icon.svg
src/finamt/ui/static/index.html
src/finamt/ui/static/assets/index-COtUl6JW.css
src/finamt/ui/static/assets/index-CicOmYuu.js
tests/test_agent.py
tests/test_cli_inprocess.py
tests/test_config.py
tests/test_exceptions.py
tests/test_llm_caller.py
tests/test_models.py
tests/test_ocr_processor.py
tests/test_pipeline.py
tests/test_private_use.py
tests/test_progress.py
tests/test_project.py
tests/test_prompts.py
tests/test_storage.py
tests/test_ustva.py
tests/test_utils.py