Create your enviroment
python -m venv .venvActivate your environment
.venv\Scripts\activateInitialize the project
uv initInstall the dependencies
uv add llama_indexllama_index
Create a new .env file and add these variables.
HF_TOKEN=<Your_API_KEY>
TAVILY_API_KEY=<Your_API_KEY>python agent.pygit config --list | grep usergit config --local user.name "user_name"
git config --local user.email "nuevo.correo@example.com"git config --global user.name "user_name"
git config --global user.email "nuevo.correo@example.com"