Spaces:
Sleeping
Sleeping
| """ | |
| 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" | |