Merged
Conversation
programminx-askui
requested changes
May 28, 2025
Contributor
programminx-askui
left a comment
There was a problem hiding this comment.
Hello @mlikasam-askui,
somtimes it does not want ot do what I want, but this is AI.
Seems so that it can click and type. ✅
I like that it has chat histroy and id. but does not realy know how to use it.
And the vscode setup is nice
packages/askui-nodejs/src/core/models/anthropic/claude-agent.ts
Outdated
Show resolved
Hide resolved
programminx-askui
approved these changes
May 28, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
actCommand to TypeScript SDKThis PR adds the
actcommand to the TypeScript SDK, allowing agents to perform autonomous UI interactions based on a high-level goal description.Usage
The agent will analyze the screen and take the necessary actions—such as clicking, typing, or scrolling—to achieve the goal.
Options
chatID:
A string used to maintain context across multiple
actcalls. When reusing the samechatID, the agent retains relevant memory such as extracted values or previous steps.agentHistory:
A shared interaction history object that enables context sharing between different agent clients (e.g.,
auiDesktopandauiAndroid).Documentation
See inline JSDoc in the code for detailed usage examples and parameter descriptions.