Files
docs/package-lock.json
Christian Bromann ce500540b2 feat(oss): update hitl pattern with custom forms (#4544)
## Overview
<!-- Brief description of what documentation is being added/updated -->
This patch adds docs how one would build custom HITL forms using
interrupts that describe UI forms.

## Type of change

**Type:** Update existing documentation

## Checklist
<!-- Put an 'x' in all boxes that apply -->
- [x] I have read the [contributing guidelines](README.md), including
the [language
policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy)
- [x] I have tested my changes locally using `docs dev`
- [x] All code examples have been tested and work correctly
- [x] I have used **root relative** paths for internal links
- [x] I have updated navigation in `src/docs.json` if needed

(Internal team members only / optional): Create a preview deployment as
necessary using the [Create Preview Branch
workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml)

## Additional notes
<!-- Any other information that would be helpful for reviewers -->

---------

Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-06-25 12:45:40 -07:00

25 lines
636 B
JSON

{
"name": "docs",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "docs",
"version": "1.0.0",
"dependencies": {
"@langchain/docs-sandbox": "^0.0.23"
}
},
"node_modules/@langchain/docs-sandbox": {
"version": "0.0.23",
"resolved": "https://registry.npmjs.org/@langchain/docs-sandbox/-/docs-sandbox-0.0.23.tgz",
"integrity": "sha512-Qr/txD/+mYKnd7J+nda5dRT1iMS88FP42mKLX8dXh3dIj017G8mKp0sNtHkd9z0mjlPNRy8hlMUhSNV+euP1lQ==",
"peerDependencies": {
"react": "^18 || ^19",
"zod": "^4.3.6"
}
}
}
}