Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.