fmarky/gaia-agents-langgraph
0
๐ต๐ปโโ๏ธ GAรA Agent
LangGraph-powered agent with web search capabilities and tool integration.
๐ก Note: Check out the configuration reference for Hugging Face Spaces.
๐ Quick Start
Prerequisites
Make sure you have `uv` installed.
Installation
# Install Python 3.10 and sync dependencies
uv python install 3.10
uv syncRun the Application
uv run python app.py๐ฆ Export Requirements
Generate requirements.txt for Hugging Face Spaces deployment:
uv export --format=requirements-txt > requirements.txt