Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenACI Interface Discrepancy with Linux/MacOS #17

Open
Elements- opened this issue Oct 24, 2024 · 1 comment
Open

OpenACI Interface Discrepancy with Linux/MacOS #17

Elements- opened this issue Oct 24, 2024 · 1 comment

Comments

@Elements-
Copy link

I'm struggling to get OpenACI & AgentS in their current state to work without heavy modifications (tested across 4 environments now).

I'm getting an error from the OpenACI Ubuntu grounding agent about a missing obs param, see the signature here:

#ubuntu Grounding.py @ OpenACI
class GroundingAgent:
    def __init__(self, obs, top_app=None):
        self.input_tree = obs['accessibility_tree']
        self.screenshot = obs['screenshot']

I noticed, in the MacOS Grounding agent (which appears to be interchangeable, that param doesn't exist:

#macos Grounding.py @ OpenACI
class GroundingAgent:
    def __init__(self, top_app=None, top_app_only=True, ocr=True):
        self.active_apps = set()
        self.top_app = top_app

Is this discrepancy intentional? Trying to figure out how to get it running on Linux but dont want to go making a ton of changes if I just have this setup wrong.

@eric-simu
Copy link
Collaborator

Hi, we just refactored the codebase and fixed some bugs. can you try the new release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants