Skip to content
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

Agent prioritize bash #711

Closed
wants to merge 5 commits into from
Closed

Agent prioritize bash #711

wants to merge 5 commits into from

Conversation

DonggeLiu
Copy link
Collaborator

Previously, when the LLM response included both bash commands and a conclusion, we ignored the bash command and compiled the fuzz target in the conclusion alone. This approach is suboptimal, as conclusions may be premature, and the bash command often provides useful context to refine them.

To improve accuracy, we should prioritize the bash command when both are present in a response.

A more robust solution would involve structuring tasks to prevent mixed responses (e.g., using task-focused agents). But until then, prioritizing bash commands in mixed responses provides a fallback/default solution.

@DonggeLiu DonggeLiu changed the base branch from main to agent-cache-image November 10, 2024 05:44
@DonggeLiu
Copy link
Collaborator Author

/gcbrun exp -n dg -ag

@DonggeLiu DonggeLiu changed the base branch from agent-cache-image to main November 10, 2024 06:01
@DonggeLiu
Copy link
Collaborator Author

/gcbrun exp -n dg -ag

1 similar comment
@DonggeLiu
Copy link
Collaborator Author

/gcbrun exp -n dg -ag

@DonggeLiu
Copy link
Collaborator Author

Something weird with gcb exps causing exps not requested.

@DonggeLiu DonggeLiu closed this Nov 10, 2024
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.

1 participant