Skip to content

release: 0.0.6 #120

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

Merged
merged 6 commits into from
Feb 20, 2025
Merged

release: 0.0.6 #120

merged 6 commits into from
Feb 20, 2025

Conversation

ycjcl868
Copy link
Collaborator

@ycjcl868 ycjcl868 commented Feb 20, 2025

Features

  • feat: add ui-tars GUI Agent SDK (feat: sdk #110), internal and external applications refactor the GUI Agent logic using the SDK doc, the core logic of the SDK is shown in the diagram below:
classDiagram
    class GUIAgent~T extends Operator~ {
        +model: UITarsModel
        +operator: T
        +signal: AbortSignal
        +onData
        +run()
    }

    class UITarsModel {
        +invoke()
    }

    class Operator {
        <<interface>>
        +screenshot()
        +execute()
    }

    class NutJSOperator {
        +screenshot()
        +execute()
    }

    class WebOperator {
        +screenshot()
        +execute()
    }

    class MobileOperator {
        +screenshot()
        +execute()
    }

    GUIAgent --> UITarsModel
    GUIAgent ..> Operator
    Operator <|.. NutJSOperator
    Operator <|.. WebOperator
    Operator <|.. MobileOperator
Loading

Bugfix

Chores

@ycjcl868 ycjcl868 changed the title release/0.0.6 release: 0.0.6 Feb 20, 2025
Copy link

codecov bot commented Feb 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 25.20%. Comparing base (16d7545) to head (7fa51d7).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #120   +/-   ##
=======================================
  Coverage   25.20%   25.20%           
=======================================
  Files          68       68           
  Lines        1448     1448           
  Branches      227      227           
=======================================
  Hits          365      365           
  Misses       1043     1043           
  Partials       40       40           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ycjcl868 ycjcl868 merged commit 107c049 into main Feb 20, 2025
10 checks passed
@ycjcl868 ycjcl868 deleted the release/0.0.6 branch February 20, 2025 07:56
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

Successfully merging this pull request may close these issues.

2 participants