ContextualWikiGroqAgent is a sophisticated conversational AI agent that leverages Wikipedia for knowledge retrieval and integrates Groq's language model for generating responses. It uses LangGraph for state management and memory to enhance interaction over time.
- Wikipedia Integration: Utilizes the Wikipedia API for retrieving relevant information to answer queries.
- Groq Language Model: Incorporates Groq's ChatGroq model to generate responses based on user input and Wikipedia data.
- State Management: Manages conversation state with LangGraph, enabling contextual and memory-aware interactions.
- Memory Support: Remembers past interactions to improve the relevance of responses over time.