Merge pull request #1135 from better629/feat_android

Feat android assistant agent
This commit is contained in:
Alexander Wu 2024-04-04 21:31:41 +08:00 committed by GitHub
commit 9e26a40c89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 2345 additions and 29 deletions

View file

@ -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"] = [