Skip to content

added autonomous-hr-agent #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,26 @@ An experimental open-source attempt to make GPT-4 fully autonomous, with >140k s
- Author: [Significant Gravitas](https://twitter.com/SigGravitas)
</details>

## [Autonomous HR Chatbot](https://github.com/stepanogil/autonomous-hr-chatbot)

A prototype enterprise application - an Autonomous HR Assistant powered by GPT-3.5.

<details>

### Description
- An agent that can answer HR related queries autonomously using the tools it has on hand.
- Powered by GPT-3.5
- Current tools assigned to the agent (with more on the way):
- Timekeeping Policy
- Employee Data
- Calculator

### Links
- Medium: [Creating a (mostly) Autonomous HR Assistant with ChatGPT and LangChain’s Agents and Tools](https://pub.towardsai.net/creating-a-mostly-autonomous-hr-assistant-with-chatgpt-and-langchains-agents-and-tools-1cdda0aa70ef)
- [GitHub](https://github.com/stepanogil/autonomous-hr-chatbot)
- Author: [Stephen Bonifacio](https://twitter.com/Stepanogil)
</details>

## [BabyAGI](https://github.com/yoheinakajima/babyagi)

A simple framework for managing tasks using AI
Expand Down