Skip to content

atmosuwiryo/onboarding-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onboarding Chatbot Using Langgraph in Typescript

A Proof of Concept implementation of a conversational onboarding flow using Langgraph in TypeScript. The chatbot guides new users through an onboarding process and returns structured JSON data for further processing.

Features

  • Interactive conversational onboarding flow
  • Built with Langgraph for flexible conversation management
  • TypeScript implementation for type safety
  • Structured JSON output for easy integration
  • Customizable onboarding questions and flow

How to run

  • Create .env

    cp .env.example .env
  • Change the keys inside .env using your valid key

  • Run the code using tsx

    tsx src/onboarding-chatbot.ts

Preview

About

Onboarding chatbot using LangGraph in typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published