kennethzychew's picture
phase 0.1: project scaffold (uv, py3.11, package layout)
001b1d5
Raw
History Blame Contribute Delete
299 Bytes
"""Autonomous document-extraction agent.
A reusable core pipeline turns an invoice/receipt document into a validated,
structured record and decides whether to auto-accept it or route it to review.
See ``docs/`` for the requirements, architecture, and data specification.
"""
__version__ = "0.1.0"