Link Environment Simulation from evaluation overview and plugin list (#1256)#1978
Open
vivianagamezm-write wants to merge 2 commits into
Open
Link Environment Simulation from evaluation overview and plugin list (#1256)#1978vivianagamezm-write wants to merge 2 commits into
vivianagamezm-write wants to merge 2 commits into
Conversation
Adds an "Environment simulation" section parallel to the existing "User simulation" section, linking to docs/evaluate/environment_simulation.md. The feature (renamed from Agent Simulator in adk-python v1.28.0) was only reachable from the nav; the evaluation overview never mentioned it. Part of google#1256.
Lists the Environment Simulation plugin alongside the other bundled plugins; it ships create_plugin() via EnvironmentSimulationFactory but was absent from this list. Part of google#1256.
✅ Deploy Preview for adk-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Partially addresses #1256 (items 2 and 3, under the feature's current name).
The Agent Simulator described in #1256 was renamed to Environment
Simulation in adk-python v1.28.0 ("rename agent simulator to environment
simulation", commit 99a31bf) and is already documented at
docs/evaluate/environment_simulation.md. However, that page is only reachablefrom the nav: the evaluation overview never mentions it, and it is absent from
the plugin list. This PR adds those two cross-references:
docs/evaluate/index.md, parallelto the existing "User simulation" section, linking to the page.
docs/plugins/index.md(the feature ships
create_plugin()viaEnvironmentSimulationFactory).Note for triage: PRs #1257 and #1259 (and item 1 of #1256) predate the v1.28.0
rename and document the old
google.adk.tools.agent_simulatormodule path,which no longer exists — they can likely be closed in favor of the existing
environment_simulation.mdpage plus this PR.