-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Put all the output parser classes in one place. Remove redundant output parser classes. Reuse output parser classes with the same functionality.
- Loading branch information
1 parent
0208699
commit 8afc498
Showing
22 changed files
with
608 additions
and
1,281 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,4 @@ | ||
import os | ||
import yaml | ||
|
||
from .simulation.math_problem_2players_tools.output_parser import ( | ||
MathProblem2PlayersToolsParser, | ||
) | ||
from .simulation.nlp_classroom_3players.output_parser import NlpClassroom3PlayersParser | ||
from .simulation.nlp_classroom_9players.output_parser import NlpClassroom9PlayersParser | ||
from .simulation.nlp_classroom_3players_withtool.output_parser import ( | ||
NlpClassroom3PlayersWithtoolParser, | ||
) | ||
from .simulation.nlp_classroom_9players_group.output_parser import ( | ||
NlpClassroom9PlayersGroupParser, | ||
) | ||
from .simulation.db_diag.output_parser import DBDiag | ||
|
||
from .simulation.prisoner_dilemma.output_parser import PrisonerDilemmaParser | ||
|
||
from .simulation.pokemon.output_parser import PokemonParser | ||
from .simulation.sde_team.sde_team_3players.output_parser import SdeTeamParser | ||
from .simulation.sde_team.sde_team_2players.output_parser import SdeTeamGivenTestsParser | ||
|
||
from .tasksolving.pythoncalculator.output_parser import PipelinePythoncalculatorParser | ||
from .tasksolving.brainstorming.output_parser import * | ||
from .tasksolving.humaneval.output_parser import * | ||
from .tasksolving.tool_using.output_parser import * | ||
from .tasksolving.mgsm.output_parser import * | ||
from .tasksolving.responsegen.output_parser import * | ||
from .tasksolving.logic_grid.output_parser import * | ||
from .tasksolving.commongen.output_parser import * | ||
from agentverse.output_parser import * |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 0 additions & 32 deletions
32
agentverse/tasks/simulation/math_problem_2players_tools/output_parser.py
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
agentverse/tasks/simulation/nlp_classroom_3players/output_parser.py
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
agentverse/tasks/simulation/nlp_classroom_3players_withtool/output_parser.py
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
agentverse/tasks/simulation/nlp_classroom_9players/output_parser.py
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
agentverse/tasks/simulation/nlp_classroom_9players_group/output_parser.py
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.