mirror of
https://github.com/langchain-ai/deepagentsjs.git
synced 2026-07-21 11:55:22 -04:00
b1e1b7bd3b
This patch adopts the new streaming primitives we have implemented in LangGraph.js for Deep Agent. LangGraph.js PR: https://github.com/langchain-ai/langgraphjs/pull/2312 LangChain.js PR: https://github.com/langchain-ai/langchainjs/pull/10697
11 lines
227 B
JSON
11 lines
227 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "oxc.oxc-vscode",
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "oxc.oxc-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "oxc.oxc-vscode"
|
|
}
|
|
}
|