MCPcopy Index your code
hub / github.com/google/adk-python / _rater

Function _rater

contributing/samples/integrations/gepa/experiment.py:516–524  ·  view source on GitHub ↗
(config: ExperimentConfig)

Source from the content-addressed store, hash-verified

514
515
516def _rater(config: ExperimentConfig) -> rater_lib.Rater:
517 env = get_env(
518 config.tau_bench_env,
519 user_strategy='llm',
520 user_model=config.user_model,
521 user_provider=config.user_model_provider,
522 task_split='train',
523 )
524 return rater_lib.Rater(json.dumps(env.tools_info, indent=2))
525
526
527def run_gepa(

Callers 2

run_gepaFunction · 0.85
run_evalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected