Matt Ray

Results 7 comments of Matt Ray

Is that [this](https://github.com/hwchase17/langchain)?

I guess it would be worth discussing what the most valuable outputs are both from an ease-of-implementation perspective and desire. Higher desire + low effort = quick wins imho

With the latest from the `main` branch I am no longer able to reproduce this. Anyone else?

I believe this is happening whenever the agent is "done" and not _strictly_ indicative of long runs. That said, even with a private key there is a limitation to the...

Would you all support making this piece configurable via the .env file? `const maxLoops = this.customApiKey === "" ? 3 : 30;` so that it would be more like `const...

I'm working on a branch to add optional MAX_LOOPS config to the `.env` file now. Hoping the code owners dig it

> > I'm working on a branch to add optional MAX_LOOPS config to the .env file now. Hoping the code owners dig it > > @mrayonnaise that would be a...