Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kartiksood10/openai-agents
A chatbot built using OpenAI LLM and the ReAct agent.
https://github.com/kartiksood10/openai-agents
agents llm openai python tools
Last synced: about 4 hours ago
JSON representation
A chatbot built using OpenAI LLM and the ReAct agent.
- Host: GitHub
- URL: https://github.com/kartiksood10/openai-agents
- Owner: Kartiksood10
- Created: 2024-04-22T10:38:17.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-22T11:37:24.000Z (7 months ago)
- Last Synced: 2024-04-22T11:46:39.833Z (7 months ago)
- Topics: agents, llm, openai, python, tools
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenAI-Agents
A chatbot built using OpenAI LLM and the ReAct agent.
Utilises Langchain Agents and different types of tools to perform actions on user input.
ReAct - Reasoning and Action, a method by which the LLM first gives a reason and based on the reason gives a response.