This app is a demo for a LangChain chat with internet access powered by Brave Search tool and GPT-5-nano.
- LangChain
- Python
- FastAPI
- Uvicorn
- Brave Search API
- React
- Typescript
- Tailwindcss
Im just posting Linux/Mac commands, but you get it:
export BRAVE_SEARCH_API_KEY=<your_api_key>
export OPENAI_API_KEY=<your_api_key> pip3 install fastapi uvicorn langchain langchain-openai langchain-community
uvicorn agent:app --reloadnpm install
npm run startYou now can chat with the agent through the chat interface.