From 45660940543b5379ee3084f26fa41d3e37d1b922 Mon Sep 17 00:00:00 2001 From: justsisyphus Date: Mon, 19 Jan 2026 15:47:38 +0900 Subject: [PATCH] docs: add overview page reference to all READMEs --- README.ja.md | 2 ++ README.md | 2 ++ README.zh-cn.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/README.ja.md b/README.ja.md index f3f091b4..9ea2b076 100644 --- a/README.ja.md +++ b/README.ja.md @@ -191,6 +191,8 @@ Windows から Linux に初めて乗り換えた時のこと、自分の思い #### インストールするだけで。 +[overview page](./guide/overview.md) を読めば多くのことが学べますが、以下はワークフローの例です。 + インストールするだけで、エージェントは以下のようなワークフローで働けるようになります: 1. Sisyphusは自分自身でファイルを探し回るような時間の無駄はしません。メインエージェントのコンテキストを軽量に保つため、より高速で安価なモデルへ並列でバックグラウンドタスクを飛ばし、自身の代わりに領域の調査を完了させます。 diff --git a/README.md b/README.md index 6c3a8d0e..4d180182 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,8 @@ Meet our main agent: Sisyphus (Opus 4.5 High). Below are the tools Sisyphus uses #### Just Install This +You can learn a lot from [overview page](./guide/overview.md), but following is like the example workflow. + Just by installing this, you make your agents to work like: 1. Sisyphus doesn't waste time hunting for files himself; he keeps the main agent's context lean. Instead, he fires off background tasks to faster, cheaper models in parallel to map the territory for him. diff --git a/README.zh-cn.md b/README.zh-cn.md index 4c811c19..519b081b 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -195,6 +195,8 @@ #### 直接安装就行。 +你可以从 [overview page](./guide/overview.md) 学到很多,但以下是示例工作流程。 + 只需安装这个,你的智能体就会这样工作: 1. Sisyphus 不会浪费时间自己寻找文件;他保持主智能体的上下文精简。相反,他向更快、更便宜的模型并行发起后台任务,让它们为他绘制地图。