Carlos Diaz-Padron

Results 2 issues of Carlos Diaz-Padron

It looks like `axios-request-adapter.js` is importing parts from `axios` that aren't actually exporting from that library in the latest version (`0.0.13`), causing a crash when calling out to APIs using...

Small change that allows for asynchronous continuation of an `AgentExecutor` when some of the steps are longer running tasks. Example: ```typescript // CustomTool = a tool with returnDirect = true...

question