docs: add tool simulator example#500
Open
ybdarrenwang wants to merge 6 commits intostrands-agents:mainfrom
Open
docs: add tool simulator example#500ybdarrenwang wants to merge 6 commits intostrands-agents:mainfrom
ybdarrenwang wants to merge 6 commits intostrands-agents:mainfrom
Conversation
7 tasks
poshinchen
requested changes
Feb 5, 2026
Contributor
poshinchen
left a comment
There was a problem hiding this comment.
After viewing the example on how people initiates and access the simulator, I think we have to make these changes:
ToolSimulator._get_instance()-> We should directly allowsimulator = ToolSimulator(). But this ends up to a question, does ToolSimulator have to be singleton?
- With this approach we could just do
@simulator.function_tool()
simulator._state_registry.get_state("room_environment")-> we should directly allow simulator.get_state("room"environment") instead of telling users to access the private state_registry
Unshure
reviewed
Feb 5, 2026
Contributor
Documentation Deployment CompleteYour documentation preview has been successfully deployed! Preview URL: https://d3ehv1nix5p99z.cloudfront.net/pr-500/ |
Author
These changes are made in the latest revision. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds comprehensive documentation and examples for the ToolSimulator framework introduced in strands-agents/evals. Demonstrates realistic multi-turn agent evaluation scenarios with simulated tools.
Key additions:
Related Issues
strands-agents/evals#93
Type of Change
Checklist
mkdocs serveBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.