Security: Load API keys from environment variable 026c0c9 Running Aniket2006 commited on Dec 12, 2025
Fix: Pass user query to LLM context in Fast Lane and Deep Dive stages 7f34cf9 Aniket2006 commited on Dec 9, 2025
Add language matching: respond in same language as user query (Hindi/English/Hinglish) 9c22892 Aniket2006 commited on Dec 9, 2025
Increase max_output_tokens to 4096 to prevent response truncation dcb1582 Aniket2006 commited on Dec 7, 2025
Complete rewrite: direct API fetch, proper vegetation indices + cluster stress extraction d6e5751 Aniket2006 commited on Dec 7, 2025
Fix: extract Sentinel-2 vegetation_indices_summary and SAR crop_health 15baaaf Aniket2006 commited on Dec 7, 2025
Improve prompt: force data-specific responses, add context logging f11af9a Aniket2006 commited on Dec 7, 2025
Add comprehensive context: all indices, SAR, weather, persona-based responses c7df30e Aniket2006 commited on Dec 7, 2025
Simplify chatbot: single LLM call, remove complex reasoning aaf7391 Aniket2006 commited on Dec 7, 2025
Pass skip_llm=True to Sentinel2, enforce 5 calls/minute limit 56a0fa6 Aniket2006 commited on Dec 7, 2025
Reduce API usage: default to simple reasoning (1 call), add backoff dd7cfa9 Aniket2006 commited on Dec 7, 2025
Add SSE streaming endpoint /chat/stream for typewriter effect 5d82df6 Aniket2006 commited on Dec 7, 2025
Remove conversation history from LLM context to reduce tokens 7b3dbf5 Aniket2006 commited on Dec 7, 2025
Enhanced compact context: ALL 13 indices, clusters, prev_analysis, conv_history a8d7d80 Aniket2006 commited on Dec 7, 2025
Add compact prompts and context builder - reduces token usage by ~50% cb3e125 Aniket2006 commited on Dec 7, 2025
Fix: pass context to _generate_response for persona/zone/trend/weather a6e4432 Aniket2006 commited on Dec 7, 2025
Add 5-key Gemini API fallback, conversation memory, historical trends, and zone recommendations 504a512 Aniket2006 commited on Dec 7, 2025
Lower confidence thresholds for satellite data fetch and reasoning a7903f2 Aniket2006 commited on Dec 6, 2025
Fix maybeSingle not supported - use execute and check results 9d8c05a Aniket2006 commited on Dec 6, 2025
Fix user_profiles query - use address column instead of location b014757 Aniket2006 commited on Dec 6, 2025
Full Developer Spec implementation: Priority-based Multi-Stage Reasoning ee8289e Aniket2006 commited on Dec 6, 2025
Add satellite band data injection from HF Space APIs (SAR, Sentinel-2) 2221290 Aniket2006 commited on Dec 6, 2025
Auto-fetch field data (coordinates, crop_type) from Supabase 3fad61c Aniket2006 commited on Dec 6, 2025
Implement multi-stage reasoning architecture (Claim→Validate→Contradict→Confirm) e2fa5a7 Aniket2006 commited on Dec 6, 2025