Skip to content

#20 Natural Language Vision Planning #20

@trmxvibs

Description

@trmxvibs

Allow OpenOperator to translate natural language goals into
vision-driven executable actions.

Example:

"focus notepad and type hello world"

focus_window("notepad")
type("hello world")

Example:

"open chrome and click new chat"

focus_window("chrome")
click_text("new chat")

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions