A Python-based research assistant that leverages LangChain and multiple LLM providers (OpenAI, Anthropic) to gather, structure, and analyze information from sources like Wikipedia and DuckDuckGo. Outputs are organized into structured text files for easy review.
- Automated research workflow
- Integration with OpenAI & Anthropic APIs
- Wikipedia & DuckDuckGo search
- Structured output with Pydantic models
- Object-Oriented Programming Design
pip install -r requirements.txt