Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Tools ¶
func Tools(browserSession *browser.Session, supportedActions *controller.ActionModel) string
Types ¶
type AgentThought ¶
type AgentThought struct {
EvaluationPreviousGoal string `json:"evaluation_previous_goal"`
Memory string `json:"memory"`
NextGoal string `json:"next_goal"`
}
Current state of the agent
type Browser ¶
type Browser struct {
BrowserSession *browser.Session
tool.Tool
// contains filtered or unexported fields
}
type ToolParams ¶
type ToolParams struct {
Thought *AgentThought `json:"thought"`
Actions []*controller.ActModel `json:"actions" jsonschema:"minItems=1"` // List of actions to execute
}
Click to show internal directories.
Click to hide internal directories.