diff --git a/examples/andriod_assistant/test.py b/examples/andriod_assistant/test.py new file mode 100644 index 000000000..e170bd715 --- /dev/null +++ b/examples/andriod_assistant/test.py @@ -0,0 +1,15 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# @Desc : test case (imgs from appagent's) + +from metagpt.actions.action import Action +from examples.andriod_assistant.utils.schema import AndroidActionOutput + +# TODO test for manual record + +# TODO test for parse record + +# TODO test for screenshot_parse + +# TODO add AndroidActionOutput to manual record & parse record +