🚛 MoveScout – AI-Powered Moving Concierge
MoveScout is an AI agent system that autonomously finds, negotiates, and recommends moving services in the U.S. It streamlines the relocation process end-to-end — from collecting requirements to generating negotiation strategies and drafting RFQs — all while logging and monitoring results in real time.
⚠️ Note: This is an incomplete hackathon prototype built during the AI Agents Hackathon NYC.
It demonstrates the orchestration pipeline and sponsor tool integrations; full completion will follow post-event.
💡 Overview
- Conversational Intake: Gathers move details and constraints using OpenAI agents.
- Scout & Strategy Agents: Use Perplexity, Linkup, and Structify to find and analyze mover data.
- Negotiator Agent: Crafts RFQs and counter-offers, optionally translated via DeepL.
- Voice Agent: (Twilio + OpenAI Realtime) can place demo calls to movers.
- Monitoring & Storage: Datadog for tracing, ClickHouse for analytics.
🧠 Tech Stack
- Frameworks: FastAPI, LangGraph, Gradio
- LLMs & Tools: OpenAI, Perplexity, DeepL, Structify
- Infra: TrueFoundry, ClickHouse, Datadog, Twilio
- Language: Python (3.11)
⚙️ Quick Start
git clone https://github.com/Amey771/MoveScout.git
cd MoveScout
conda create -n movescout python=3.11 pip
conda activate movescout
pip install -r requirements.txt
uvicorn app:app --reload
# Optional UI
python gradio_app.py
Built With
- langgraph
- openai
- perplexity
- python


Log in or sign up for Devpost to join the conversation.