@townco/agent 0.1.36 → 0.1.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -172,6 +172,7 @@ export class LangchainAgent {
172
172
  }
173
173
  const stream = agent.stream({ messages }, {
174
174
  streamMode: ["updates", "messages"],
175
+ recursionLimit: 200,
175
176
  });
176
177
  for await (const [streamMode, chunk] of await stream) {
177
178
  if (streamMode === "updates") {