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

@ -450,7 +450,6 @@ class ActionNode:
self, schema, mode, images: Optional[Union[str, list[str]]] = None, timeout=USE_CONFIG_TIMEOUT, exclude=None
):
prompt = self.compile(context=self.context, schema=schema, mode=mode, exclude=exclude)
if schema != "raw":
mapping = self.get_mapping(mode, exclude=exclude)
class_name = f"{self.key}_AN"