Charles C. Lee
Charles C. Lee
@kgf I've added the `inspection_questions` association but going to need some clarification the rest of the task.
@kgf Where are these questions coming from? > The answer should have more than a pointer to the question, in case someone edits the text of the question to have...
@lilliealbert I can tackle this one on my free time. :]
Throwing out another option that we were looking at: [`returnDirect: true`](https://github.com/hwchase17/langchainjs/blob/main/langchain/src/agents/executor.ts#L138) can be set on any tool and the output of the tool will be returned immediately, short circuiting the...
@deonvisser44 that executor [already sets up memory internally](https://github.com/hwchase17/langchainjs/blob/71d44743e17e9a6acd397eb19d28fcc2f98d1b39/langchain/src/agents/initialize.ts#L110-L125) If you'd like to use custom memory, you can pass the memory as part of the options when using that initializer: ```typescript...
👋 @sugi came across this PR when trying to implement metrics for cloudflare workers and would love to get this merged upstream. Anything I can help with to push this...
> middlewares are global to the application true, i was thinking if there's a way to check for existing middleware within the app, the library could fast-fail. > Maybe we...