Skip to content

Router Panic during prolonged agent response #78

@t2wang

Description

@t2wang

Using an condeact agent that triggers multiple api calls to the code interpreters and LLM, a single invoke call could take dozens of seconds to the agent to finalize its response.

In this scenario, there is a panicing issue from the router.

Image

From the logs, we can see that the agent itself makes multiple successful calls to the code interpreters through the router; however, an issue likely arises when returning the result from the agent to the user.

Image

Related logs from the agent:

Image

Metadata

Metadata

Assignees

Labels

kind/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions