File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments