stepanogil/autonomous-hr-chatbot
An autonomous HR chatbot agent that answers employee queries by invoking tools including a policy knowledge base, employee data lookup, and calculator.

Velocity · 7d
+0.4
★ / day
Trend
→steady
star history
The system uses LangChain’s agent and tools modules to let an LLM (ChatGPT/GPT-5.2) call specialized functions to fulfill HR requests. Timekeeping policies are stored as embeddings in Pinecone for retrieval, employee data is queried via a Python interpreter tool, and a math chain handles calculations. A Streamlit UI provides the conversational interface.