mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-02 20:32:38 +02:00
Create test.py
This commit is contained in:
parent
8cb4220ec9
commit
1e3ed29c34
1 changed files with 15 additions and 0 deletions
15
examples/andriod_assistant/test.py
Normal file
15
examples/andriod_assistant/test.py
Normal file
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue