LibreChat/api/app/langchain
Danny Avila f84da37c9c
feat(Functions Agent): use official langchain function executor/agent for better output handling (#538)
* style(FunctionsAgent.js): remove unnecessary comments and update PREFIX variable
refactor(initializeFunctionsAgent.js): update to use initializeAgentExecutorWithOptions
deps(package.json): update langchain to v0.0.95
refactor(askGPTPlugins.js): pass endpointOption to onStart function

* fix(ChatAgent.js): handle undefined delta content in progressMessage.choices array
2023-06-19 14:15:56 -04:00
..
agents feat(Functions Agent): use official langchain function executor/agent for better output handling (#538) 2023-06-19 14:15:56 -04:00
demos feat: Plugins endpoint - Reverse Engineering of official Plugins features (#197) 2023-06-10 19:10:03 -04:00
tools feat(tools): add structured Wolfram tool 2023-06-16 00:04:35 -04:00
ChatAgent.js feat(Functions Agent): use official langchain function executor/agent for better output handling (#538) 2023-06-19 14:15:56 -04:00
ChatAgent.test.js tests(api): refactor to mock database and network operations (#494) 2023-06-13 00:04:01 -04:00
instructions.js feat: Plugins endpoint - Reverse Engineering of official Plugins features (#197) 2023-06-10 19:10:03 -04:00