AGENTS.md
COPYING
MANIFEST.in
Makefile
README.md
mypy.ini
pyproject.toml
tox.ini
beanhand/__init__.py
beanhand/structs.py
beanhand.egg-info/PKG-INFO
beanhand.egg-info/SOURCES.txt
beanhand.egg-info/dependency_links.txt
beanhand.egg-info/entry_points.txt
beanhand.egg-info/requires.txt
beanhand.egg-info/top_level.txt
beanhand/client/__init__.py
beanhand/client/beancount_loader.py
beanhand/client/beanfiles.py
beanhand/client/cli.py
beanhand/client/config.py
beanhand/client/display.py
beanhand/client/server.py
beanhand/client/commands/__init__.py
beanhand/client/commands/associate.py
beanhand/client/commands/fetch.py
beanhand/client/commands/importcmd.py
beanhand/client/commands/ingest.py
beanhand/client/commands/listaccts.py
beanhand/client/commands/listcmds.py
beanhand/client/commands/organize.py
beanhand/client/commands/process.py
beanhand/client/commands/refine.py
beanhand/client/commands/remove.py
beanhand/server/RECEIPT_CONVERSION_PROMPT.md
beanhand/server/RECEIPT_INFO_PROMPT.md
beanhand/server/RECEIPT_MATCH_PROMPT.md
beanhand/server/TRANSACTION_REFINEMENT_PROMPT.md
beanhand/server/__init__.py
beanhand/server/cli.py
beanhand/server/config.py
beanhand/server/llm.py
beanhand/server/pdf.py
beanhand/server/storage.py
beanhand/server/commands/__init__.py
beanhand/server/commands/associate.py
beanhand/server/commands/fetch.py
beanhand/server/commands/listcmds.py
beanhand/server/commands/process.py
beanhand/server/commands/refine.py
beanhand/server/commands/remove.py
beanhand/tests/example.beancount
beanhand/tests/test_account_list_server.py
beanhand/tests/test_beancount_lock.py
beanhand/tests/test_do_refine.py
beanhand/tests/test_do_refine_server.py
beanhand/tests/test_fetch_mtime.py
beanhand/tests/test_file_modification.py
beanhand/tests/test_import_result.py
beanhand/tests/test_load_live_accounts.py
beanhand/tests/test_local_receipt_backend.py
beanhand/tests/test_refine_helpers.py
beanhand/tests/test_refine_targets.py
beanhand/tests/test_split_at_transaction_by_line_number.py
beanhand/tests/test_update_document_metadata.py
docs/Commands.md
docs/Features.md
docs/Roadmap.md
docs/specs/Associating receipts with transactions.md
docs/specs/Dynamic account list from Beancount data.md
docs/specs/Ingesting receipts and creating transactions.md
docs/specs/Refine existing Beancount transactions.md
docs/specs/Refine multi-range target specification.md
docs/specs/Rendering of PDF documents to images.md
qubes-rpc/beanhand.Fetch
qubes-rpc/beanhand.HelpAssociateReceipt
qubes-rpc/beanhand.ListUnassociated
qubes-rpc/beanhand.ListUningested
qubes-rpc/beanhand.Process
qubes-rpc/beanhand.Refine
qubes-rpc/beanhand.Remove