Skip to content

Commit 1fd03d5

Browse files
committed
docs: list wanman.ai hosted capabilities
1 parent c3e3281 commit 1fd03d5

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

README.ja.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ wanman という名前は、日本語の [ワンマン電車 / one-man train](ht
1919
- すべてのエージェントをエージェントごとのワークツリーとエージェントごとの `$HOME` で隔離するため、エージェントがあなたの汚れた作業コピーやシェルプロファイルを変更することはありません。
2020
- CLI ファーストです。すべてが `wanman` コマンドと JSON-RPC スーパーバイザー経由でスクリプト化可能、観測可能、再現可能です。
2121

22+
[wanman.ai](https://wanman.ai/) は、ホステッド版だけの機能も提供します:
23+
- 各 agent runtime グループを個別の sandbox 環境に隔離し、大規模・高並行のタスク実行をサポートします。
24+
- agents の役割を動的に設定し、インターネット上の優れた agent 役割カタログから役割を自動抽出できます。
25+
- 動的な skill の自己進化をサポートします。
26+
- db9 によるグローバル検索とストーリー検索をサポートします。
27+
2228
## Quickstart
2329

2430
```bash

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ The name wanman comes from the Japanese [ワンマン電車 / one-man train](htt
1919
- Isolates every agent in a per-agent worktree and per-agent `$HOME`, so agents never mutate your dirty checkout or shell profile.
2020
- Is CLI-first: everything is scriptable, observable, and reproducible through `wanman` commands and a JSON-RPC supervisor.
2121

22+
[wanman.ai](https://wanman.ai/) adds hosted-only capabilities:
23+
- Isolates each agent runtime group in its own sandbox environment, supporting large-scale, high-concurrency task execution.
24+
- Dynamically configures agent roles, including automatically extracting roles from high-quality agent role catalogs on the internet.
25+
- Supports dynamic skill self-evolution.
26+
- Supports db9-powered global search and story retrieval.
27+
2228
## Quickstart
2329

2430
```bash

README.zh.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ wanman 这个名字来自日语里的 [ワンマン电车 / one-man train](https
1919
- 将每个 agent 隔离在独立的 worktree 和独立的 `$HOME` 中,这样 agent 绝不会修改你未提交的工作区或 shell 配置文件。
2020
- CLI 优先:一切都可通过 `wanman` 命令和 JSON-RPC supervisor 脚本化、可观测、可复现。
2121

22+
[wanman.ai](https://wanman.ai/) 额外提供托管版独有能力:
23+
- 每组 agent runtime 隔离在单独的 sandbox 环境中,支持大规模、高并发任务执行。
24+
- 动态配置 agents 角色,支持自动从互联网上优秀的 agent 角色清单中提取角色。
25+
- 支持动态 skill 自进化。
26+
- 支持通过 db9 进行全局搜索和故事检索。
27+
2228
## 快速开始
2329

2430
```bash

0 commit comments

Comments
 (0)