An AI assistant using LangGraph and Tavily search for movie research and recommendations.
- Python 3.11+
- Anthropic API key
- Tavily API key
uv venv -p 3.11 .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
uv syncSet your API keys as environment variables in .env
ANTHROPIC_API_KEY=your_anthropic_api_key
TAVILY_API_KEY=your_tavily_api_keyuipath run agent '{"messages": [{"type": "human", "content": "Tell me about the movie Inception"}]}'