type stringclasses 1
value | function dict |
|---|---|
function | {
"description": "Send a message to user without requiring a response. Use for acknowledging receipt of messages, providing progress updates, reporting task completion, or explaining changes in approach.",
"name": "message_notify_user",
"parameters": {
"properties": {
"append": null,
"attachments"... |
function | {
"description": "Ask user a question and wait for response. Use for requesting clarification, asking for confirmation, or gathering additional information.",
"name": "message_ask_user",
"parameters": {
"properties": {
"append": null,
"attachments": {
"anyOf": [
{
"it... |
function | {
"description": "Read file content. Use for checking file contents, analyzing logs, or reading configuration files.",
"name": "file_read",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
"coordinate_x": null,
"coordina... |
function | {
"description": "Overwrite or append content to a file. Use for creating new files, appending content, or modifying existing files.",
"name": "file_write",
"parameters": {
"properties": {
"append": {
"description": "(Optional) Whether to use append mode",
"type": "boolean"
},
... |
function | {
"description": "Replace specified string in a file. Use for updating specific content in files or fixing errors in code.",
"name": "file_str_replace",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
"coordinate_x": null,
... |
function | {
"description": "Search for matching text within file content. Use for finding specific content or patterns in files.",
"name": "file_find_in_content",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
"coordinate_x": null,
... |
function | {
"description": "Find files by name pattern in specified directory. Use for locating files with specific naming patterns.",
"name": "file_find_by_name",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
"coordinate_x": null,
... |
function | {
"description": "Execute commands in a specified shell session. Use for running code, installing packages, or managing files.",
"name": "shell_exec",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": {
"description": "Shell command to execute",
... |
function | {
"description": "View the content of a specified shell session. Use for checking command execution results or monitoring output.",
"name": "shell_view",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
"coordinate_x": null,
... |
function | {
"description": "Wait for the running process in a specified shell session to return. Use after running commands that require longer runtime.",
"name": "shell_wait",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
"coordinat... |
function | {
"description": "Write input to a running process in a specified shell session. Use for responding to interactive command prompts.",
"name": "shell_write_to_process",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
"coordina... |
function | {
"description": "Terminate a running process in a specified shell session. Use for stopping long-running processes or handling frozen commands.",
"name": "shell_kill_process",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
... |
function | {
"description": "View content of the current browser page. Use for checking the latest state of previously opened pages.",
"name": "browser_view",
"parameters": {
"properties": null,
"required": null,
"type": "object"
}
} |
function | {
"description": "Navigate browser to specified URL. Use when accessing new pages is needed.",
"name": "browser_navigate",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
"coordinate_x": null,
"coordinate_y": null,
... |
function | {
"description": "Restart browser and navigate to specified URL. Use when browser state needs to be reset.",
"name": "browser_restart",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
"coordinate_x": null,
"coordinate_y... |
function | {
"description": "Click on elements in the current browser page. Use when clicking page elements is needed.",
"name": "browser_click",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
"coordinate_x": {
"description": "... |
function | {
"description": "Overwrite text in editable elements on the current browser page. Use when filling content in input fields.",
"name": "browser_input",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
"coordinate_x": {
... |
function | {
"description": "Move cursor to specified position on the current browser page. Use when simulating user mouse movement.",
"name": "browser_move_mouse",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
"coordinate_x": {
... |
function | {
"description": "Simulate key press in the current browser page. Use when specific keyboard operations are needed.",
"name": "browser_press_key",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
"coordinate_x": null,
"c... |
function | {
"description": "Select specified option from dropdown list element in the current browser page. Use when selecting dropdown menu options.",
"name": "browser_select_option",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
"c... |
function | {
"description": "Scroll up the current browser page. Use when viewing content above or returning to page top.",
"name": "browser_scroll_up",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
"coordinate_x": null,
"coordi... |
function | {
"description": "Scroll down the current browser page. Use when viewing content below or jumping to page bottom.",
"name": "browser_scroll_down",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
"coordinate_x": null,
"c... |
function | {
"description": "Execute JavaScript code in browser console. Use when custom scripts need to be executed.",
"name": "browser_console_exec",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
"coordinate_x": null,
"coordin... |
function | {
"description": "View browser console output. Use when checking JavaScript logs or debugging page errors.",
"name": "browser_console_view",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
"coordinate_x": null,
"coordin... |
function | {
"description": "Search web pages using search engine. Use for obtaining latest information or finding references.",
"name": "info_search_web",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
"coordinate_x": null,
"coo... |
function | {
"description": "Expose specified local port for temporary public access. Use when providing temporary public access for services.",
"name": "deploy_expose_port",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
"coordinate_x... |
function | {
"description": "Deploy website or application to public production environment. Use when deploying or updating static websites or applications.",
"name": "deploy_apply_deployment",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
... |
function | {
"description": "Make a Manus Page from a local MDX file.",
"name": "make_manus_page",
"parameters": {
"properties": {
"append": null,
"attachments": null,
"command": null,
"content": null,
"coordinate_x": null,
"coordinate_y": null,
"date_range": null,
"end_li... |
function | {
"description": "A special tool to indicate you have completed all tasks and are about to enter idle state.",
"name": "idle",
"parameters": {
"properties": null,
"required": null,
"type": "object"
}
} |
YAML Metadata Warning:The task_categories "text2text-generation" is not in the official list: text-classification, token-classification, table-question-answering, question-answering, zero-shot-classification, translation, summarization, feature-extraction, text-generation, fill-mask, sentence-similarity, text-to-speech, text-to-audio, automatic-speech-recognition, audio-to-audio, audio-classification, audio-text-to-text, voice-activity-detection, depth-estimation, image-classification, object-detection, image-segmentation, text-to-image, image-to-text, image-to-image, image-to-video, unconditional-image-generation, video-classification, reinforcement-learning, robotics, tabular-classification, tabular-regression, tabular-to-text, table-to-text, multiple-choice, text-ranking, text-retrieval, time-series-forecasting, text-to-video, image-text-to-text, image-text-to-image, image-text-to-video, visual-question-answering, document-question-answering, zero-shot-image-classification, graph-ml, mask-generation, zero-shot-object-detection, text-to-3d, image-to-3d, image-feature-extraction, video-text-to-text, keypoint-detection, visual-document-retrieval, any-to-any, video-to-video, other
- Downloads last month
- 463