Skip to content

Commit 8286fba

Browse files
committed
fix langgraph platform python dojo example pathing
1 parent 8b01f8b commit 8286fba

File tree

4 files changed

+26
-25
lines changed

4 files changed

+26
-25
lines changed

integrations/langgraph/python/examples/poetry.lock

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integrations/langgraph/python/examples/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ langchain-experimental = ">=0.0.11"
2121
langchain-google-genai = ">=2.1.9"
2222
langchain-openai = ">=0.0.1"
2323
langgraph = "^0.6.1"
24-
ag-ui-langgraph = { version = "0.0.14a0", extras = ["fastapi"] }
24+
ag-ui-langgraph = { path = "../" }
2525
python-dotenv = "^1.0.0"
2626
fastapi = "^0.115.12"
2727

@@ -30,4 +30,4 @@ requires = ["poetry-core"]
3030
build-backend = "poetry.core.masonry.api"
3131

3232
[tool.poetry.scripts]
33-
dev = "agents.dojo:main"
33+
dev = "agents.dojo:main"

integrations/langgraph/python/examples/uv.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integrations/langgraph/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Implementation of the AG-UI protocol for LangGraph."
55
authors = ["Ran Shem Tov <[email protected]>"]
66
readme = "README.md"
77
exclude = [
8-
"ag_ui_langgraph/examples/**",
8+
"examples/**",
99
]
1010

1111
[tool.poetry.dependencies]
@@ -24,4 +24,4 @@ requires = ["poetry-core"]
2424
build-backend = "poetry.core.masonry.api"
2525

2626
[tool.poetry.scripts]
27-
dev = "ag_ui_langgraph.dojo:main"
27+
dev = "ag_ui_langgraph.dojo:main"

0 commit comments

Comments
 (0)