https://github.com/interactivetech/test-langgraph-server-app
https://github.com/interactivetech/test-langgraph-server-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/interactivetech/test-langgraph-server-app
- Owner: interactivetech
- License: mit
- Created: 2025-02-05T19:52:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T21:41:04.000Z (over 1 year ago)
- Last Synced: 2025-02-17T13:17:09.806Z (over 1 year ago)
- Language: Python
- Size: 9.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo Deploying Langgraph Agent using Langgraph Serve (or LangGraph Cloud API) locally
Author: Andrew Mendez, 2025
# Setup environment Steps:
* requires python>=3.10
* `python -m venv my-venv`
* `source my-venv/bin/activate`
* `pip install -r requirements.txt`
* `unzip tickets_joined.db.zip`
# Steps to initalize repo
* `pip install -e . `
* `langgraph dev`
* url will pop up on your browswer: `https://smith.langchain.com/studio/thread?baseUrl=http%3A%2F%2F127.0.0.1%3A2024`
* In input, enter question: `Can you tell me about my flight's departure time? my ticket_no is \"7240005432906569\".`