Jacob Lee
Jacob Lee
> @jeasonnow it seems that the `AgentRunnableSequence` is not exported in the [index.ts](https://github.com/langchain-ai/langchainjs/blob/main/langchain/src/agents/index.ts#L1) file of the agents. Also, based on the TODO on the class, it seems deprecated, do you...
This would be neat yeah
It can be a bit finicky - I believe even things like whitespace can matter
Looks fine to me, but CC @danielchalef for a final review!
Bump @danielchalef!
Could you run `yarn format`?
Getting some build errors: ``` src/document_loaders/web/puppeteer.ts(73,33): error TS2339: Property 'browserWSEndpoint' does not exist on type 'PuppeteerLaunchOptions'. ```
Starting a new PR for this
My guess is that the Anthropic model isn't returning JSON or the parser is otherwise failing to parse the output. Can you share what output you're seeing from the model?