-
Notifications
You must be signed in to change notification settings - Fork 305
Closed
Description
I continue to see this type of error:
✘ [ERROR] RPC error: RangeError: Maximum call stack size exceeded
at Bl.<anonymous>
(file:///.../node_modules/agents/src/index.ts:276:25)
at null.<anonymous>
(file:///.../node_modules/agents/src/index.ts:277:21)
at Bl.<anonymous>
(file:///.../node_modules/agents/src/index.ts:276:25)
at null.<anonymous>
(file:///.../node_modules/agents/src/index.ts:277:21)
at Bl.<anonymous>
(file:///.../node_modules/agents/src/index.ts:276:25)
at null.<anonymous>
(file:///.../node_modules/agents/src/index.ts:277:21)
at Bl.<anonymous>
(file:///.../node_modules/agents/src/index.ts:276:25)
at null.<anonymous>
(file:///.../node_modules/agents/src/index.ts:277:21)
at Bl.<anonymous>
(file:///.../node_modules/agents/src/index.ts:276:25)
at null.<anonymous>
(file:///.../node_modules/agents/src/index.ts:277:21)
It happens intermittently and not in an easily reproducible way. It has been reported a few times in the Discord channel. Would like to request that the withAgentContext is not autowrapped. This makes it even harder to trace what is causing the failures, and I think it should be opt-in via decorator if I want to call getCurrentAgent
Flouse
Metadata
Metadata
Assignees
Labels
No labels