Skip to content

Commit

Permalink
fix: update agents/config for zoltraak
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu007 committed Sep 20, 2024
1 parent 8293c58 commit 405d382
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ agent_definition:
重要な役割を担っています。
agent_tools: |
terminal
python_by_code
zoltraak_python
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ agent_definition:
プログラムの分割に適した作業を実施します。
agent_tools: |
terminal
python_by_code
zoltraak_python
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ agent_definition:
小規模なプログラムのプロトタイプ作成に適した作業を実施します。
agent_tools: |
terminal
python_by_code
zoltraak_python
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ agent_definition:
agent_role: |
ソフトウェアの設計変更やリファクタリングをお願いします。
仕様変更に基づいてコードや設計文書を更新し、最適化します。
zoltraakシステムは複数の高品質の設計文書を自動生成することができます。
agent_expected_output: |
更新されたMarkdown形式の文書「software_design.md」を出力してください。以下のフォーマットに従ってください:
Expand All @@ -29,5 +30,5 @@ agent_definition:
仕様変更や新機能追加に応じて、ソフトウェアの設計文書を見直し、ソースファイルの相対パス、概要、および関数名の一覧を更新するタスクです。
agent_tools: |
terminal
python_by_code
zoltraak_design
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ agent_definition:
ソースコード修正に応じて、ソフトウェアの設計文書を見直し、ソースファイルの相対パス、概要、および関数名の一覧を更新するタスクです。
agent_tools: |
terminal
python_by_code
zoltraak_design
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ agent_definition:
新規プロジェクトや初期設計段階で、ソフトウェアの全体設計を把握するために、ソースファイルの相対パス、概要、および関数名の一覧を整理した文書を作成するタスクです。
agent_tools: |
terminal
python_by_code
zoltraak_design
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ agent_definition:
エッジケースや境界値のテストも含めます。
agent_tools: |
terminal
python_by_code
zoltraak_design
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ agent_definition:
(注意)現時点ではpythonにしか対応していません。
agent_tools: |
terminal
zoltraak
zoltraak_python

0 comments on commit 405d382

Please sign in to comment.