Minimal repository scaffold for the phone assistant backend.
The goal of this project is to eventually grow it into a production-style backend for a voice assistant that can handle routine appointment flows such as booking, rescheduling, cancellation, etc.
pyproject.tomlfor project metadata and dependency management withuvuv.lockfor pinned dependency resolution.pre-commit-config.yamlfor basic local checksMakefilefor the current setup commandssrc/phone_assistant/as the package root
Run these from the repository root:
make install
make hooks-install
make hooks-run