--- title: agentic-researcher emoji: 📉 colorFrom: blue colorTo: purple sdk: docker pinned: false license: apache-2.0 short_description: Agentic Research Assistant --- # Agentic Research Assistant An agentic research assistant that combines Wikipedia, Reddit, and Semantic Scholar using LangGraph and Chainlit. ## Project Structure - `app.py`: Main application with LangGraph implementation - `tools.py`: Tool implementations (Wikipedia, Reddit, Semantic Scholar) - `chainlit.md`: Chainlit welcome message - `pyproject.toml`: Project metadata and dependency specifications