Skip to content

Commit 3f92b40

Browse files
Copilotks6088ts
andcommitted
Remove Makefile targets for demo agents per user request
Co-authored-by: ks6088ts <[email protected]>
1 parent f50e508 commit 3f92b40

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

Makefile

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -215,21 +215,3 @@ run-task-decomposer-agent: ## run task decomposer agent
215215
--name task_decomposer_agent \
216216
--question "KABUTOにログインできない。パスワードは合ってるはずなのに…若手社員である山田太郎は、Windows 11 を立ち上げ、日課のように自社の業務システムKABUTOのログイン画面を開きます。しかし、そこには、意味をなさない「虚無」という文字だけがただひっそりと表示されていたのです。これは質問でもあり不具合の報告でもあります。岡本太郎さんに本件調査依頼します。" \
217217
--verbose
218-
219-
.PHONY: run-weather-agent
220-
run-weather-agent: ## run weather agent (demo)
221-
uv run python scripts/demo_agents_operator.py weather-agent \
222-
--query "What's the weather in Japan?" \
223-
--verbose
224-
225-
.PHONY: run-multi-agent
226-
run-multi-agent: ## run multi agent (demo)
227-
uv run python scripts/demo_agents_operator.py multi-agent \
228-
--query "What's the weather in Tokyo?" \
229-
--verbose
230-
231-
.PHONY: run-parallel-processor-agent
232-
run-parallel-processor-agent: ## run parallel processor agent (demo)
233-
uv run python scripts/demo_agents_operator.py parallel-processor-agent \
234-
--goal "ソフトウェアシステム開発会社を立ち上げる戦略を立てるための情報収集をしたい" \
235-
--verbose

docs/index.ja.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,6 @@ uv run python scripts/demo_agents_operator.py parallel-processor-agent \
297297

298298
Makefile のショートカット(例: `make run-chat-with-tools-agent`, `make run-issue-formatter-agent`, `make run-news-summarizer-agent`, `make run-image-classifier-agent`)も用意しています。
299299

300-
デモエージェントのショートカット: `make run-weather-agent`, `make run-multi-agent`, `make run-parallel-processor-agent`
301-
302300
## 実演されている主要概念
303301

304302
### 1. **ReAct パターン**(推論 + 行動)

docs/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,6 @@ uv run python scripts/demo_agents_operator.py parallel-processor-agent \
297297

298298
Makefile shortcuts are also available (e.g., `make run-chat-with-tools-agent`, `make run-issue-formatter-agent`, `make run-news-summarizer-agent`, `make run-image-classifier-agent`).
299299

300-
Demo agent shortcuts: `make run-weather-agent`, `make run-multi-agent`, `make run-parallel-processor-agent`.
301-
302300
## Key Concepts Demonstrated
303301

304302
### 1. **ReAct Pattern** (Reasoning + Acting)

0 commit comments

Comments
 (0)