Files
OpenHands/microagents/update_test_for_new_implementation.md
Engel Nyst 1b63633030 Simplify microagents (#8114)
Co-authored-by: Robert Brennan <accounts@rbren.io>
2025-04-28 15:00:06 +00:00

733 B

name, version, author, agent, inputs
name version author agent inputs
update_test_for_new_implementation 1.0.0 openhands CodeActAgent
name description required
BRANCH_NAME Branch for the agent to work on true
name description required
TEST_COMMAND_TO_RUN The test command you want the agent to work on. For example, `pytest tests/unit/test_bash_parsing.py` true

Can you check out branch "{{ BRANCH_NAME }}", and run {{ TEST_COMMAND_TO_RUN }}.

{%- if FUNCTION_TO_FIX and FILE_FOR_FUNCTION %} Help me fix these tests to pass by fixing the {{ FUNCTION_TO_FIX }} function in file {{ FILE_FOR_FUNCTION }}. {%- endif %}

PLEASE DO NOT modify the tests by yourselves -- Let me know if you think some of the tests are incorrect.