Skip to content

Idea: Web browsing tools could be abstracted Anthropic's computer use #2

Description

@CakeCrusher

context actions.py

    task_solving_toolbox = {
        "informational_web_search": informational_web_search,
        "navigational_web_search": navigational_web_search,
        "visit_page": visit_page, # this
        "download_file": download_file,
        "page_up": page_up, # this
        "page_down": page_down, # this
        "find_on_page_ctrl_f": find_on_page_ctrl_f,
        "find_next": find_next,
        "find_archived_url": find_archived_url,
        "visualizer": visualizer, # this
        "inspect_file_as_text": inspect_file_as_text,
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions