mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 00:36:55 +02:00
Merge pull request #1135 from better629/feat_android
Feat android assistant agent
This commit is contained in:
commit
9e26a40c89
42 changed files with 2345 additions and 29 deletions
1
setup.py
1
setup.py
|
|
@ -39,6 +39,7 @@ extras_require = {
|
|||
"llama-index-vector-stores-elasticsearch==0.1.6",
|
||||
"llama-index-vector-stores-chroma==0.1.6",
|
||||
],
|
||||
"android_assistant": ["pyshine==0.0.9", "opencv-python==4.6.0.66"],
|
||||
}
|
||||
|
||||
extras_require["test"] = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue