NVIDIA / NVIDIA/NeMo-Agent-Toolkit
[FEA]: Enable param to set max_concurrency for session_worker from agent/workflow config yml
Open
@willkill07 is already working on this.
Since Apr 18, 2026.
improvement
- Dominant language
- Python
- Stars
- 2.6k
- Forks
- 762
- Avg merge
- 21h 28m
- Merged PRs (30d)
- 27
Description
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
High
Please provide a clear description of problem this feature solves
Current Agent IQ core code has this set to 8 as default:
`class AIQSessionManager:
def __init__(self, workflow: Workflow, max_concurrency: int = 8):`
Better to make it configurable from config yml
Describe your ideal solution
Better to make it configurable from config yml
Additional context
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
- I have searched the open feature requests and have found no duplicates for this feature request
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.