CoolFace
Apppublic

fmarky/gaia-agents-langgraph

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
App README

๐Ÿ•ต๐Ÿปโ€โ™‚๏ธ 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

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