@xbbg/langgraph 1.4.2 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,10 +4,16 @@ LangChain/LangGraph-compatible Bloomberg tools backed by [`@xbbg/core`](../js-xb
|
|
|
4
4
|
|
|
5
5
|
This package is a reusable tool adapter. It is not a chat app, HTTP server, MCP server, browser package, or agent framework.
|
|
6
6
|
|
|
7
|
+
## Status
|
|
8
|
+
|
|
9
|
+
Supported server-side LangChain/LangGraph adapter for Bloomberg-connected Node.js 24+ environments. `@xbbg/langgraph` is published alongside `@xbbg/core`, uses the same semver release cadence, and keeps Bloomberg connectivity in the core Node binding while exposing bounded tools, structured artifacts, and model-facing guidance for agent runtimes.
|
|
10
|
+
|
|
7
11
|
## Prerequisites
|
|
8
12
|
|
|
9
13
|
Bloomberg connectivity is still provided by `@xbbg/core`: an installed Bloomberg Terminal/Desktop API, B-PIPE, SAPI, or ZFP setup plus Bloomberg SDK runtime libraries must be available on the server running the tools.
|
|
10
14
|
|
|
15
|
+
The package targets Node.js 24+ and runs on the server side. It is not a browser package; frontends should call an application backend that owns Bloomberg connectivity.
|
|
16
|
+
|
|
11
17
|
## Install
|
|
12
18
|
|
|
13
19
|
Tool package only:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xbbg/langgraph",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3",
|
|
4
4
|
"description": "LangChain and LangGraph tools for Bloomberg workflows backed by @xbbg/core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"typecheck": "tsc --noEmit"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@xbbg/core": "1.4.
|
|
61
|
+
"@xbbg/core": "1.4.3",
|
|
62
62
|
"zod": "^3.25.32 || ^4.2.0",
|
|
63
63
|
"zod-to-json-schema": "^3.25.0"
|
|
64
64
|
},
|