--- title: GAÏA Agent LangGraph emoji: 🕵🏻‍♂️ colorFrom: indigo colorTo: indigo sdk: gradio sdk_version: 5.25.2 app_file: app.py pinned: false hf_oauth: true hf_oauth_expiration_minutes: 480 --- # 🕵🏻‍♂️ GAÏA Agent LangGraph-powered agent with web search capabilities and tool integration. > 💡 **Note**: Check out the [configuration reference](https://huggingface.co/docs/hub/spaces-config-reference) for Hugging Face Spaces. --- ## 🚀 Quick Start ### Prerequisites Make sure you have [`uv`](https://github.com/astral-sh/uv) installed. ### Installation ```bash # Install Python 3.10 and sync dependencies uv python install 3.10 uv sync ``` ### Run the Application ```bash uv run python app.py ``` --- ## 📦 Export Requirements Generate `requirements.txt` for Hugging Face Spaces deployment: ```bash uv export --format=requirements-txt > requirements.txt ```