Skip to content

Commit 1ca93fc

Browse files
ZhiXiao-Linclaude
andcommitted
docs: add parallel plan execution and lane queue to features list
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 314addf commit 1ca93fc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
- **Security** — 5 layers: sanitizer, taint tracking, interceptor, injection detection, audit logging
3939
- **Memory** — 4 types: episodic, semantic, procedural, working memory
4040
- **JSON-Structured Planning** — Execution plans and goal tracking via LlmPlanner
41+
- **Parallel Plan Execution** — Independent plan steps execute concurrently via wave-based dependency graph scheduling
42+
- **Lane Queue** — Priority-based tool routing with parallel reads (Query lane) and external task offloading
4143
- **Context Compaction** — Auto-summarize long conversations (80% threshold)
4244
- **Context Store** — Persistent context storage (feature-gated: `context-store`)
4345
- **File History** — Auto-snapshots (500-snapshot capacity) with diff and restore
@@ -272,7 +274,7 @@ providers {
272274
| Sessions dir | `sessions_dir` | `sessionsDir` | `string?` | `null` |
273275
| Storage URL | `storage_url` | `storageUrl` | `string?` | `null` |
274276

275-
> **Note:** `skill_dirs` and `agent_dirs` are set in `CodeConfig` (agent-level), not in `SessionOptions` (session-level). Sessions only override the model.
277+
> **Note:** `skill_dirs` and `agent_dirs` can be set in both `CodeConfig` (agent-level defaults) and `SessionOptions` (per-session overrides, merged with agent-level). `queue_config` is session-level only.
276278
277279
## Architecture
278280

0 commit comments

Comments
 (0)