Skip to content

Commit fc8c3ab

Browse files
committed
main readme rename dir
1 parent d2dcfe9 commit fc8c3ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This is a repository that **brings together a variety of ready-to-run Python age
7272
│ ├── frozen_lake/ # Teach an agent to play a game requiring multiple steps
7373
│ ├── learn_to_ask/ # Using LLM-as-a-judge to facilitate agent tuning
7474
│ ├── email_search/ # Enhance the tool use ability of your agent
75-
│ ├── werewolf_game/ # Enhance a multi-agent application
75+
│ ├── werewolves/ # Enhance a multi-agent application
7676
│ └── data_augment/ # Data augmentation for tuning
7777
├── sample_template/ # Template for new sample contributions
7878
└── README.md

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
│ ├── frozen_lake/ # 教一个智能体玩需要多步操作的游戏
7373
│ ├── learn_to_ask/ # 使用 LLM 作为评委辅助智能体训练
7474
│ ├── email_search/ # 提升智能体的工具使用能力
75-
│ ├── werewolf_game/ # 强化多智能体应用能力
75+
│ ├── werewolves/ # 强化多智能体应用能力
7676
│ └── data_augment/ # 增强用于调优的数据
7777
├── sample_template/ # 新样例贡献模板
7878
└── README.md

0 commit comments

Comments
 (0)