-
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.
fix: arrange output parser classes (#59)
* fix: arrange output parser classes Put all the output parser classes in one place. Remove redundant output parser classes. Reuse output parser classes with the same functionality. * fix: arrange output parser classes Put all the output parser classes in one place. Remove redundant output parser classes. Reuse output parser classes with the same functionality. * fix: output parser error * fix: output parser error --------- Co-authored-by: chenweize1998 <[email protected]>
- Loading branch information
1 parent
0208699
commit 88744f1
Showing
38 changed files
with
646 additions
and
1,323 deletions.
There are no files selected for viewing
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
from agentverse.registry import Registry | ||
|
||
output_parser_registry = Registry(name="OutputParserRegistry") | ||
|
||
from .output_parser import * |
Oops, something went wrong.