-
Notifications
You must be signed in to change notification settings - Fork 62
Error Analysis API #208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Error Analysis API #208
Conversation
Ideas;
|
|
||
args = parser.parse_args() | ||
|
||
assert args.exp_dir is not None, "Please provide an exp_dir, e.g., -e /path/to/exp_dir" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
required=True?
@@ -57,3 +57,4 @@ exclude = ''' | |||
[project.scripts] | |||
agentlab-assistant = "agentlab.ui_assistant:main" | |||
agentlab-xray = "agentlab.analyze.agent_xray:main" | |||
agentlab-analyze = "agentlab.analyze.error_analysis.pipeline:main" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nicee
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woohoo
Initial API for making error analysis