Skip to content

Restore src.start_task entrypoint referenced by docs#214

Open
mkimhi wants to merge 1 commit intoTHUDM:mainfrom
mkimhi:fix-missing-start_task
Open

Restore src.start_task entrypoint referenced by docs#214
mkimhi wants to merge 1 commit intoTHUDM:mainfrom
mkimhi:fix-missing-start_task

Conversation

@mkimhi
Copy link

@mkimhi mkimhi commented Feb 8, 2026

Fixes #212.

docs/Entrance_en.md and the README instruct running python -m src.start_task -a, but src/start_task.py is missing on the current main branch.

This PR restores src.start_task (based on the earlier v0.2 implementation) so users can start task workers from configs/start_task.yaml again.

No benchmark logic is changed; this only restores the documented entrypoint and adds a brief clarification in the docs.

@Xiao9905
Copy link
Member

Xiao9905 commented Feb 8, 2026

@zhc7 please review

@paksas
Copy link

paksas commented Feb 24, 2026

I tried applying the fix manually, and running the code yielded further errors:

/AgentBench/.venv/bin/python: No module named src.server.task_controller
AgentBench/.venv/bin/python: No module named src.server.task_worker
/AgentBench/.venv/bin/python: No module named src.server.task_worker

Would you mind sharing why this and the relevant files were deleted ? Was this a mistake, or perhaps a result of a merge going wrong ?

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.

[Bug/Assistance] src.start_task 文件缺失

3 participants