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 ¶
func (*Mobile) GetCurrentClickableElements ¶
func (*Mobile) GetCurrentScreenshot ¶
type ToolParams ¶
type ToolParams struct {
Thought *AgentThought `json:"thought"`
Actions []map[string]any `json:"actions" jsonschema:"minItems=1"` // List of actions to execute
}
Click to show internal directories.
Click to hide internal directories.