agriflow-api / whatsapp_bot /__init__.py
masterAAA123's picture
Space deploy v5: orphan snapshot of main, zero binary files
b81a86b
Raw
History Blame Contribute Delete
518 Bytes
"""
AgriFlow WhatsApp Bot
======================
M2 milestone (week 5-6 of v10 roadmap) β€” accessibility layer for the
matching engine via WhatsApp Business API.
Architecture:
Twilio webhook β†’ server.py β†’ intent.py β†’ handlers.py β†’ matching_engine
↓
gemini_client.py (LLM)
Public entrypoints:
server.app β€” FastAPI app
server.handle_message β€” pure function, useful for tests + CLI
"""
__version__ = "0.1.0"