Skip to content

Commit 08811f2

Browse files
authored
feat: content blocks with v0 messages (#8778)
2 parents cf74ece + da396d1 commit 08811f2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+4551
-5980
lines changed

β€Ž.github/workflows/unit-tests-integrations.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ jobs:
114114
cache: "pnpm"
115115
- name: Install dependencies
116116
run: pnpm install --frozen-lockfile
117+
# FIXME: we shouldn't need this, but it's a workaround for a bug in the
118+
# build system/ turbo where core doesn't get built.
119+
- name: Build '@langchain/core' package
120+
run: pnpm build --filter @langchain/core
117121
# Running `test:unit:ci` from root will build first, however debugging
118122
# in CI is easier if we separate the build step from the test step.
119123
- name: Build '@langchain/${{ matrix.package }}' package

β€Žlibs/langchain-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build": "pnpm --filter @langchain/build compile @langchain/core",
1818
"clean": "rm -rf .turbo dist/",
1919
"lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
20-
"lint:dpdm": "dpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
20+
"lint:dpdm": "dpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts --transform",
2121
"lint": "pnpm lint:eslint && pnpm lint:dpdm",
2222
"lint:fix": "pnpm lint:eslint --fix && pnpm lint:dpdm",
2323
"release": "release-it --only-version --config .release-it.json",
@@ -781,4 +781,4 @@
781781
"files": [
782782
"dist/"
783783
]
784-
}
784+
}

β€Žlibs/langchain-core/src/_standard/chunk.ts

Lines changed: 0 additions & 36 deletions
This file was deleted.

β€Žlibs/langchain-core/src/_standard/index.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
Β (0)