
WasteQueryState model containing all data.”WasteItemInfo with fields name, category, recyclability, health_risk, reuse_ideas.WealthIdea with title, description, required_materials, estimated_value.WasteQueryState with query, extracted_waste_items, items_info, wealth_ideas, quick_answer.”_extract_items_step, use Firecrawl to search for articles related to the query, scrape them, then prompt Gemini to extract specific waste items from the content. Extract maximum of 5 waste items listed one per line.”List[WealthIdea] in a new class WealthIdeasResponse with field ideas: List[WealthIdea]. Use this wrapper as the output schema when calling with_structured_output.”_generate_ideas_step, return only the top 2 most relevant wealth-to-income project ideas based on the waste item. Make sure the ideas are sorted by relevance and impact.”WealthIdea model: Include title, description, required_materials (list), and optional estimated_value. Wrap in valid JSON list and remove unnecessary explanations.”extracted_waste_items, items_info, and wealth_ideas. Display them in collapsible sections or animated cards. Ensure responsive layout and smooth scroll.”items_info and wealth_ideas using animated, colorful cards. Color-code recyclability (e.g., green for recyclable, red for non-recyclable). Animate entry with staggered slide-in effect using Framer Motion.”items_info and wealth_ideas in case backend is unavailable. Toggle between mock and live data using a development flag.”.env file:.env file in the server/ directory and add the following:http://localhost:8000.env.local file in the client/ folder:http://localhost:5173http://localhost:5173client and server folders have their respective .env files.main.py..env files and never exposed to the frontend or committed to version control.WasteItemInfo, WealthIdea, WasteQueryState) to prevent malformed or malicious data from being returned to users.arun_with_retry logic handles retryable tasks for LLMs to reduce timeout or transient errors.What is e-waste?How do I recycle used batteries?Why is waste segregation important?Who is responsible for waste management in Kenya?There are many banana peels in my kitchen. What should I do with them?I have a pile of scrap metal at home. Can I turn it into something useful?There’s used cooking oil in my restaurant. How can I reuse or sell it?My compound is full of tyre wastes. Are they recyclable?Posted Aug 4, 2025
Built AI-driven waste management system using LangGraph, Gemini, and Firecrawl.
1
0