Skip to content

Conversation

@xuan-dong-shanda
Copy link
Contributor

Describe this PR

Checklist for PR

Must Do

  • Write a good PR title and description, i.e. feat(agent): add pdf tool via mcp, perf: make llm client async and fix(utils): load custom config via importlib etc. CI job check-pr-title enforces Angular commit message format to PR title.
  • Run make precommit locally. CI job lint enforce ruff default format/lint rules on all new codes.
  • Run make pytest. Check test summary (located at report.html) and coverage report (located at htmlcov/index.html) on new codes.

Nice To Have

  • (Optional) Write/update tests under /tests for feat and test PR.
  • (Optional) Write/update docs under /docs for docs and ci PR.

```bash title="Run xbench-DeepSearch Evaluation"
export CHINESE_CONTEXT="true"
uv run main.py common-benchmark \
--config_file_name=agent_quickstart_1 \
Copy link
Member

Choose a reason for hiding this comment

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

@xuan-dong-shanda Can we make a new config file just for xbench and set CHINESE_CONTEXT inside it?


```bash title="Resume Interrupted Evaluation"
uv run main.py common-benchmark \
--config_file_name=agent_quickstart_1 \
Copy link
Member

Choose a reason for hiding this comment

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

same here

@BinWang28 BinWang28 merged commit 8b67b83 into MiroMindAI:miroflow-v0.3 Sep 25, 2025
1 check passed
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.

2 participants