Follow these steps to set up the project locally:
Download and install Ollama for your system:
👉 https://ollama.com/download
Once Ollama is installed, open a terminal and run:
ollama run llama3:latestThis will download and prepare the model for local use.
git clone https://github.com/your-username/research-ai-agent.git
cd research-ai-agentMake sure you have Python 3.8+ installed, then run:
pip install -r requirements.txtpython main.py- Ensure Ollama is running in the background when you start the agent.
- You may customize the agent's prompts or integrate additional tools like search APIs, PDF readers, or citation managers for extended capabilities.