The Research Agent utilizes a search engine to gather all links related to a specific topic. It saves all links and summarizes content from each link using LLM.
OPENAI_API_KEY=
python -m venv .venv
.venv/Scripts/activate
pip install -r req.txt
Visit https://ollama.com/ (See instructions specific to OS)
https://github.com/ollama/ollama/blob/main/docs/faq.md
ollama run phi4:14b-q4_K_M
ollama rm phi4:14b-q4_K_M