Add Math Agent (Quick Start for AgentScope Tuner) (#102)

This commit is contained in:
Xuchen Pan
2026-01-15 17:41:26 +08:00
committed by GitHub
parent 2bdefc9126
commit d896703580
10 changed files with 995 additions and 0 deletions

View File

@@ -67,6 +67,13 @@ This is a repository that **brings together a variety of ready-to-run Python age
│ └── ace_bench/ # Benchmarks and evaluation tools
├── data_juicer_agent/ # Data processing multi-agent system
├── tuner/ # Tune AgentScope applications using AgentScope Tuner
│ ├── math_agent/ # A quick start example for tuning
│ ├── frozen_lake/ # Teach an agent to play a game requiring multiple steps
│ ├── learn_to_ask/ # Using LLM-as-a-judge to facilitate agent tuning
│ ├── email_search/ # Enhance the tool use ability of your agent
│ ├── werewolf_game/ # Enhance a multi-agent application
│ └── data_augment/ # Data augmentation for tuning
├── sample_template/ # Template for new sample contributions
└── README.md
```