mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-17 14:05:12 +00:00
2 lines
3.5 KiB
JavaScript
2 lines
3.5 KiB
JavaScript
import{_ as o,c as t,o as s,ae as n}from"./chunks/framework.CBTkueSR.js";const u=JSON.parse('{"title":"Manus Agent Tools & Prompt","description":"","frontmatter":{},"headers":[],"relativePath":"en/manus-agent-tools--prompt/index.md","filePath":"en/manus-agent-tools--prompt/index.md"}'),a={name:"en/manus-agent-tools--prompt/index.md"};function i(l,e,r,d,c,m){return s(),t("div",null,[...e[0]||(e[0]=[n('<h1 id="manus-agent-tools-prompt" tabindex="-1">Manus Agent Tools & Prompt <a class="header-anchor" href="#manus-agent-tools-prompt" aria-label="Permalink to "Manus Agent Tools & Prompt""></a></h1><ul><li><a href="./Agent loop.html">Agent loop</a></li><li><a href="./Modules.html">Modules</a></li><li><a href="./Prompt.html">Prompt</a></li><li><a href="./tools.html">tools</a></li></ul><h2 id="summary-of-product-tool-documents" tabindex="-1">Summary of Product Tool Documents <a class="header-anchor" href="#summary-of-product-tool-documents" aria-label="Permalink to "Summary of Product Tool Documents""></a></h2><p>This directory contains the complete system prompts, module definitions, and toolset designed for the AI agent "Manus". Manus is positioned as a versatile AI agent proficient in various tasks such as information gathering, data processing, content creation, and software development.</p><ul><li><p><strong><code>Prompt.md</code> and <code>Modules.md</code></strong>: These two files collectively define Manus's core identity, capabilities, and workflow. They describe how Manus operates within a system that includes modules like <code>Planner</code> (task planning), <code>Knowledge</code> (knowledge base), and <code>Datasource</code> (data API). Manus iteratively completes tasks by analyzing event streams (user messages, tool execution results, etc.) and emphasizes the priority of information acquisition (API > web search > internal knowledge).</p></li><li><p><strong><code>Agent loop.md</code></strong>: This file briefly outlines Manus's core agent loop: analyze events -> select tools -> wait for execution -> iterate -> submit results -> enter standby. This loop is the foundation for its autonomous task completion.</p></li><li><p><strong><code>tools.md</code></strong>: Defines in detail the extensive toolset available to Manus in JSON format. These tools provide Manus with comprehensive operational capabilities, including:</p><ul><li><strong>Communication</strong>: <code>message_notify_user</code>, <code>message_ask_user</code></li><li><strong>File System</strong>: <code>file_read</code>, <code>file_write</code>, <code>file_find_by_name</code>, etc.</li><li><strong>Shell Operations</strong>: <code>shell_exec</code>, <code>shell_view</code>, <code>shell_kill_process</code>, etc.</li><li><strong>Browser Interaction</strong>: <code>browser_navigate</code>, <code>browser_click</code>, <code>browser_input</code>, <code>browser_console_exec</code>, etc., providing powerful web automation capabilities.</li><li><strong>Information and Deployment</strong>: <code>info_search_web</code>, <code>deploy_expose_port</code>, <code>deploy_apply_deployment</code></li></ul></li></ul><p>In summary, these documents collectively depict a highly modular, tool-driven general-purpose AI agent. Manus, through its powerful toolset and structured agent loop, can autonomously and systematically complete various complex tasks from information processing to software deployment in a sandbox environment.</p>',6)])])}const g=o(a,[["render",i]]);export{u as __pageData,g as default};
|