We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235c338 commit 645fca8Copy full SHA for 645fca8
typescript-sdk/integrations/langgraph/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ag-ui/langgraph",
3
- "version": "0.0.15",
+ "version": "0.0.16",
4
"main": "./dist/index.js",
5
"module": "./dist/index.mjs",
6
"types": "./dist/index.d.ts",
typescript-sdk/integrations/langgraph/python/pyproject.toml
[tool.poetry]
name = "ag-ui-langgraph"
-version = "0.0.14-alpha.0"
+version = "0.0.14"
description = "Implementation of the AG-UI protocol for LangGraph."
authors = ["Ran Shem Tov <[email protected]>"]
readme = "README.md"
0 commit comments