Skip to content

Commit db17079

Browse files
author
vbarda
committed
update makefile
1 parent 8cd20fd commit db17079

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: start
22
start:
3-
poetry run uvicorn --app-dir=backend main:app --reload --port 8080
3+
langgraph up --watch
44

55
.PHONY: format
66
format:

langgraph.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": ["."],
33
"graphs": {
4-
"chat": "./backend/graph_chain.py:graph"
4+
"chat": "./backend/graph.py:graph"
55
},
66
"env": ".env"
77
}

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ langchain-anthropic = "^0.1.13"
1818
langchain-fireworks = "^0.1.3"
1919
langserve = {extras = ["server"], version = "^0.2.0"}
2020
langgraph = "^0.0.55"
21+
langgraph-cli= ">=0.1.21,<0.2.0"
2122
fastapi = "^0.103.1"
2223
pydantic = "1.10"
2324
uvicorn = "^0.23.2"

0 commit comments

Comments
 (0)