volcano-sh / volcano-sh/agentcube

Router Panic during prolonged agent response

Open
#78 2 comments 0 reactions 1 assignee View on GitHub

@ask-elad is already working on this.

Since Jan 22, 2026.

kind/bug
Dominant language
Go
Stars
167
Forks
88
Avg merge
44m
Merged PRs (30d)
1

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.