chenbhao commited on
Commit
e6f7e9a
Β·
1 Parent(s): a3acd97

chore: update readme

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -147,17 +147,17 @@ cd desktop && bun run tauri dev
147
 
148
  #### 🧠 Core Mechanisms of Cycle Long Run
149
 
150
- * **Auto Compact** β€” Automatically optimizes and compresses historical context to bypass sequence length bottlenecks.
151
- * **Dream** β€” Consolidates raw operational data into structured, long-term parametric insights asynchronously.
152
 
153
  #### πŸ—‚οΈ SubAgent Swarm Topology
154
 
155
- | SubAgent Type | Core Responsibility | Operational Gate |
156
- | :--- | :--- | :--- |
157
- | πŸ›‘οΈ **General-Purpose** | Orchestrates routing, high-level user interaction, and dispatching. | Active |
158
- | πŸ” **Explore** | Conducts deep semantic search and autonomous tool discovery. | Active |
159
- | πŸ“‹ **Plan** | Handles multi-step chain-of-thought strategy and task decomposition. | Active |
160
- | πŸ§ͺ **Verification** | Executes automated runtime validation, assertion checks, and fault tolerance. | Active |
161
 
162
  <table align="center">
163
  <tr>
 
147
 
148
  #### 🧠 Core Mechanisms of Cycle Long Run
149
 
150
+ - Auto Compact β€” Automatically optimizes and compresses historical context to bypass sequence length bottlenecks.
151
+ - Dream β€” Asynchronously distills operational data into long-term insights.
152
 
153
  #### πŸ—‚οΈ SubAgent Swarm Topology
154
 
155
+ | SubAgent Type | Core Responsibility |
156
+ | :--- | :--- |
157
+ | πŸ›‘οΈ **General-Purpose** | Orchestrates routing, high-level user interaction, and dispatching. |
158
+ | πŸ” **Explore** | Conducts deep semantic search and autonomous tool discovery. |
159
+ | πŸ“‹ **Plan** | Handles multi-step chain-of-thought strategy and task decomposition. |
160
+ | πŸ§ͺ **Verification** | Executes automated runtime validation, assertion checks, and fault tolerance. |
161
 
162
  <table align="center">
163
  <tr>