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.

Not currently ranked — collecting fresh signals.
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.
Frequently asked
- What is 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.
- Is autonomous-hr-chatbot open source?
- Yes — stepanogil/autonomous-hr-chatbot is open source, released under the MIT license.
- What language is autonomous-hr-chatbot written in?
- stepanogil/autonomous-hr-chatbot is primarily written in Python.
- How popular is autonomous-hr-chatbot?
- stepanogil/autonomous-hr-chatbot has 450 stars on GitHub.
- Where can I find autonomous-hr-chatbot?
- stepanogil/autonomous-hr-chatbot is on GitHub at https://github.com/stepanogil/autonomous-hr-chatbot.