Skip to content

Conversation

@lingzhq
Copy link
Owner

@lingzhq lingzhq commented Jan 7, 2026

AgentScope Version

[The version of AgentScope you are working on, e.g. import agentscope; print(agentscope.__version__)]

Description

[Please describe the background, purpose, changes made, and how to test this PR]

Checklist

Please check the following items before code is ready to be reviewed.

  • Code has been formatted with pre-commit run --all-files command
  • All tests are passing
  • Docstrings are in Google style
  • Related documentation has been updated (e.g. links, examples, etc.)
  • Code is ready for review

Copy link
Owner Author

@lingzhq lingzhq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Address all review comments: refactor configuration and python entrypoint.

),
)
for eval_taskset in config.buffer.explorer_input.eval_tasksets:
eval_taskset.workflow_args = workflow_args
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is required to pass workflow_args to eval_tasksets that are configured purely via YAML, similar to the logic on line 80. Otherwise, workflow_func and judge_func are not included in the Trinity config for evaluation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants