Full-stack Airbnb-style rental platform with a LangGraph multi-agent AI concierge powered by Google Gemini. Features SSE streaming, tool calling, async pipelines, and Kubernetes deployment on AWS EKS. Stack: React · Node.js · FastAPI · MySQL · MongoDB · Kafka
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
Update README: document LangGraph agent architecture, MemorySaver, and streaming SSE endpoint
1e2b764View on GitHubAdd SSE streaming endpoint /ai/concierge/chat/stream using LangGraph astream_events
71ec4f9View on GitHubRefactor chat_agent to LangGraph StateGraph with MemorySaver for agent orchestration and memory
d75f6c0View on GitHubAdd langgraph, mysql-connector deps; fix missing address field in BookingContext
219b67eView on GitHubRewrite README with full architecture, AWS EKS deployment, env vars, and API docs
89fe086View on GitHubFix AGENT_URL in services-config configmap to include /ai path prefix
1709a18View on GitHubFix ai-service-deployment: use DATABASE_URL, GEMINI/TAVILY/OPENWEATHER keys instead of OPENAI
627b35fView on GitHubReplace OPENAI_API_KEY with GEMINI/TAVILY/OPENWEATHER keys in k8s secrets
a101a34View on GitHubFix database name in agentic/.env.example (lab1 -> airbnb_clone, correct user)
075a807View on GitHubFix S3 region mismatch in Backend/.env.example (us-east-2 -> us-east-1)
5cc0916View on GitHub