Skip to content

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

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open

Error Analysis API #208

wants to merge 27 commits into from

Conversation

recursix
Copy link
Collaborator

Initial API for making error analysis

@TLSDC
Copy link
Collaborator

TLSDC commented Jan 28, 2025

Ideas;

  • Add Error summary/dataframe tab on top of xray, with aggregated catagories...


args = parser.parse_args()

assert args.exp_dir is not None, "Please provide an exp_dir, e.g., -e /path/to/exp_dir"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

required=True?

@TLSDC TLSDC requested a review from Megh-Thakkar February 20, 2025 21:27
@@ -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"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nicee

Megh-Thakkar
Megh-Thakkar previously approved these changes Feb 20, 2025
Copy link
Collaborator

@Megh-Thakkar Megh-Thakkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woohoo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants