android

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AgentThought

type AgentThought struct {
	EvaluationPreviousGoal string `json:"evaluation_previous_goal"`
	Memory                 string `json:"memory"`
	CurrentGoal            string `json:"current_goal"`
}

Current state of the agent

type Mobile

type Mobile struct {
	tool.Tool
	// contains filtered or unexported fields
}

func NewMobile

func NewMobile() *Mobile

func (*Mobile) DoAction

func (b *Mobile) DoAction(ctx context.Context, args string) (string, error)

func (*Mobile) GetCurrentClickableElements

func (b *Mobile) GetCurrentClickableElements(ctx context.Context) string

func (*Mobile) GetCurrentScreenshot

func (b *Mobile) GetCurrentScreenshot(ctx context.Context) []byte

func (*Mobile) Tools

func (b *Mobile) Tools() string

type ToolParams

type ToolParams struct {
	Thought *AgentThought    `json:"thought"`
	Actions []map[string]any `json:"actions" jsonschema:"minItems=1"` // List of actions to execute
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL