Add Math Agent (Quick Start for AgentScope Tuner) (#102)
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user