From 1e3ed29c34bd0a2e96a8a4cc083842c278ad6c3a Mon Sep 17 00:00:00 2001 From: didi <2020201387@ruc.edu.cn> Date: Mon, 29 Jan 2024 23:47:06 +0800 Subject: [PATCH] Create test.py --- examples/andriod_assistant/test.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/andriod_assistant/test.py 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 +