Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions cockpit/ag-ui/client-tools/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,3 @@ build-backend = "hatchling.build"

[tool.hatch.build.targets.wheel]
packages = ["src"]

[tool.uv.sources]
threadplane-middleware = { path = "../../../../packages/threadplane-middleware", editable = true }
6 changes: 3 additions & 3 deletions cockpit/ag-ui/client-tools/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ langchain-core==1.4.2
# langgraph-checkpoint
# langgraph-prebuilt
# langgraph-sdk
# threadplane-client-tools
# threadplane-middleware
langchain-openai==1.2.2
# via cockpit-ag-ui-client-tools
langchain-protocol==0.0.16
Expand All @@ -82,7 +82,7 @@ langgraph==1.2.4
# ag-ui-langgraph
# cockpit-ag-ui-client-tools
# langchain
# threadplane-client-tools
# threadplane-middleware
langgraph-checkpoint==4.1.1
# via
# langgraph
Expand Down Expand Up @@ -140,7 +140,7 @@ starlette==1.2.1
# via fastapi
tenacity==9.1.4
# via langchain-core
threadplane-client-tools==0.0.1
threadplane-middleware==0.0.1
# via cockpit-ag-ui-client-tools
tiktoken==0.13.0
# via langchain-openai
Expand Down
14 changes: 5 additions & 9 deletions cockpit/ag-ui/client-tools/python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions cockpit/langgraph/client-tools/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ dev-dependencies = [
"langgraph-cli[inmem]>=0.1",
]

[tool.uv.sources]
threadplane-middleware = { path = "../../../../packages/threadplane-middleware", editable = true }

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
Expand Down
6 changes: 3 additions & 3 deletions cockpit/langgraph/client-tools/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ langchain-core==1.4.2
# langgraph-checkpoint
# langgraph-prebuilt
# langgraph-sdk
# threadplane-client-tools
# threadplane-middleware
langchain-openai==1.2.2
# via cockpit-langgraph-client-tools
langchain-protocol==0.0.16
Expand All @@ -99,7 +99,7 @@ langgraph==1.2.4
# cockpit-langgraph-client-tools
# langgraph-api
# langgraph-runtime-inmem
# threadplane-client-tools
# threadplane-middleware
langgraph-api==0.9.0
# via langgraph-cli
langgraph-checkpoint==4.1.1
Expand Down Expand Up @@ -222,7 +222,7 @@ tenacity==9.1.4
# via
# langchain-core
# langgraph-api
threadplane-client-tools==0.0.1
threadplane-middleware==0.0.1
# via cockpit-langgraph-client-tools
tiktoken==0.13.0
# via langchain-openai
Expand Down
14 changes: 5 additions & 9 deletions cockpit/langgraph/client-tools/python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions deployments/ag-ui-dev/deps/client_tools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,3 @@ build-backend = "hatchling.build"

[tool.hatch.build.targets.wheel]
packages = ["src"]

[tool.uv.sources]
threadplane-middleware = { path = "../../../../packages/threadplane-middleware", editable = true }
6 changes: 3 additions & 3 deletions deployments/ag-ui-dev/deps/client_tools/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ langchain-core==1.4.2
# langgraph-checkpoint
# langgraph-prebuilt
# langgraph-sdk
# threadplane-client-tools
# threadplane-middleware
langchain-openai==1.2.2
# via cockpit-ag-ui-client-tools
langchain-protocol==0.0.16
Expand All @@ -82,7 +82,7 @@ langgraph==1.2.4
# ag-ui-langgraph
# cockpit-ag-ui-client-tools
# langchain
# threadplane-client-tools
# threadplane-middleware
langgraph-checkpoint==4.1.1
# via
# langgraph
Expand Down Expand Up @@ -140,7 +140,7 @@ starlette==1.2.1
# via fastapi
tenacity==9.1.4
# via langchain-core
threadplane-client-tools==0.0.1
threadplane-middleware==0.0.1
# via cockpit-ag-ui-client-tools
tiktoken==0.13.0
# via langchain-openai
Expand Down
14 changes: 5 additions & 9 deletions deployments/ag-ui-dev/deps/client_tools/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deployments/ag-ui-dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ fastapi==0.136.3
langchain-openai==1.2.2
langgraph==1.2.4
langsmith==0.8.11
threadplane-client-tools==0.0.1
threadplane-middleware==0.0.1
uvicorn==0.49.0
3 changes: 0 additions & 3 deletions examples/ag-ui/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ dev-dependencies = [
"pytest-asyncio>=0.23",
]

[tool.uv.sources]
threadplane-middleware = { path = "../../../packages/threadplane-middleware", editable = true }

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
Expand Down
2 changes: 1 addition & 1 deletion examples/ag-ui/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv export --no-hashes --no-sources -o requirements.txt
# uv export --no-hashes -o requirements.txt
-e .
ag-ui-a2ui-toolkit==0.0.2
# via ag-ui-langgraph
Expand Down
14 changes: 5 additions & 9 deletions examples/ag-ui/python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading