akileshjayakumar
commited on
Commit
•
c8ddefa
1
Parent(s):
252375c
refactor dir 2
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# LangGraph Agentic Chatbot
|
2 |
|
3 |
This repository contains a LangGraph-based chatbot that utilizes Gradio for interface rendering and integrates OpenAI's language model capabilities and custom tools for enhanced functionality. This project allowed me to learn and explore the capabilities of LangGraph and Agnetic workflows.
|
|
|
1 |
+
---
|
2 |
+
title: LangGraph Agentic Chatbot
|
3 |
+
app_file: agent/app.py
|
4 |
+
sdk: gradio
|
5 |
+
sdk_version: 5.4.0
|
6 |
+
---
|
7 |
+
|
8 |
# LangGraph Agentic Chatbot
|
9 |
|
10 |
This repository contains a LangGraph-based chatbot that utilizes Gradio for interface rendering and integrates OpenAI's language model capabilities and custom tools for enhanced functionality. This project allowed me to learn and explore the capabilities of LangGraph and Agnetic workflows.
|