Multi Turn Environment Tutorial
Open
@arti4nvj is already working on this.
Since Mar 16, 2026.
community-request
documentation
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 349
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 318
Description
Background
This should be a guided walkthrough similar to the multi-step environment tutorial, that provides guidance on what multi-turn means, why the recommended design is to manage this via the agent server, different approaches to simulating the user.
Problem
Users need guidance on:
- What "multi-turn" means
- How to structure multi-turn tasks
- Different approaches to simulating user responses
- How to maintain conversation state and handle termination
- How to verify success in multi-turn tasks
Acceptance Criteria
- Multi-Turn Environment
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.