MANIFEST.in
README.md
pyproject.toml
src/zecmf/__init__.py
src/zecmf/app.py
src/zecmf/constants.py
src/zecmf.egg-info/PKG-INFO
src/zecmf.egg-info/SOURCES.txt
src/zecmf.egg-info/dependency_links.txt
src/zecmf.egg-info/requires.txt
src/zecmf.egg-info/top_level.txt
src/zecmf/api/__init__.py
src/zecmf/api/schemas/__init__.py
src/zecmf/auth/__init__.py
src/zecmf/auth/decorators.py
src/zecmf/auth/jwt.py
src/zecmf/cli/__init__.py
src/zecmf/cli/commands.py
src/zecmf/clients/__init__.py
src/zecmf/clients/answering_machine.py
src/zecmf/clients/codebot.py
src/zecmf/clients/llm.py
src/zecmf/clients/llm_request_builder.py
src/zecmf/config/__init__.py
src/zecmf/config/base.py
src/zecmf/extensions/__init__.py
src/zecmf/extensions/cors.py
src/zecmf/extensions/database.py
src/zecmf/extensions/queue.py
src/zecmf/extensions/task_monitor.py
src/zecmf/migrations/README.template
src/zecmf/migrations/__init__.py
src/zecmf/migrations/alembic.ini.template
src/zecmf/migrations/env.py.template
src/zecmf/migrations/script.py.mako
src/zecmf/models/__init__.py
src/zecmf/models/task_monitoring.py
src/zecmf/services/schemas/__init__.py
src/zecmf/services/schemas/answering_machine.py
src/zecmf/services/schemas/client_requests.py
src/zecmf/services/schemas/codebot.py
src/zecmf/services/schemas/llm.py
src/zecmf/services/schemas/task_monitoring.py
tests/test_api.py
tests/test_app.py
tests/test_cli.py
tests/test_client_answering_machine.py
tests/test_client_codebot.py
tests/test_client_llm.py
tests/test_config_validation.py
tests/test_cors.py
tests/test_decorators.py
tests/test_hs256_auth.py
tests/test_jwt.py
tests/test_llm_request_builder.py
tests/test_migrations.py
tests/test_queue_monitoring.py
tests/test_task_monitoring.py