volcano-sh / volcano-sh/agentcube
Router Panic during prolonged agent response
Open
@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.
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.
Related logs from the agent:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.