This page collects common JiuwenSwarm usage instructions and feature documentation.
## Documentation Overview This page collects common JiuwenSwarm usage instructions, feature documentation, and development practices. The content is organized into five sections: **Installation**, **Basic Usage**, **Advanced Operations**, **Appendix**, and **Development Practices**. * **Installation**: For first-time JiuwenSwarm users, covering basic installation, environment preparation, TUI mode installation, and quick start guidance. * **Basic Usage**: Introduces common daily-use entry points, including page overview, conversation, agents, sessions, heartbeat, scheduled tasks, skills, channels, configuration, browser service, logs, and MCP service settings. * **Advanced Operations**: Covers advanced capabilities and extension mechanisms, including context compression, Skill self-evolution, tool permissions and security, E2A / A2A protocols, multi-agent collaboration, memory systems, and TUI mode. * **Appendix**: Provides supplementary materials for project usage and maintenance, including EXE packaging, Windows auto-update design, and developer documentation. * **Development Practices**: Collects real Agent application cases built with JiuwenSwarm, helping developers reference existing practices for secondary development and capability extension. ---π¦ Installation |
||
|---|---|---|
| Feature | Documentation | Description |
| Installation | Install Guide / TUI Mode Install Guide | Introduces JiuwenSwarm basic installation, environment preparation, startup methods, and TUI mode installation and runtime configuration. |
π Basic Usage |
||
| Feature | Documentation | Description |
| Quick Start | Quick Start | Beginner-friendly startup configuration, basic conversation flow, and common operations. |
| Page Overview | Page Overview | Web UI layout, core areas, and feature entry points. |
| Conversation | Conversation | Web conversation entry point, supporting message sending, new sessions, and planning / performance / cluster mode switching. |
| Agent | Agent | Agents with different roles, workspace creation, and workspace management flows. |
| Session | Session | Session information management, viewing and restoring historical chats, and deleting session history. |
| Heartbeat | Heartbeat | Background service keepalive, runtime status checks, and monitoring mechanisms. |
| Scheduled Tasks | Scheduled Tasks | Configuration, execution, and management of scheduled tasks. |
| Skills | Skills | Agent skill mounting, invocation, and extension mechanisms. |
| Skill Symphony | Skill Symphony | Introduces skill orchestration and dispatch system. |
| Channels | Channels | JiuwenSwarm multi-channel access and interaction. |
| Configuration | Configuration | System parameters, LLM APIs, and runtime environment configuration. |
| Browser Service | Browser | Web access, information retrieval, and browser tool invocation capabilities. |
| Logs | Logs | System log paths, runtime records, and common troubleshooting entry points. |
| MCP Service Settings | MCP Configuration | External tool integration and Model Context Protocol configuration. |
βοΈ Advanced Operations |
||
| Feature | Documentation | Description |
| Context Compression | Context Compression and Offload | Long-context handling, conversation compression, and context offload mechanisms. |
| Skill Self-Evolution | Skill Self-Evolution | Skill iteration, self-optimization, and capability accumulation mechanisms. |
| Tool Permissions and Security | Tool Permissions and Security | Security interception and permission control for system commands, file operations, and tool calls. |
| E2A | E2A Protocol | Unified request envelope protocol between Gateway and AgentServer. |
| A2A | A2A | Agent-to-Agent communication protocol and integration flow. |
| Agent Team | Agent Teams / Swarm Skills / Distributed Team | Supports multi-agent team collaboration, team-level skill orchestration and reuse, and multi-process distributed Team runtime mode. |
| Memory | Memory / Auto Memory / Coding Memory / Task Memory | Supports short-term and long-term memory management, automatic post-conversation memory extraction, code-specific memory accumulation, and task experience retrieval, reuse, and continuous accumulation. |
| TUI Mode | Slash Command Architecture / Slash Command Reference / Mode System | Supports the TUI slash command system, common command reference, and PLAN / AGENT / CODE / TEAM mode switching and configuration. |
π Appendix |
||
| Category | Documentation | Description |
| Package EXE | Package EXE Guide | Windows standalone executable packaging flow. |
| Auto Update | Desktop Auto-Update Design | Windows and macOS desktop auto-update design, flow, and key modules (including pre-release pushes). |
| Developer Documentation | Developer Guide | Source setup, debugging flow, and secondary development materials. |
π οΈ Development Practices |
||
| Practice | Documentation | Description |
| Code Review Assistant | Code Review Assistant | Building a code review workflow. |
| Daily Report Generator | Daily Report Generator | Agent development case for automatically summarizing daily work reports. |