Super Agent
Super Agent is a core feature of version 4.2, designed to aggregate multiple previously scattered Agent capabilities within the platform into a unified conversational entry point, forming a continuously collaborative task execution flow. While preserving context and conversation memory, users can seamlessly switch between different specialized Agents within the same session, thereby avoiding repeated navigation across modules, re-uploading materials, or restating background information.
As a unified platform-level entry point, Super Agent transforms originally parallel and scattered Agent capabilities into a continuously collaborative task flow, intuitively demonstrating the product competitiveness of multi-Agent collaboration.
Functional Architecture
Intelligent Planning and Execution Engine
- Uses the Thought → Action → Observation autonomous loop mechanism to support multi-step reasoning and task decomposition.
- Automatically identifies question types: for tasks in specialized domains, it intelligently invokes the corresponding specialized Agent and provides clear prompts.
Built-in Tools
- Web Search: Connects to search engines to obtain real-time external information.
- Mind Map: Quickly generates structured mind maps to assist with idea organization.
- Plain Text File Operations: Supports reading, writing, and formatting of text files.
- Web-fetch: Fetches and parses webpage content from a specified URL.
Skills
Skills are the core scheduling mechanism of Super Agent. All skills run in a secure sandbox environment, and the execution process is traceable.
- Chart Generation: Supports generating charts in formats such as Mermaid, with in-session preview and download available.
- Document Processing: Supports generation, parsing, and information extraction for formats such as PDF, DOC, and XLSX.
- Multi-search-engine: Aggregates results from multiple search engines to improve information coverage and reliability.
Platform Runtime Integration
- MCP Integration: Invokes registered platform MCP Servers to extend external service connectivity.
- Agent Scheduling: Automatically invokes configured specialized Agents within the platform based on task type.
File and Knowledge Interaction
- File Upload: Supports uploading files in multiple formats. After upload, content is read directly through the full-text reading tool and provided to the LLM by default, without going through the traditional RAG chunking process.
- Knowledge Base Files: Supports selecting and using indexed files from the knowledge base.
Input and Session Management
- Input Methods: Supports both text input and voice input.
- Model Switching: Users can manually select the LLM model (the available range is configured by the admin side).
- Historical Sessions: Supports viewing, continuing, and reusing historical session records.
- Memory Compression: Built-in rolling compression mechanism ensures context stability in long-chain tasks.
Using Super Agent
Open Super Agent
The entry point for Super Agent is the intelligent conversation area on the platform homepage. Enter a question in the homepage input box to interact with Super Agent.
- Input Box: Users can directly enter questions, instructions, or text for natural language interaction.
- Files and Knowledge Base: Click the “
” icon in the lower-right corner of the input box to upload local files or select files already uploaded to the knowledge base, and ask questions based on document content.
- Model Selection: Supports selecting the model used for the current query through the dropdown (for example: gpt-5.2, qwen3-max), flexibly adapting to different interaction scenarios and needs.
- History: Click the “
” icon to view and search past Q&A records.
- Send Button: Click the paper airplane icon in the lower-right corner to submit the entered message or instruction and trigger the system response.

Skill Scheduling Mechanism
Super Agent intelligently handles user questions through preset “skills.” Skills are equivalent to Super Agent’s operation guide, defining which Agent, MCP service, or built-in tool should be invoked to respond when encountering a specific type of question.
Prerequisite: The invoked Agent, MCP, and tools must all be configured in the admin backend and associated with Super Agent in advance before they can be automatically matched and invoked at runtime.
Operation Flow
- Enter Task: Enter the target task and expected output in the input box.
- Confirm Plan: Based on preset skills, the system automatically identifies intent, matches, and invokes the corresponding Agent, MCP, or tool for processing. You can view in real time the Agent, MCP, or tool invoked in the current step, as well as the results it produced.
- Multi-step Execution: The system automatically advances according to the task flow. Users can add requirements, adjust output format, or switch Agents at any time within the same session.
- Result Retention: Sessions and memory are automatically saved for subsequent reuse, traceability, and auditing.

Management Configuration
Administrators can go to Management → APP → Super Agent to enter the configuration page and view all associated assistants, skills, MCPs, and tools.


System Configuration
Click the gear icon in the upper-right corner of the page to enter the system configuration interface and configure the following parameters:
- Model Group: Select a dedicated model group for Super Agent to centrally manage the available model range.
- Default Model: Set the default model used by Super Agent.
- Number of Historical Dialogue Rounds: Controls the number of historical dialogue rounds carried in context, ranging from 0–20.
- Enable Session Memory: When enabled, context within the same session is retained to ensure continuity in multi-turn conversations.
- Enable User Memory: When enabled, memory is maintained independently for each user to achieve personalized context awareness.
- Enable Summary: When enabled, the system automatically summarizes long conversations to assist memory compression and context management.
- Glossary: Supports adding custom glossaries to ensure accurate and consistent wording for Super Agent in specific business scenarios.


Add Plugins
Click “Add” in the upper-right corner of the page to add or remove assistants, skills, MCPs, and tools associated with Super Agent. Super Agent will automatically invoke the associated capabilities according to the skill configuration.


Core Value and Applicable Scenarios
Core Value
- Stronger Continuity: Supports continuously advancing multi-stage tasks such as research, translation, organization, and writing around the same topic, with naturally connected context.
- Lower Learning Cost: Users prioritize expressing task intent, and the system intelligently matches the most suitable Agent, without requiring prior familiarity with the platform’s functional structure.
- Higher Execution Efficiency: Consolidates high-frequency AI tools into a single entry point, reducing tool switching and repeated input overhead.
- Greater Collaboration Value: Orchestrates parallel and scattered capabilities into connected and reusable task flows, adapting to team collaboration scenarios.
Applicable Scenarios
- Multi-stage tasks centered on the same business topic, requiring sequential completion of information gathering, multilingual processing, content organization, and document writing.
- Users are unfamiliar with platform functions and expect to complete work in a “describe the requirement first, then recommend an execution plan” manner.
- Teams want to centrally manage multiple commonly used AI capabilities through a single entry point to improve overall usage efficiency and management visibility.